-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track play not recognized #11
Comments
@duncanbeevers thanks for the report. A couple questions
thanks! |
I'm running PMS 0.9.9.14.531-7eef8c6 on a Netgear ReadyNAS 312 running RAIDiator OS 6.1.8 (the stock ReadyNAS OS) which is a Debian variant. I'm playing tracks through the web interface. I've updated the original gist with a much bigger chunk of the logs from the same period around the original report I posted. https://gist.github.com/duncanbeevers/d5d4d756d96ce53008e5 The tracks played are:
|
Thanks for posting the additional logging data. It appears as though your client is using the plex universal transcoder and not the legacy transcoder. Until your bug report i wasn't aware of this functionality ;-) But found the following via google -> https://support.plex.tv/hc/en-us/articles/200250377-Transcoding-Media "Old and Universal Transcoder"). Based on your logs, there doesn't appear to be a clean way to gauge when a song is played . But i could likely use the following log entry and scrobble at the start of track
"GET /music/:/transcode/universal/start.mp3" along with "metadata%2F13084" fairly unique to grab the start of a new song object. BTW, I am also running OSX with Chrome 37.0, any idea on how to enable "universal" transcoding from the web client? I can give it a whirl. |
I don't think it's an option in the client, but just a combination of client capability and a new enough server version. You might try setting the playback quality option in the client so that the media stream needs to be transcoded rather than being piped through as direct playback. |
@duncanbeevers , i have added a work around to the universal-transcoder branch (https://github.com/jesseward/plex-lastfm-scrobbler/archive/universal-transcoder.zip) . I haven't tested against a live PMS instance, but the implementation is as noted above. |
Cheers! |
Seems to be happily chugging away now. 4 tracks properly scrobbled in succession. |
Work around for issue #11 . Support for PMS 'universal transcoder' log file format.
thanks for confirming. I will close this out and update the README indicating the universal-transcoder scrobbling scenario (start of track play..) |
I'm finding my plays are not being recognized/scrobbled.
Here's a portion from my PMS log for one of the tracks in question.
https://gist.github.com/duncanbeevers/d5d4d756d96ce53008e5
It doesn't seem to conform to the play-recognition regular expression here
The text was updated successfully, but these errors were encountered: