getmusicbee.com
Support => Tips and Tricks => Topic started by: beehive on May 29, 2012, 05:54:29 AM
-
Another situation I came across is where the 'Title' field had the Track numbers in its field for example
"(Artist) John Mayer - (Title) 01. Some Song"
So basically I want to remove the track number (01.) and including " . " in the 'Title' Field to the look like this
"(Artist) John Mayer - (Title) Some Song
Get This 'Additional Tagging and Reporting Tools' Plugin http://getmusicbee.com/forum/index.php?topic=3833.195
from boroda74
Step 1
Create a new ASR preset: Search for \d\d\s*.\s* in the containing field and replace with blank string in the same field.
Note: You can replace the " . " to suite whatever format such as 01. 01- 01_
Also there are a couple of presets already in the ASR to do this removal but you can customize the format with this solution
All credits go to boroda74 for his powerful plugin and solution
-
If only I knew about this a few weeks ago! I did it manually by sorting my library by title in track view :-\