https://github.com/phyks/youtube2local
Match Youtube music videos and playlists with your local song collection
https://github.com/phyks/youtube2local
Last synced: 3 months ago
JSON representation
Match Youtube music videos and playlists with your local song collection
- Host: GitHub
- URL: https://github.com/phyks/youtube2local
- Owner: Phyks
- License: mit
- Created: 2016-06-09T16:32:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T15:27:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T12:22:46.208Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.