-
Notifications
You must be signed in to change notification settings - Fork 26
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
Include 'Now Playing' info (D-Bus MPRIS) #72
Comments
Hi, I have been working on mpris. You can see my progress here: It's not finished but it should be works. Regarding Wingpanel: I'm developing under xfce with xfce4-pulseaudio-plugin but maybe it's related. I also had problems. |
Please consider including at least one field in the mpris metadata to indicate what is currently playing.
Something like .metadata["tuner.nowplaying"] (like vlc ["vlc.nowplaying"])
Although maybe it would be better to have:
"xesam: title" = player.nowplaying ("York - Farewell To The Moon)
"xesam: artist" = station.title ("Amb2FM")
and not
"xesam: title" = "Tuner"
"xesam: artist" = station.title
The text was updated successfully, but these errors were encountered: