I cannot seem to get GNUMP3d to play files with a ' in them. It's probably a very simple problem, but nonetheless I cannot get it to work.
What I get when I use "$FILENAME" in the config: magrathea js # tail -f /var/log/gnump3d/error.log Cache is 0 bytes. 0 is allowed. Could not find "'/stuff/music/Downloads/Reel Big Fish/we're not happy til you're not happy/03 don't start a band.mp3'". Cache is 0 bytes. 0 is allowed. Could not find "'/stuff/music/Downloads/Reel Big Fish/we're not happy til you're not happy/04 a-w-e-s-o-m-e.mp3'". Cache is 0 bytes. 0 is allowed. Could not find "'/stuff/music/Downloads/Reel Big Fish/we're not happy til you're not happy/05 we hate it when our friends becom.mp3'". Cache is 0 bytes. 0 is allowed. Could not find "'/stuff/music/Downloads/Reel Big Fish/we're not happy til you're not happy/06 turn the radio off.mp3'". Cache is 0 bytes. 0 is allowed. Could not find "'/stuff/music/Downloads/Reel Big Fish/we're not happy til you're not happy/07 talkin 'bout a revolution.mp3'". with just $FILENAME in the config I get: lame: excess arg happy LAME version 3.96.1 (http://lame.sourceforge.net/) usage: lame [options] <infile> [outfile] <infile> and/or <outfile> can be "-", which means stdin/stdout. Try: "lame --help" for general usage information or: "lame --preset help" for information on suggested predefined settings or: "lame --longhelp" or "lame -?" for a complete options list Cache is 0 bytes. 0 is allowed. sh: -c: line 0: unexpected EOF while looking for matching `'' sh: -c: line 1: syntax error: unexpected end of file my config: downsample_high_mp3 = lame --mp3input -h -b 96 $FILENAME - downsample_medium_mp3 = lame --mp3input -h -b 64 $FILENAME - downsample_low_mp3 = lame --mp3input -h -b 32 $FILENAME - # downsample_high_ogg = sox -t ogg $FILENAME -t raw - | oggenc --raw --managed -b 96 - downsample_medium_ogg = sox -t ogg $FILENAME -t raw - | oggenc --raw --managed -b 64 - downsample_low_ogg = sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix --managed -b 32 - Thanks! - Joe _______________________________________________ Gnump3d-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnump3d-users
