Asset R6, Win 7
I'm confused by exclusions. Here's what AssetUPnPExclusions.txt says:
The way I read it, the first example says that the line
would EXCLUDE any item with the genre "Pop", while the second example says that the line
would INCLUDE any item with the genre "Rock".
That is a stark contradiction!
How does this file actually work?
(I plan to create three different instances of Asset, one containing only Classical, the second containing only Jazz, and the third everything else.)
Thanks.
I'm confused by exclusions. Here's what AssetUPnPExclusions.txt says:
Code:
* Specify exclusions, based on tag values. Exclusions work on inclusion, or exclusion principles. * * For example to exclude the genres pop & techno and the artist Madonna type: * genre:=pop * genre:=techno * artist:=madonna * *To exclude every track and only include tracks which match the genre 'rock' type: * [excludeall] * genre:=rock * * Note once this file is edited, save it, restart Asset and trigger a 'Refresh All' rescan. * Additional matches items include [24bit] [32bit] [>44khz] [>48khz], type one per line.
Code:
genre:=pop
Code:
genre:=rock
That is a stark contradiction!
How does this file actually work?
(I plan to create three different instances of Asset, one containing only Classical, the second containing only Jazz, and the third everything else.)
Thanks.
Comment