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 135857 - "now playing" info enhancement
"now playing" info enhancement
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
0.6.1
Other Linux
: Normal enhancement
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 135076 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-03-01 19:04 UTC by PihTa
Modified: 2005-08-30 20:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description PihTa 2004-03-01 19:04:45 UTC
rhythmbox --print-playing
returns only track name, but no artist, year and so on

it will be great if i can specify output format (for using if different 
scripts.. for ex. in Xchat to display "np:" :)

for ex.

rhythmbox --print-playing="%a %t"

thanks :)
Comment 1 Christophe Fergeau 2004-03-04 09:09:19 UTC
*** Bug 135076 has been marked as a duplicate of this bug. ***
Comment 2 Colin Walters 2005-08-30 20:52:27 UTC
You can do this in the latest CVS easily enough with the Python D-BUS bindings
or with Bonobo; see for example remote/dbus/rb-print-playing.py.

You can do whatever you want with the strings there too.