Post Reply 
Reformat 'album' tag
01-03-2019, 09:36
Post: #9
RE: Reformat 'album' tag
If you really do want to avoid making tag changes you could use foobar2000 to generate the tagUpdate file for you - as long as your album names do all follow a certain pattern.

Using the component foo_utils (http://foosion.foobar2000.org/components/?id=utils) you can create a custom export script, something like:

Code:
#Header    
#Body
@ALBUM=%album%$crlf()
=ALBUM=$trim($substr(%album%,$add($strchr(%album%,'-'),1),$sub($strrchr(%album%,'['),1)))$crlf()
#Footer

This will create a replacement entry for every item in your Library selection, which whilst it doesn't seem to cause a problem for MinimServer (at least in my test of 3 items) it's best to limit it to one per album, so maybe a filter something like: ALBUM HAS [ AND ALBUM HAS - AND TRACKNUMBER IS 01

Then just select all the items in the Library selection, Right Click -> Legacy Commands (unsorted) -> Copy Text, and paste it into a tagUpdate file.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Reformat 'album' tag - RSJ - 31-01-2019, 19:21
RE: Reformat 'album' tag - simoncn - 31-01-2019, 21:15
RE: Reformat 'album' tag - aliasname - 03-02-2019, 11:25
RE: Reformat 'album' tag - RSJ - 05-02-2019, 15:06
RE: Reformat 'album' tag - simoncn - 03-02-2019, 18:06
RE: Reformat 'album' tag - simoncn - 05-02-2019, 15:23
RE: Reformat 'album' tag - RSJ - 06-02-2019, 19:26
RE: Reformat 'album' tag - paultaylor - 07-02-2019, 08:41
RE: Reformat 'album' tag - simbun - 01-03-2019 09:36

Forum Jump:


User(s) browsing this thread: 1 Guest(s)