This commit is contained in:
.[d]. 2022-02-28 17:42:17 -06:00
parent 055c062cfd
commit 8578af7c93

3
dp3.sh

@ -57,7 +57,6 @@ PLAYLIST_GENRE="$2"
PLAYLIST_ARTWORK="_cover.png"
PLAYLIST_URLBATCH="_url_batch.log"
PLAYLIST_URLSTEXT="_playlist_urls.txt"
#[ -d $PLAYLIST_NAME ] && rm -Rf $PLAYLIST_NAME
#####################################################################################################################
usage () {
echo -e "\n\033[0;31mUSAGE: \033[0;91m./$0 name_of_playlist genre_of_playlist url_of_playlist\033[0m"
@ -650,4 +649,4 @@ mv "$PLAYLIST_NAME/dr1p__$PLAYLIST_NAME" "." && rmdir "$PLAYLIST_NAME" && ls -al
cat "dr1p__$PLAYLIST_NAME/_playlist.m3u" && tar cvfz "dr1p__$PLAYLIST_NAME.tar.gz" "dr1p__$PLAYLIST_NAME" ###########
#####################################################################################################################
ls -al "dr1p__$PLAYLIST_NAME.tar.gz" ################################################################################
################################################################################################################# EOF
################################################################################################################# EOF