I'm having a problem with dynamic naming in Ref 12.2. I'm trying to code this:
If there is no artist tag, then name the file "original path\original filename"; else name the file: artist\artist - year_album\track title.
I've tried:
[IFVALUE][artist],[artist]\[artist] - [year]_[album]\[track] [title],[origpath]\[origfilename][]
which names all files in the "strnovalue" fashion
and
[IFVALUE]artist,[artist]\[artist] - [year]_[album]\[track] [title],[origpath]\[origfilename][]
which names all files in the "strifvalue" fashion
What is the tag argument supposed to be?
thanks
TS
If there is no artist tag, then name the file "original path\original filename"; else name the file: artist\artist - year_album\track title.
I've tried:
[IFVALUE][artist],[artist]\[artist] - [year]_[album]\[track] [title],[origpath]\[origfilename][]
which names all files in the "strnovalue" fashion
and
[IFVALUE]artist,[artist]\[artist] - [year]_[album]\[track] [title],[origpath]\[origfilename][]
which names all files in the "strifvalue" fashion
What is the tag argument supposed to be?
thanks
TS
Comment