From 9d41f4dc33158072276689d2ab2571ae06309384 Mon Sep 17 00:00:00 2001 From: zebra Date: Mon, 9 Jun 2025 16:57:48 -0700 Subject: [PATCH] updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74a0f97..975922d 100644 --- a/README.md +++ b/README.md @@ -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