v2.1 update

This commit is contained in:
.[d]. 2022-08-12 21:53:45 -05:00
parent 12e10a9369
commit f98264a831
2 changed files with 6 additions and 5 deletions

View File

@ -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
- if it does indeed crash it's probably because the playlist is private, it needs to be public or unlisted

5
dp3.sh
View File

@ -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