Skip to content

Created a simple script that removes the track number from song files in a directory.

Notifications You must be signed in to change notification settings

TracyMRohlin/song_track_removal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

song_track_removal

Created a simple script that removes the track number from song files in a directory. Takes the directory path where the song files are held as as an argument.

Example:

python remove_track_number.py “/Users/user_name/Music/iTunes/iTunes Media/Music/Gin Wigmore/Gravel And Wine”

Result:

01 Black Sheep.mp3 --> Black Sheep.mp3

(for Jamie xx):

03 SeeSaw (Featuring – Romy Madley Croft).mp3 --> SeeSaw.mp3

About

Created a simple script that removes the track number from song files in a directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages