Flask based utility that will allow a user to download an entire Discography for the provided artist.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Brett Spaulding 3c11270d4e
[FIX] php: YT CDN to local files
4 weeks ago
nginx [WIP] Front-end moved to PHP 2 months ago
php [FIX] php: YT CDN to local files 4 weeks ago
python [FIX] php: Handling for albums section if no link 2 months ago
.gitignore [WIP] Start the total refactor 2 months ago
LICENSE [ADD] base working files 1 year ago
README.md [WIP] view rendering issue 2 months ago
docker-compose.yml [FIX] php: YT CDN to local files 4 weeks ago

README.md

getDiscography

[For Educational Purposes Only!]

Music Artist Discography Download Utility

This full-stack application will allow users to enter an artist, verify the target and queue up the albums to download.

Written in Laravel (Application) and Python (Task Runner).

To start:

docker compose up -d

To stop:

docker compose down