Skip to content

Simply take CSV files from exporitfy, and turn them into M3U files

Notifications You must be signed in to change notification settings

myturnthistime/exportify-to-m3u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Exportify to M3U

A simple piece of code, wherever you run it it will turn every CSV file in that folder into a .m3u file with the same name

Use Case

Covert my spotify playlists from exportify into m3u files.

Info

The m3u files will contain "$ARTISTNAME - $TRACKNAME.m4a" which works for me, as my library is in one giant folder. The code is easily adaptable for other usecases, however if your audio files are in their own directories this is outside the scope of this code.

To run

No dependencies to install, just put your CSV files in the same folder as the go file, make sure go is installed, and run go run exportify-to-m3u.go Then copy your outputted m3u files into the same directory as your audio files, and enjoy having your playlists back.

Exportify is avaliable at https://watsonbox.github.io/exportify/

About

Simply take CSV files from exporitfy, and turn them into M3U files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages