d2m3u is a command line tool to generate m3u playlists from local or web directories.
For prebuilt binaries, see the releases page.
Note the following only applies for MacOS and Linux. For Windows instructions, please see WINDOWS.md
make,ffmpegandcurl
- For windows instructions, see
WINDOWS.md - Clone source and run
make install(sudo may be required) or place prebuilt binary in your path - Run
d2m3u -h
- Install the following:
- Ubuntu/Debian:
libavformat-devlibavcodec-devlibavutil-devlibcurl4-openssl-dev - Fedora:
ffmpeg-devellibcurl-devel - macOS:
ffmpegcurl
- Ubuntu/Debian:
- Build with
makeorbuild.sh