So far i use the folling naming string:
[album artist]\[year] - [album] - [[upc]]\[track] - [title]
and that one works just fine for me, but since i have multiple albums in multiple pressings i'd love to also put the catalog number (string Catalog *) into the file path behind UPC but somehow that does not work like i initially thought by changing the string to
[album artist]\[year] - [album] - [[upc]] - [[Catalog *]]\[track] - [title]
anything else i can try?
[album artist]\[year] - [album] - [[upc]]\[track] - [title]
and that one works just fine for me, but since i have multiple albums in multiple pressings i'd love to also put the catalog number (string Catalog *) into the file path behind UPC but somehow that does not work like i initially thought by changing the string to
[album artist]\[year] - [album] - [[upc]] - [[Catalog *]]\[track] - [title]
anything else i can try?
Comment