|
|
@ -9,6 +9,7 @@ an app to gently query youtube music, and possibly download only if you don't ha
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Usage
|
|
|
|
To use Celaigia, follow these steps:
|
|
|
|
To use Celaigia, follow these steps:
|
|
|
|
|
|
|
|
|
|
|
|
0. git clone the repo: `git clone https://git.tropici.net/agropunx/celaigia && cd celaigia`
|
|
|
|
0. git clone the repo: `git clone https://git.tropici.net/agropunx/celaigia && cd celaigia`
|
|
|
|
1. install dependencies: `pip install -r requirements.txt`.
|
|
|
|
1. install dependencies: `pip install -r requirements.txt`.
|
|
|
|
2. run the app by executing: `python app.py`.
|
|
|
|
2. run the app by executing: `python app.py`.
|
|
|
@ -21,6 +22,7 @@ To use Celaigia, follow these steps:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
## TODO
|
|
|
|
|
|
|
|
- proper db structure (mysql/sqlite?)
|
|
|
|
- search & download tab: flag to download video
|
|
|
|
- search & download tab: flag to download video
|
|
|
|
- database tab: play / pause / remove buttons
|
|
|
|
- database tab: play / pause / remove buttons
|
|
|
|
|
|
|
|
|
|
|
|