[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[abcde] Bug#112508: abcde: incorrect playlist for various artist CD
I sent this to Robert, but he seems to be away from his mail (or else I only thought
I sent it). The following patch seems to fix this problem for me for the abcde in
unstable.
--- abcde.orig Wed Sep 26 23:06:17 2001
+++ abcde Wed Sep 26 23:05:35 2001
@@ -342,7 +342,11 @@
TRACKFILE=$(mungefilename "$TRACKNAME")
ARTISTFILE=$(mungefilename "$TRACKARTIST")
TRACKNUM=$(printf %0.${TRACKNUMPADDING}d ${UTRACKNUM})
- OUTPUTFILE=$(eval echo $OUTPUTFORMAT)
+ if [ "$VARIOUSARTISTS" = "y" ]; then
+ OUTPUTFILE=$(eval echo $VAOUTPUTFORMAT)
+ else
+ OUTPUTFILE=$(eval echo $OUTPUTFORMAT)
+ fi
if [ "$PLAYLISTDATAPREFIX" ]; then
echo -n $PLAYLISTDATAPREFIX >> "$OUTPUTDIR/$PLAYLISTFILE"
fi
To unsubscribe: echo unsubscribe | mail abcde-request@whimsica.lly.org