Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 915 Bytes

README.md

File metadata and controls

49 lines (38 loc) · 915 Bytes

MD (Music Downloader)

Text-based tool to download music in mp3 with tags and artworks. Support search, and youtube/yt-music urls.

Requirements

  • python 3.x
  • pip

Installation (Linux, MacOS)

Clone the repository with:

git clone https://github.com/eliamazzon/MusicDownloader.git

Navigate to the repo directory and execute:

chmod +x install.sh
./install.sh

Launch the tool with :

./main.py

Installation (Termux)

Clone the repository with:

git clone https://github.com/eliamazzon/MusicDownloader.git

Navigate to the repo directory and execute:

chmod +x termux_install.sh
./termux_install.sh

Launch the tool with :

./main.py

To Do

  • Implement asynchronous downloads.
  • Create UI
  • Implement downloads from spotify links (require spotify scraper implementation, try to get class and ids informations from https://pypi.org/project/spotifyscraper/)