I am curious if the following things are possible with mp3tag
-
The ability to disable mp3tag to open files on double click. I often accidently double click then I have my fully loaded mediaplayer loading and it is a minute or two before I can resume editing.
-
Auto numer files using regex,
Here is what I mean by this,
I will use the following examples,
abc:.mp3
abc:.mp3
abc:.mp3
but I want them to be
abc 01.mp3
abc 02.mp3
abc 03.mp3
I can use the replace with regular expression action and use the following settings
regular expression:
:
replace matches with
0
the files will look like this
abc 0
abc 0
abc 0
I am wanting to know if it is possible via regexp or something else to get mp3tag to add the 1,2,3 at
the end of the files (something that would add numbers and increase them 1 by 1)
- Im mp3tag if you double click the blank space after a field it will open a quick edit to that field, I am curious if there is a hotkey that would move me to the same field to the previous or next file but with the quick edit opened on the field that I was editing on the previous file.
i.e
I am editing the TITLE field of a file via quick edit, I hit the hotkey, now I am editing the TITLE field of the next file.
Thanks for such a wonderful app