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 119596 - GNOME-CD can't play mixed data/music CDs - Linux
GNOME-CD can't play mixed data/music CDs - Linux
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: Gnome-CD
1.112.0
Other Linux
: High normal
: 2.4
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks: 119598
 
 
Reported: 2003-08-11 01:03 UTC by Ted Gould
Modified: 2005-08-15 01:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for this bug (1.60 KB, patch)
2003-10-31 15:20 UTC, Balamurali Viswanathan
none Details | Review

Description Ted Gould 2003-08-11 01:03:12 UTC
Basically if the CD has music and data, GNOME-CD will think that it's an
all data cd.  This has been fixed for Solaris under bug number 94506.
Comment 1 Balamurali Viswanathan 2003-10-31 15:19:35 UTC
In linux gnome-cd doesn't differentiate between a data and audio cd.
Attaching a patch for this problem. 
Comment 2 Balamurali Viswanathan 2003-10-31 15:20:22 UTC
Created attachment 21091 [details] [review]
Patch for this bug
Comment 3 alexander.winston 2004-01-03 18:08:55 UTC
Upgrading the priority level to High due to the fact that a patch is
attached.
Comment 4 Uri David Akavia 2004-02-02 08:59:59 UTC
Are you sure about this problem? I can play LOTR CD with no problem,
eventhough it contains a data track. Or is the problem you refer to
only when the data track is mixed between the other tracks? (LOTR has
it as the last track)
Comment 5 Ronald Bultje 2004-04-19 12:16:33 UTC
g_warning() isn't really the way to do error handling; otherwise, it looks OK.
Since those errors are supposed to happen in case of data CDs, please change to
g_print() or so.
Comment 6 Balamurali Viswanathan 2004-04-23 10:44:25 UTC
Thanks Ronald, checked in the patch after changing g_warning to g_print.