getmusicbee.com

Support => Questions => Topic started by: theta_wave on February 04, 2016, 03:39:58 AM

Title: Does artwork storage work with functions?
Post by: theta_wave on February 04, 2016, 03:39:58 AM
Here's my function under Tags (1) > Artwork Storage > "Copy to the same folder as the music file and name as:"

$If(<Track#>=0001,"0000. Front.jpg",$If(<Track#>=001,"000. Front.jpg","00. Front.jpg"))

However, for an album with "##. Track.mp3", I get both "0000. Front.jpg" and "00. Front.jpg" saved in the directory whether I highlight all the tracks or simply highlight "01. Track.mp3".
Title: Re: Does artwork storage work with functions?
Post by: redwing on February 04, 2016, 04:00:43 AM
What if you specify "<Track#>=01" cases as well in the syntax?
Title: Re: Does artwork storage work with functions?
Post by: theta_wave on February 04, 2016, 04:14:09 AM
What if you specify "<Track#>=01" cases as well in the syntax?
Bingo!  Thanks.  Is there any wikia link that suggests why such an expression should be bracketed by quotation marks?
Title: Re: Does artwork storage work with functions?
Post by: redwing on February 04, 2016, 04:23:50 AM
Just because that's the syntax Steven implemented like: http://getmusicbee.com/forum/index.php?topic=5823.msg40786#msg40786
Title: Re: Does artwork storage work with functions?
Post by: theta_wave on February 04, 2016, 06:17:31 AM
Just because that's the syntax Steven implemented like: http://getmusicbee.com/forum/index.php?topic=5823.msg40786#msg40786
Ah, thanks for the informative link!