|
Script to clean music.
Hi, I am looking for a script that renames all MP3 files (and maybe its corresponding tags) of a specific folder and its subfolders.
I want to just rename the file name, so that only the first letter is capitalized, and the first letter that stand behind a "-" (Regard! An empty slot is not a letter!). For examle:
From:
La Quinta Estación - Me Muero
to
La quinta estación - Me muero
(the first letter and the letter that comes after a Hyphen)
##########################################################################
If it is possible, I want to do the same with the IDtag.
E.g in the name of the album:
from
The Mating Game
to
The mating game
The lyric, delete, and the cover too.
Has anyone any idea how to do the first with pyRenamer?
|