You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6b5fb24556 | 11 months ago | |
---|---|---|
music | 11 months ago | |
.gitignore | 11 months ago | |
README.md | 11 months ago | |
__init__.py | 11 months ago | |
app.py | 11 months ago | |
config.py | 11 months ago | |
database.py | 11 months ago | |
requirements.txt | 11 months ago | |
ui.py | 11 months ago | |
utils.py | 11 months ago |
README.md
celaigia
an app to gently query youtube music, and possibly download only if you don't have already locally.
Features
- Search and download music from YouTube
- Manage available music in a database
- Play, pausemusic from the database
Usage
To use Celaigia, follow these steps:
0. git clone the repo: git clone https://git.tropici.net/agropunx/celaigia && cd celaigia
- install dependencies:
pip install -r requirements.txt
. - run the app by executing:
python app.py
. - use the search & download tab to find music on YouTube and download it if needed.
- manage available music in the database tab, where you can play, pause music (by double click).
Requirements
- Python 3.x
- Dependencies listed in
requirements.txt
TODO
- search & download tab: flag to download video
- database tab: play / pause / remove buttons