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