Skip to content

charmparticle/albumsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

albumsplit

albumsplit is a tool to split up full-length album mp3s into individual tracks.

First, you need the mp3 file, and a tracks file, listing the temporal offset of each track, followed by its title, ie:

00:00 first track
01:33 second track (where first track was a minute 33 seconds long

... etc

installation:

pip3 install albumsplit

You can use my other tool, trackcalc, to calculate out these offsets.

then you can split up the mp3 file like this:

albumsplit "Album Name.mp3" tracks.txt

here is a vim macro I use to reformat tracks:

 $Bd$0Pa �0j

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages