Author Topic: Tagging - Swap Positions Within The Same Field  (Read 7117 times)

beehive

  • Full Member
  • ***
  • Posts: 202
In this case we have
"(Artist) John Mayer - (Title) Ft. Norah Jones - Some Song"
I want to swap positions of 'Ft. Norah Jones' and 'Some Song'' in the 'Title' Field look like this
"(Artist) John Mayer - (Title) Some Song Ft. Norah Jones"

Get this first http://getmusicbee.com/forum/index.php?topic=3833.195
Note- This uses a combination of the how to's to demonstrate the plugins flexibilty

Step 1......http://getmusicbee.com/forum/index.php?topic=6529.0
Copy Everything After - in the title field to some temp tag.
  - Create a new ASR preset: Search for  .*?-(.*)  in the containing tag and replace by  $1  in some temp tag (eg custom9)

Step 2......http://getmusicbee.com/forum/index.php?topic=6540.0
Remove Everything After and Including the - in the title field
 - Create a new ASR preset: Search for  (.*?)\s*-.*   in the containing tag and replace by  $1  also in the containing tag

Step 3...
Copy Tag from custom9 to title field and tick add source tag to the beginning of destination tag placing between them a space


All credits go to boroda74 for his powerful plugin and solution

Last Edit: May 30, 2012, 04:52:47 AM by beehive