-
Notifications
You must be signed in to change notification settings - Fork 37
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
Metadata handling in README #14
Comments
The MPRIS spec only requires the The URL property was not implemented because there is no easy way to get the URI of the current file with the mpv API, so must be constructed manually. I might give this a go though. Regarding the TrackList interface, I don't currently intend on implementing this as it would require a lot of extra work, and I'm not sure if anything actually uses it. |
This is my initial attempt at this. It might not work in all cases, so let me know if there are any paths it doesn't work for. |
This works nicely with gpodder. Could we get a new release? |
I think you should note in the README that metadata handling isn't fully implemented. In particular, there's no way to get the URL of the currently playing file.
Please correct me if I'm wrong, once the TrackList interface is added you will be able to get the URL by calling TrackList.GetTracksMetadata.
This is useful info for people who want to communicate with multiple instances of mpv playing videos.
The text was updated successfully, but these errors were encountered: