>2. Will add it to the wish list, I am just not sure how to differ
>between them in the database yet.
>
I believe that a track record contains the album id it belongs to, and an album 
record contains a compilation column.  So I guess it is possible to determine 
if an artist contributes to any album that is not marked as a compilation.  
Maybe there's a more efficient way though?

Something like:

SELECT EXISTS (SELECT * FROM contributor_album ca join albums a on a.id = 
ca.album where contributor=? and compilation is null)


>4. The idea with the Libraries menu was to give some inspiration to
>people by mixing the folder menu type with the sql menu type. Several
>people has requested slimserver support for multiple libraries, like
>"Dads music", "Kids music".
Ah, okay - I'm one of those people, so I should have a go at using it ;-)

My slimserver music folder contains a bunch of shortcuts to my actual 
"libraries", such as "Phil's Music" and "Alex's Music".

The Library browse method didn't pick up these symbolic links, only "Podcasts", 
which is a folder that only contains two shortcuts (to "Phil's podcasts" and 
"Alex's podcasts").

Is it possible to get the plugin to understand symbolic links/shortcuts?

Phil
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to