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
playlist_name=$playlist_namebase$(date $date_format).m3u
else
playlist_name="New-$(date $date_format).m3u"
fi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]