This little Python script downloads music albums from YTMusic.
sudo curl -sL https://github.com/Cyliann/muclic/raw/main/muclic.py -o /usr/bin/muclic &&
sudo chmod +x /usr/bin/muclic
Download the muclic.py and put it in your home directory.
- Python
- YTMusicAPI
- yt-dlp (youtube-dl won't work because it doesn't support output formatting)
- pytaglib (for basic tagging)
To dowload dependencies just paste this into your terminal (if you have pip installed)
pip install yt-dlp ytmusicapi pytaglib
- Type
muclic
into your terminal. (orpython -m muclic.py
if you're a Windows user) - Enter the name of the album/artist/song.
- Choose a number/multiple numbers to select which album you want to download.
- Rest.