Skip to content

rogribas/m3u-playlist-file-command-line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

m3u playlist file from command line

Create a .m3u playlist file from the command line. (UNIX)

Instructions

Go to the folder containing all your mp3 files and execute this command on your terminal:

for f in *.mp3; do echo "$f" >> playlist.m3u; done

About

Create a .m3u playlist file from the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published