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 7ba7b6d647
Update template with todo.
2 years ago
database [FIX] add purge to ensure that database is clear when dls complete 3 years ago
navidrome [WIP] GUI improvements 3 years ago
static [IMP] Minor improvements to logic 2 years ago
templates Update template with todo. 2 years ago
utils [IMP] Minor improvements to logic 2 years ago
.gitignore [IMP] Minor improvements to logic 2 years ago
Dockerfile [ADD] base working files 3 years ago
LICENSE [ADD] base working files 3 years ago
README.md Update 'README.md' 2 years ago
__init__.py [IMP] major improvements to the UI, refactor on processor 3 years ago
app.py [IMP] Minor improvements to logic 2 years ago
const.py [ADD] base working files 3 years ago
database.py [FIX] add purge to ensure that database is clear when dls complete 3 years ago
docker-compose.yml [WIP] GUI improvements 3 years ago
geckodriver-install.sh [ADD] base working files 3 years ago
requirements.txt [MVP] Working as expected 3 years ago

README.md

getDiscography

Flask based utility that will allow a user to download an entire Discography for the provided artist.

How to use:

Open the root directory of this project in a terminal.

Create a virtual environment with python.

python -m venv .

For more about virtual environments, look here: https://docs.python.org/3/library/venv.html

While in the virtual env (venv) install the requirements.txt file with:

pip install -r ./requirements.txt

After all dependencies have been installed successfully, start the service with:

python app.py

The service will then be accessible at http://localhost for as long as the terminal stays open. To shutdown the service simply close the terminal or ctl + c