I use AMG to tag my files and therefore Genre can have multiple values.
I use MP3Tag's \\ to separate the values and it works fine (I filter-checked it via "$meta")
I would like to simulate the following actions with a script/action/export, for instance:
Filter: "$meta(GENRE,0)" IS "Folk" OR "$meta(GENRE,1)" IS "Folk" OR "$meta(GENRE,2)" IS "Folk" OR ...
Menu->Playlist (all Files) with File Name: Folk.m3u
If I could iterate on all genres present in the File View (instead of specifying "Folk" or "Pop/Rock" etc.) that would even be better.
(btw, I started using your Mp3tagExportSplitter mte & exe to start learning about the issues at hand)
Thanks for the filter simplification which works fine. Is there any way to filter with an action/script?
Tried your solution in the export file but it seems looping on %genre% does not loop on every instance of the genre multivalues and stops at the first (i.e. $meta("X",0))