Is there a reference document someplace, or a thread or something?
I'm basically trying to achieve the following.
IF ALBUMARTIST=Various Artists
OR ALBUMARTIST=Soundtrack
SET COMPILATION=1
ELSE
DELETE COMPILATION
This way I know the compilation flag will get set properly. Darn internet just isn't that reliable and sometimes I'm not paying enough attention when ripping and forget to clear the flag or set the flag.
Thanks,
Jeff
I'm basically trying to achieve the following.
IF ALBUMARTIST=Various Artists
OR ALBUMARTIST=Soundtrack
SET COMPILATION=1
ELSE
DELETE COMPILATION
This way I know the compilation flag will get set properly. Darn internet just isn't that reliable and sometimes I'm not paying enough attention when ripping and forget to clear the flag or set the flag.
Thanks,
Jeff
Comment