Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 116747

Summary: media-sound/cdmp3-0.5.0 fails if song title contains quotes
Product: Gentoo Linux Reporter: Daniel Gulotta <dgulotta>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED WONTFIX    
Severity: normal CC: mkennedy, treecleaner
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Gulotta 2005-12-25 17:57:37 UTC
In order for oggenc to parse its input correctly, any quotes in the song title, filename, etc. need to be preceded by a backslash.  However, cdmp3 does not do this.  For example, cdmp3 ran this command
"/usr/bin/cdparanoia" -d "/dev/cdrom" 1 - | "/usr/bin/oggenc" -q 3 -o "Yes - Opening (Excerpt From "Firebird Suite").ogg"
which results in an error.  The correct syntax is
"/usr/bin/cdparanoia" -d "/dev/cdrom" 1 - | "/usr/bin/oggenc" -q 3 -o "Yes - Opening (Excerpt From \"Firebird Suite\").ogg"

This can be fixed by adding
$track_filename =~ s/\"/\\\"/g;
to the cdmp3 perl script.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2006-10-20 18:38:26 UTC
sound team: Would you take care of this or is this something for the treecleaners?  (last release mid 2004 and for sure more than enough alternatives available)

see also bug 113916
Comment 2 Charlie Shepherd (RETIRED) gentoo-dev 2006-12-13 17:09:17 UTC
No idea why this is assigned to maintainer-needed...
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2009-03-10 21:50:58 UTC
(In reply to comment #1)
> sound team: Would you take care of this or is this something for the
> treecleaners?  (last release mid 2004 and for sure more than enough
> alternatives available)
> 
> see also bug 113916
> 

punt it.

for users, I would recommend abcde in its place.
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-03-21 23:16:21 UTC
# Jeremy Olexa <darkside@gentoo.org> (21 Mar 2009)
# Masked for removal in 30 days. Dead upstream, many alternatives exist (eg.
# abcde) - bug 116747
media-sound/cdmp3
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-05-13 03:57:26 UTC
removed, wontfix