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 677318 - rhythmbox-client --set-rating does not work
rhythmbox-client --set-rating does not work
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Programmatic interfaces
2.96
Other Linux
: Normal minor
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-02 01:19 UTC by Jack
Modified: 2012-06-02 02:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jack 2012-06-02 01:19:07 UTC
Hello,

Running the command rhythmbox-client --set-rating does not seem to set the rating of the song playing. All other commands work fine, just this one. The debug output shows that it has no URI (shown below):

$rhythmbox-client --debug --set-rating 5
(13:15:39) [0x1589a00] [rb_debug_init_match] rb-debug.c:240: Debugging enabled
(13:15:39) [0x1589a00] [main] rb-client.c:728: rate song
(13:15:39) [0x1589a00] [rate_song] rb-client.c:514: can't set rating, no uri
$ rhythmbox-client --debug --check-running
(13:16:18) [0x20faa00] [rb_debug_init_match] rb-debug.c:240: Debugging enabled
(13:16:18) [0x20faa00] [main] rb-client.c:635: running instance found
$ rhythmbox-client --debug --print-playing
(13:16:33) [0x101ca00] [rb_debug_init_match] rb-debug.c:240: Debugging enabled
Shapeshifter - One

Running Fedora 17 64-bit

Has also been reported in:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/977660
Comment 1 Jonathan Matthew 2012-06-02 02:06:26 UTC
fixed in commit dcf67f0, thanks for reporting.
Comment 2 Jack 2012-06-02 02:30:56 UTC
Awesome. Cheers.