Bug#448994: uncommenting playlist_namebase doesn't work

2008-04-08 Thread Dave Vehrs
Package: podget Version: 0.5.8-1 Severity: normal OK the problem here was the descriptive comment. The variable is to change the format of the playlist name. Not to disable the creation of the playlist. Others have suggested disabling the creation of playlists and it is under consideration

Bug#448994: uncommenting playlist_namebase doesn't work

2007-11-02 Thread Peter Eisentraut
Package: podget Version: 0.5.8-1 Severity: normal One setting in podgetrc is: # Build playlists (comment out or set to null value to disable) #playlist_namebase=New- But commenting this out doesn't work; it will keep building playlists. The code is: if [ -n $playlist_namebase ] ; then