-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathPKG-INFO
More file actions
53 lines (44 loc) · 1.36 KB
/
PKG-INFO
File metadata and controls
53 lines (44 loc) · 1.36 KB
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
53
Metadata-Version: 2.1
Name: lidarr-youtube-downloader
Version: 0.3.35
Summary:
Home-page: https://github.com/dmzoneill/lidarr-youtube-downloader
Author: David O Neill
Author-email: dmz.oneill@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: requests
Requires-Dist: youtube-search-python
Requires-Dist: eyed3
Requires-Dist: typer
Requires-Dist: yt-dlp
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 yt-dlp for download and ffmpeg to convert them.
## Install
```console
dnf/apt install ffmpeg
pip3 install eyed3 youtube-search-python yt-dlp typer
pip3 install lidarr-youtube-downloader
```
## How to use
```console
export LIDARR_URL="http://127.0.0.4:8686"
export LIDARR_API_KEY="your-api-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