You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I scrobble from plex/plex amp (using the standard plex webhook, not tautulli) it doesn't scrobble the song to maloja if I am casting the song, only scrobbles if played natively. It still detects the song being played, but seems that it's an issue where it doesn't capture the listened portion, log provided below as an example:
Platform
Docker
Versions
newest version of multi-scrobbler and maloja
Logs
[2024-11-17 02:31:08.415 -0800] DEBUG : [App] [Sources] [Plex - unnamed] Last activity was at 2024-11-17T02:31:08-08:00 | Next check interval: 5.00s
[2024-11-17 02:31:08.414 -0800] DEBUG : [App] [Sources] [Plex - unnamed] No new tracks discovered
[2024-11-17 02:31:08.388 -0800] DEBUG : [App] [Sources] [Plex - unnamed] Refreshing recently played
[2024-11-17 02:31:03.384 -0800] DEBUG : [App] [Sources] [Plex - unnamed] Last activity was at 2024-11-17T02:31:03-08:00 | Next check interval: 5.00s
[2024-11-17 02:31:03.383 -0800] DEBUG : [App] [Sources] [Plex - unnamed] No new tracks discovered
[2024-11-17 02:31:03.360 -0800] DEBUG : [App] [Sources] [Plex - unnamed] Refreshing recently played
[2024-11-17 02:30:58.357 -0800] DEBUG : [App] [Sources] [Plex - unnamed] Last activity was at 2024-11-17T02:30:58-08:00 | Next check interval: 5.00s
[2024-11-17 02:30:58.356 -0800] DEBUG : [App] [Sources] [Plex - unnamed] No new tracks discovered
[2024-11-17 02:30:58.338 -0800] VERBOSE: [App] [Sources] [Plex - unnamed] [Player c4b74183-8-Plex for Sonos-Jay] (plex://track/5d07d206403c640290568a56) Eliot Lipp - Brand New not added because did not meet thresholds with tracked time of 0.00s (wanted 240s) and tracked percent of 0.00% (wanted 50%).
Additional Context
N/A
The text was updated successfully, but these errors were encountered:
Thanks for the report, I will see if I can reproduce this soon. In the meantime, you could set up Google Cast as a source to capture just Plex plays like this using chromecast.json in your config directory:
[{"name": "MyCast","data": {"devices": [{"name": "MyFriendlyCastName",// replace with your cast device IP"address": "192.168.0.100"}],"whitelistApps": ["plex"]}}]
Please check existing knowledge before opening an issue
Describe the Bug
When I scrobble from plex/plex amp (using the standard plex webhook, not tautulli) it doesn't scrobble the song to maloja if I am casting the song, only scrobbles if played natively. It still detects the song being played, but seems that it's an issue where it doesn't capture the listened portion, log provided below as an example:
Platform
Docker
Versions
newest version of multi-scrobbler and maloja
Logs
Additional Context
N/A
The text was updated successfully, but these errors were encountered: