Skip to content

A simple Rust program to sweep a directory searching for audio files and write a m3u playlist with them

Notifications You must be signed in to change notification settings

erickpires/create-m3u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A very simple program to sweep directories and write and M3U playlist file with all audio files found under the given directory. The standard behaviour is to do a recursive search in all the directories under the directory passed as input.

This program uses a Rust wrapper around the MediaInfo Library to retrieve some file metadata.

Usage

create_m3u [DIR LIST]

DIR LIST can be any number of directories. A playlist is written for each directory in the list. The program tries to create a file using the same name as the directory and falls back to playlist.m3u if something goes wrong.

About

A simple Rust program to sweep a directory searching for audio files and write a m3u playlist with them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages