From: data Date: Thu, 4 Aug 2005 07:40:59 +0000 (+0000) Subject: Added YEAR as a variable for creating playlists X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/76448acfe004a89d28ebaf481ac0f20ef75d6ae3 Added YEAR as a variable for creating playlists git-svn-id: http://abcde.googlecode.com/svn/trunk@76 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index cf2c3e2..af7282d 100755 --- a/abcde +++ b/abcde @@ -968,6 +968,7 @@ do_playlist () ALBUMFILE=$(mungefilename "$DALBUM") ARTISTFILE=$(mungefilename "$DARTIST") GENRE=$(mungegenre "$GENRE") + YEAR=${CDYEAR:-$CDYEAR} if [ "$VARIOUSARTISTS" = "y" ] ; then PLAYLISTFILE=$(eval echo $VAPLAYLISTFORMAT) else