updated README
This commit is contained in:
parent
36553fa766
commit
9d41f4dc33
@ -58,21 +58,21 @@ export LIDARR_API_KEY="your-lidarr-api-key"
|
||||
|
||||
Or run inline:
|
||||
```bash
|
||||
LIDARR_API_KEY="your-lidarr-api-key" ./musicfetch.py "Artist - Track"
|
||||
LIDARR_API_KEY="your-lidarr-api-key" ./musicfetch "Artist - Track"
|
||||
```
|
||||
🧑💻 Usage
|
||||
🔉 Download by Search Term
|
||||
```bash
|
||||
./musicfetch.py "Artist - Track"
|
||||
./musicfetch "Artist - Track"
|
||||
```
|
||||
Example:
|
||||
```bash
|
||||
./musicfetch.py "ODESZA - Bloom"
|
||||
./musicfetch "ODESZA - Bloom"
|
||||
```
|
||||
If Lidarr finds the artist and album, it will trigger a download in Lidarr. If not, the song will be downloaded via yt-dlp using a YouTube search.
|
||||
📺 Download by URL
|
||||
```bash
|
||||
./musicfetch.py "https://www.youtube.com/watch?v=xxxxxxxxxxx"
|
||||
./musicfetch "https://www.youtube.com/watch?v=xxxxxxxxxxx"
|
||||
```
|
||||
The script extracts metadata from the video and organizes the file under the artist's folder.
|
||||
📁 Output Structure
|
||||
|
Loading…
x
Reference in New Issue
Block a user