Skip to content

Generates M3U playlists based on a record producer searching through a directory of MP3s

Notifications You must be signed in to change notification settings

adhamu/music-producer-playlist-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Producer Playlist Generator

Introduction

The aim of this project is to generate M3U playlists based on a music producer searching through a directory of MP3s.

Requirements

Usage

usage: search.py [-h] -p Producers [-m MP3 folder path] [-i iTunes Library]

One producer

python3 search.py -p 'Kanye West' -m '/Users/Amit/Music'

Multiple Producers

python3 search.py -p 'Kanye West|Just Blaze' -m '/Users/Amit/Music'

Using Your iTunes Library

python3 search.py -p 'Kanye West|Just Blaze' -i '/Users/Amit/iTunes/iTunes Music Library.xml'

Notes

  • Playlists are generated in the current working directory
  • If a playlist exists, it will be appended to
  • If a duplicate song exists in an existing playlist, it will be skipped

About

Generates M3U playlists based on a record producer searching through a directory of MP3s

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages