https://github.com/mpratt/playlist-generator
Python script used create M3U playlists for mp3 files using their ID3 information.
https://github.com/mpratt/playlist-generator
Last synced: about 1 month ago
JSON representation
Python script used create M3U playlists for mp3 files using their ID3 information.
- Host: GitHub
- URL: https://github.com/mpratt/playlist-generator
- Owner: mpratt
- Created: 2023-01-06T22:34:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T04:36:14.000Z (about 1 year ago)
- Last Synced: 2025-12-05T09:16:06.361Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playlist Generator
Python script used create M3U playlists for mp3 files
using their ID3 information.
It takes into account the genre, release date and the comments.
Comments can have list names separated by `|` for example:
`disco|my mix`
# Installation
Download the source code, extract the data, go to the folder and run
`pip install -e .`
# Usage
```
playlist-generator path_with_mp3s output_dir_of_playlist
```
**Warning:** This scripts deletes any .m3u found inside
the output_dir_of_playlist before creating the lists.