From 76448acfe004a89d28ebaf481ac0f20ef75d6ae3 Mon Sep 17 00:00:00 2001 From: data Date: Thu, 4 Aug 2005 07:40:59 +0000 Subject: [PATCH] Added YEAR as a variable for creating playlists git-svn-id: http://abcde.googlecode.com/svn/trunk@76 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1