forked from dmzoneill/lidarr-youtube-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
52 lines (43 loc) · 1.36 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Metadata-Version: 2.1
Name: lidarr-youtube-downloader
Version: 0.3.30
Summary:
Home-page: https://github.com/dmzoneill/lidarr-youtube-downloader
Author: David O Neill
Author-email: [email protected]
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests
Requires-Dist: youtube-search-python
Requires-Dist: eyed3
Requires-Dist: requests
Project-URL: Repository, https://github.com/dmzoneill/lidarr-youtube-downloader
Description-Content-Type: text/markdown
# Lidarr youtube downloader
This tools iterates your missing tracks in lidarr, and attempts to download them from youtube.
It will use youtube-dl for download ffmpeg to convert them.
## Install
```console
dnf/apt install ffmpeg
sudo curl https://youtube-dl.org/downloads/latest/youtube-dl -o /usr/bin/youtube-dl
chmod +x /usr/bin/youtube-dl
pip3 install eyed3 youtube-search-python
pip3 install lidarr-youtube-downloader
```
## How to use
```console
export LIDARR_URL="http://127.0.0.1:8686"
export LIDARR_API_KEY="771de60596e946f6b3e5e6f5fb6fd729" # your key
export LIDARR_DB="/path/to/lidarr/lidarr.db"
export LIDARR_MUSIC_PATH="/music"
lyd
```
You can also provide the settings via the command line
## Help
```console
lyd --help
```
## Support
Feel free to submit a pull request