I’m struggling a bit to find some examples on how to properly extract the tag from filename.
I have a list of songs that are named by year_top100ranking - artist - title
For example:
1982_003 - Survivor - Eye Of The Tiger.mp3
When I run autocorrect it is picking out “003” as the album name.
I tried setting it to things like:
(%year%_%diskno%) - %artist% - %title%
but that doesn’t help. (I used diskno for lack of a better place to shove the top 100 ranking number - is there a way to just disregard it?