After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336042 - D-Bus interface should provide access to song ratings
D-Bus interface should provide access to song ratings
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
0.10.x
Other All
: Normal enhancement
: 2.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-26 04:43 UTC by Paul Kuliniewicz
Modified: 2006-06-21 04:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for displaying song rating (2.54 KB, patch)
2006-04-17 11:53 UTC, Pepijn van de Geer
committed Details | Review

Description Paul Kuliniewicz 2006-03-26 04:43:53 UTC
The D-Bus interface Banshee exposes to other applications should provide a way
to get and set the current song's rating, just as other information about the
song can be obtained.
Comment 1 Pepijn van de Geer 2006-04-17 11:53:59 UTC
Created attachment 63692 [details] [review]
patch for displaying song rating

This patch makes the song rating available through the commandline interface. By doing so i think it also makes it available through Dbus. I'm not sure though. I don't know enough about Banshees internal working and Dbus, so somebody has to verify this.

ps. this only enables getting the rating. not setting it.
Comment 2 Aaron Bockover 2006-06-21 04:53:26 UTC
Committed. Sorry it took so long :) And yes, by adding a [Method] tagged method to RemotePlayer, the functionality becomes available over DBus. Cheers!