GNOME Bugzilla – Bug 119596
GNOME-CD can't play mixed data/music CDs - Linux
Last modified: 2005-08-15 01:28:28 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.
In linux gnome-cd doesn't differentiate between a data and audio cd. Attaching a patch for this problem.
Created attachment 21091 [details] [review] Patch for this bug
Upgrading the priority level to High due to the fact that a patch is attached.
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)
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.
Thanks Ronald, checked in the patch after changing g_warning to g_print.