I'd like to set the 'rating' of a specific track (i.e. not only the one currently playing) on Banshee through the DBus interface?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Banshee does not expose rating functions via DBus.

You can quickly view all functions that it exposes, using applications like d-feet[1]. Make sure that an instance of the application you are interested in (like Banshee in this case) is running.

There is a bug report already requesting to add rating functionality[2] to DBus interface. You might want to subscribe to it.

  1. https://fedorahosted.org/d-feet/
  2. https://bugzilla.gnome.org/show%5Fbug.cgi?id=579754
link|improve this answer
Thanks for the d-feet link! – jldupont Oct 13 '09 at 15:19
The referenced bug is fixed in Banshee 1.5.3. – Oben Sonne Feb 12 '10 at 16:54
feedback

Banshee does support rating via commandline since last year.

banshee --set-rating={1;2;3;4;5}

See the bug report for more options: Add item rating to DBus interface

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.