I am trying to export tag data to a file (TSV/CSV). I want to add two columns to indicate the external source of the music. One column would contain ‘CD’ or nothing, the other ‘Download’ or nothing. I am trying to use $if(x,y,z) to distinguish the source. After using $strstr to scan %filepath to locate my text indicator. No matter what I specify for x, the z value (false) is substituted. Ex: $if(1,true,false) I can’t find a x that will substitute ‘true’.
Are there any suggestions how to specify a ‘False’ boolean?
Thanks.