Skip to content

alireza-amirsamimi/track_fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

track_fixer

This script adds zero at the start of mp3 music track's name that started with the number less than 10.

1- ... >> 01- ... 2- ... >> 02- ... 3- ... >> 03- ... 4- ... >> 04- ... 5- ... >> 05- ... 6- ... >> 06- ... 7- ... >> 07- ... 8- ... >> 08- ... 9- ... >> 09- ...

How to insatll this script?

$ cd /tmp
$ wget https://raw.githubusercontent.com/alireza-amirsamimi/track_fixer/master/track_fixer
$ chmod +x track_fixer
$ mv track_fixer /usr/local/bin/

How can I use it?

Suppose that you have a directory that contains some music albums in /home/alireza/Music/ and you want to fix name of tracks.

Just type this in terminal and press enter!

track_fixer /home/alireza/Music/

track_fixer will find all mp3 in Music directory and all subdirectories and it will fix them.

About

a script for correcting name of music tracks in an album

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages