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 401091 - Needs support for requesting CD playback on startup by passing device node
Needs support for requesting CD playback on startup by passing device node
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Removable Media
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on: 471887 471888
Blocks:
 
 
Reported: 2007-01-26 18:37 UTC by Christian Neumair
Modified: 2007-09-05 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rhythmbox-play-audio-cds-local.patch (9.58 KB, patch)
2007-08-30 16:08 UTC, Bastien Nocera
committed Details | Review

Description Christian Neumair 2007-01-26 18:37:02 UTC
One should be able to launch rhythmbox with

 rhythmbox /dev/foocdrom

and it should automatically play back the CD belonging to this device. It is required for using rhythmbox with HAL/gnome-volume-manager as CD player, and requested on a blog [1] by Roman Kennke.

[1] http://kennke.org/blog/2007/01/25/audio-cd-uri/
Comment 1 Bastien Nocera 2007-01-26 18:50:33 UTC
totem-disc.h and totem-pl-parser.h should have API to allow you to do that.
Comment 2 Bastien Nocera 2007-08-30 15:12:11 UTC
bug 471887 allows to do this if Rhythmbox is already started.
Comment 3 Bastien Nocera 2007-08-30 16:08:40 UTC
Created attachment 94654 [details] [review]
rhythmbox-play-audio-cds-local.patch

To apply along with bug 471887.

This one will defer pushing all the items from the command-line until after the removable media manager has finished parsing items.

The good thing is that it will at least select the right medium. The bad thing is that because the tracks aren't loaded yet, it won't play anything.
Comment 4 Bastien Nocera 2007-09-05 12:54:03 UTC
Was committed as part of bug 471887.

Please open a new bug if it doesn't work appropriately...