Skip to content

zamudioo/zamutify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zamutify

If you clone this repo, you will have to change the path to fmpeg, To make it easier, download it from releases

This command-line script allows you to download YouTube playlists using yt-dlp and save them as MP3 audio files on your computer. It can also update the metadata of the MP3 files using the MusicBrainz API to fetch information about the songs.

Requirements

  • Python 3.x installed on your system.
  • yt-dlp installed and accessible from the command line.

Usage

  1. Clone this repository or download the files to your computer.
  2. Install the dependencies by running pip install -r requirements.txt.
  3. Change the locations in each of the files
  4. Place the URLs of the YouTube playlists you want to download in a text file named playlist_urls.txt, one per line.
  5. Run the script download_playlists.bat to download the playlists.
  6. Run the script update_metadata.bat to update the metadata of the MP3 files (optional, requires internet access).

Configuration

  • You can adjust the base download folder by modifying the BASE_DOWNLOAD_PATH variable in the scripts.

Contributions

Contributions are welcome. If you have ideas for improvements, bug fixes, or new features, feel free to open an issue or submit a pull request.

This prohect uses Yt-dlp, go see it to https://github.com/yt-dlp/yt-dlp

About

Downloads youtube playlists, create folders with the name of the playlist and updates the mp3 metatada

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors