I have this formatting string:
CODE
$if($stricmp($ext(%_path%),vgz),00ff00|000000[%album% - ]$if2(%title%,%_filename%) '('%_length%')', 00ff00|000000[%artist% - ]$if2(%title%,%_filename%) '('%_length%')')
This does what I want it to do - unfortunately, only with VGZ. I tried using an $or() where VGZ is but that's seemingly doing nothing - where am I going wrong, and how can I get this working (ideally, so I can put more extensions in in this same way in the future if needed)?