GNOME Bugzilla – Bug 401091
Needs support for requesting CD playback on startup by passing device node
Last modified: 2007-09-05 12:54:03 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/
totem-disc.h and totem-pl-parser.h should have API to allow you to do that.
bug 471887 allows to do this if Rhythmbox is already started.
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.
Was committed as part of bug 471887. Please open a new bug if it doesn't work appropriately...