To be specific: what I would like to do is create a playlist that
contained just my local music, i.e. its location contains a specific
path string. Would it be possible to do this? (And if so, how? =) )
Here's an example:
<playlist name="foo" internal-name="<playlist:1084889830:500292>" type="automatic" limit-count="0" limit-size="0">
<conjunction>
<equals prop="type">0</equals>
<subquery>
<conjunction>
<like prop="location">/audio-video/music/flac/</like>
</conjunction>
</subquery>
</conjunction>
</playlist>
This shoudl all be fairly straightforward except for internal-name;
that's basically crack that I had to add to allow for multiple playlists
to be named the same thing.