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 110928 - AudioCD view not working
AudioCD view not working
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 98671 99838 101381 113999 (view as bug list)
Depends on: 110193
Blocks:
 
 
Reported: 2003-04-16 08:12 UTC by Mark Humphreys
Modified: 2005-11-03 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to remove the forked monkey-media dependancies (3.94 KB, patch)
2003-04-17 22:22 UTC, Mark Humphreys
none Details | Review
Reinstate the cdaudio view itself. (11.43 KB, patch)
2003-04-18 10:30 UTC, Mark Humphreys
none Details | Review
This will need to go into /data/node-views, in addition to the patch (2.39 KB, text/plain)
2003-04-20 20:33 UTC, Mark Humphreys
  Details
current state of audio cd work (40.02 KB, patch)
2005-08-09 15:49 UTC, James "Doc" Livingston
none Details | Review
new patch (80.62 KB, patch)
2005-08-21 17:48 UTC, James "Doc" Livingston
none Details | Review

Description Mark Humphreys 2003-04-16 08:12:30 UTC
AudioCD Views have been removed. The code is slightly out of date, and
needs to be updated and reintroduced. Patch to follow.
Comment 1 Mark Humphreys 2003-04-17 21:50:53 UTC
First need to get monkey-media patched - see
http://bugzilla.gnome.org/show_bug.cgi?id=110193
Comment 2 Mark Humphreys 2003-04-17 22:10:50 UTC
Step 2. Remove internal dependancy on forked monkey-media library (see
patch).
Comment 3 Mark Humphreys 2003-04-17 22:22:32 UTC
Created attachment 15817 [details] [review]
Patch to remove the forked monkey-media dependancies
Comment 4 Mark Humphreys 2003-04-18 10:30:30 UTC
Created attachment 15829 [details] [review]
Reinstate the cdaudio view itself.
Comment 5 Mark Humphreys 2003-04-18 10:31:32 UTC
Above patch reintroduces the audiocd view itself, it 'views', but it
don't play, as monkey-media audio cd is broken as well.
Comment 6 Mark Humphreys 2003-04-20 20:33:35 UTC
Created attachment 15868 [details]
This will need to go into /data/node-views, in addition to the patch
Comment 7 Sean Harshbarger 2003-08-03 08:43:51 UTC
reassigned to me. Will look into come post 0.5.0 work.

-harshy
Comment 8 Colin Walters 2003-08-03 19:42:04 UTC
*** Bug 98671 has been marked as a duplicate of this bug. ***
Comment 9 Colin Walters 2003-08-21 18:03:19 UTC
*** Bug 113999 has been marked as a duplicate of this bug. ***
Comment 10 Colin Walters 2003-08-21 18:03:40 UTC
*** Bug 101381 has been marked as a duplicate of this bug. ***
Comment 11 Colin Walters 2003-08-21 18:05:49 UTC
*** Bug 99838 has been marked as a duplicate of this bug. ***
Comment 12 Bastien Nocera 2005-06-11 11:42:32 UTC
Those patches are obsolete.
Comment 13 Baptiste Mille-Mathias 2005-08-09 14:53:34 UTC
I read that somebody worked on the AudioCD view, perhaps could it add some
comments here to let know about the status of its work.
Comment 14 James "Doc" Livingston 2005-08-09 15:49:39 UTC
Created attachment 50475 [details] [review]
current state of audio cd work

This is a patch against cvs, which includes everything in my audio cd work. It
include a) the "removable device" manager and base source, b) the audio cd
source c) Jonathan Matthew's rb-player-subtype stuff (which is also used for
daap) and d) the ipod source converted to use the removable device base source.



The audio cd source works fine to play audio cds, although it doesn't do
metadata looked and a heap of other nice things. It works on gstreamer plugins
0.8.10, and probably on 0.8.9 (although I haven't checked this recently). The
gstreamer-cdio plugin work best, although gstreamer-cdparanoia mostly works.

As I don't have an iPod, I can't check that the converted iPod source works,
but it hopefully does.


As well as metadata lookup, other things that need doing are: sorting the
tracks by track number (not by title), better error handling and a good
cleanup.
Comment 15 Baptiste Mille-Mathias 2005-08-11 19:07:51 UTC
Thanks Doc for the update.

Is this view can be merged in RB 0.9, or this is too early ?
Comment 16 James "Doc" Livingston 2005-08-12 06:40:26 UTC
I'm going to be doing some work on this over the next few days, particularly
cleaning things up - hopefully it'll be in a bit better shape then.
Comment 17 James "Doc" Livingston 2005-08-21 17:48:06 UTC
Created attachment 51071 [details] [review]
new patch

This is an updated patch, which includes a couple of fixes and renames some
things (rb-device-source -> rb-removable-media-source, etc). I haven't renamed
the device manager yet, but that shouldn't affect anything apart from a couple
of lines in the shell.

Unlike the last patch this one actually includes the new files (oops), so it is
actually usable.
Comment 18 James "Doc" Livingston 2005-09-12 04:13:09 UTC
Much more recent patches (that work on cvs) have been posted to the mailing
list, so I'm marking the patch as obsolete.
Comment 19 James "Doc" Livingston 2005-11-03 10:36:47 UTC
I've committed the audio-cd support to cvs, so we can finally close this.