From f98264a831c0ef18f1e73c6039e8d2a7913529cd Mon Sep 17 00:00:00 2001 From: decoded Date: Fri, 12 Aug 2022 21:53:45 -0500 Subject: [PATCH] v2.1 update --- README.md | 6 ++++-- dp3.sh | 5 ++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 548596f..b00d0b6 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,10 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMM ``` ## summary ``` -dp3 v2.0 - parallel music ripping batch processing automation utility +dp3 v2.1 - parallel music ripping batch processing automation utility ``` +## changelog - v2.1 +- fixed the way some pip modules were checked ## changelog - v2.0 - fixed some automation bugs - added an auto-redownload feature for missed files, REDOWNLOAD_LIMIT variable is at top of code @@ -149,4 +151,4 @@ https://shilparay.bandcamp.com/album/portrait-of-a-lady?from=hp ## notes - playlist/genre names dont matter but the url must be valid otherwise there is nothing to download - if a window seems hung leave it alone, some files probably still encoding -- if it does indeed crash it's probably because the playlist is private, it needs to be public or unlisted \ No newline at end of file +- if it does indeed crash it's probably because the playlist is private, it needs to be public or unlisted diff --git a/dp3.sh b/dp3.sh index efbe4fa..6ce9c38 100755 --- a/dp3.sh +++ b/dp3.sh @@ -1,5 +1,4 @@ -#!/usr/bin/env bash -################################################################################################# VERSION 2.0 ### SOF +#!/usr/bin/env bash ############################################################################# VERSION 2.1 ### SOF echo -e '\033[0;31m'" .:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::. " echo -e '\033[0;31m'" /mMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNd- " echo -e '\033[0;31m'"-MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMN." @@ -936,4 +935,4 @@ echo -e "\n\033[0;31m[\033[0m FILENAME OF PLAYLIST ARCHIVE \033[0;31m]\n" ###### ls -al "$PREFIX$PLAYLIST_NAME.tar.gz" ############################################################################### ##################################################################################################################### echo -e "\n\033[0;31m[\033[0m OPERATION COMPLETE \033[0;31m]" ####################################################### -################################################################################################################# EOF +################################################################################################# VERSION 2.1 ### EOF