SkillAgentSearch skills...

MusicDownloader

Tool to download music.

Install / Use

/learn @eliamazzon/MusicDownloader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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/)

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks1

Languages

Python

Security Score

55/100

Audited on Sep 8, 2023

No findings