An open API service indexing awesome lists of open source software.

https://github.com/splitbrain/extm3u

Generates an extended .m3u playlist from mp3, ogg and flac files
https://github.com/splitbrain/extm3u

Last synced: 12 months ago
JSON representation

Generates an extended .m3u playlist from mp3, ogg and flac files

Awesome Lists containing this project

README

          

This tool generates a extended .m3u playlist from a given directory
for use with XMMS, Winamp (tm) and other music players.
The playlist is printed to STDOUT. Extended .m3u files contain
additional informations like length of the song and infos from
the id3-tag.

For running this script you'll need the following Perl modules:

MP3::Info for .mp3 files
Ogg::Vorbis::Header for .ogg files
Audio::FLAC::Header for .flac files

The scripts autodetects which modules are installed. If a module is
not installed, the corresponding file type is ignored