1
0
Fork 0
Datei suchen
Lucas Verney c7bd102c88 Working version with Ampache backend 2016-06-15 17:27:52 +02:00
backends Working version with Ampache backend 2016-06-15 17:27:52 +02:00
helpers Working version with Ampache backend 2016-06-15 17:27:52 +02:00
.gitignore Initial commit 2016-06-09 18:31:39 +02:00
LICENSE Initial commit 2016-06-09 18:31:39 +02:00
README.md Initial commit 2016-06-09 18:31:39 +02:00
__init__.py Initial commit 2016-06-09 18:31:39 +02:00
config.py.example Initial commit 2016-06-09 18:31:39 +02:00
requirements.txt Initial commit 2016-06-09 18:31:39 +02:00
youtube2local.py Working version with Ampache backend 2016-06-15 17:27:52 +02:00

README.md

Youtube2local

This is a script to help you match Youtube music videos and playlists with your local song collection.

Usage

  • Install the required dependencies: pip install -r requirements.txt.
  • Copy and edit the config.py.example file to config.py according to your needs.
  • Run the script: python3 -m youtube2local "https://www.youtube.com/watch?v=1mkUp1V3ys0".

Extending backends

For now it only features a backend using the database from an Ampache installation. You can easily extend backends by adding files in the backends directory, implementing the check function as the ampacheSQL.py backend does. Then, just edit your config accordingly.

Feel free to submit any PR for new backends.

LICENSE

Released under MIT license.