Music tags cleanup
#1
Hi,

I have indexed my flac collection, which has the following setup:

Code:
/flac/artist/year - album title (flac)/artist - album titlle (flac) - track - title.flac
Example:

The flacs have been tagged with the extra "(flac)" in the album title as well, which I would like to lose, for the sake of proper album scraping.

I have tried in advancedsettings.xml

Code:
<advancedsettings>
<musiclibrary>
   <cleanstrings>
     <regexp>(\(.*\))</regexp>
   </cleanstrings>
</musiclibrary>
</advancedsettings>

But I think this is for files only, and not for tags. So can someone please tell if it's possible what I want, without having to retag my music collection?
Reply

Logout Mark Read Team Forum Stats Members Help
Music tags cleanup0