diff --git a/dp3.sh b/dp3.sh index 889434e..e52228c 100755 --- a/dp3.sh +++ b/dp3.sh @@ -646,7 +646,7 @@ rm "$PLAYLIST_ARTWORK" && rm "dr1p" && rm "dp3.py" ############################# ##################################################################################################################### mv "$PLAYLIST_NAME/dr1p__$PLAYLIST_NAME" "." && rmdir "$PLAYLIST_NAME" && ls -al "dr1p__$PLAYLIST_NAME" ############# ##################################################################################################################### -cat "dr1p__$PLAYLIST_NAME/_playlist.m3u" && tar cvfz "dr1p__$PLAYLIST_NAME.tar.gz" "dr1p__$PLAYLIST_NAME" ########### +cat "dr1p__$PLAYLIST_NAME/_playlist.m3u" && echo "$PLAYLIST_URL" >> "dr1p__$PLAYLIST_NAME/_processed_batch.log" ##### ##################################################################################################################### -ls -al "dr1p__$PLAYLIST_NAME.tar.gz" ################################################################################ +tar cvfz "dr1p__$PLAYLIST_NAME.tar.gz" "dr1p__$PLAYLIST_NAME" && ls -al "dr1p__$PLAYLIST_NAME.tar.gz" ############### ################################################################################################################# EOF