-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement "Now Playing" status requests #7
Comments
I'm not sure what you mean. Is the script running without errors? |
i meant like the songs i am playing should be updated in real time instead of like me waiting for it scrobble then i can show what i am listening to. |
"and don't know how to adjust the how much scrobbing in the plugin" here i wanted to like adjust the scrobbling rate (which is like after the song gets to 50%/60%/70% the track is scrobbled and gets added to last fm )to like x y z percentage |
If this is the feature you're referring to, unfortunately, I have no plans to add this.
And that's for this exact reason, scrobbles are made as soon as the track starts playing, so these features would go hand-in-hand, I would recommend implementing the Last.fm API recommended scrobble rules, rather than a percentage of the track, those rules are:
One could implement this feature by creating a "Now Playing" request on mpv's If this sounds like something you (or anyone reading this) would like to have, and are capable of implementing without any dependencies, feel free to make a Pull Request :) |
I just can't see the tracks which are being scrobbled right now and like i can't / don't know how to adjust the how much scrobbing in the plugin
The text was updated successfully, but these errors were encountered: