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
- Host: GitHub
- URL: https://github.com/splitbrain/extm3u
- Owner: splitbrain
- License: gpl-2.0
- Created: 2010-04-08T09:19:41.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-12-01T18:41:48.000Z (over 14 years ago)
- Last Synced: 2025-03-29T01:02:50.161Z (about 1 year ago)
- Language: Perl
- Homepage: http://www.splitbrain.org/projects/extm3u
- Size: 107 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: COPYING
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