I can see the same problem without using iTunes as well. So we can move
out iTunes here.

I forced a littel bit the problem and I find the problem comes up, if I
use a Multilibary in the Playlist Template from Custome Browse.
If I create a Custome Browse menu for Playlists without any
Multilibrary entry, e.g. to show all playlists, its working well.
The Multilibrary atself shows well a count about the selected items in
it.

So I tried to check the SQL statement from the Custom Brows Menu with
and without a Multiulibrary but unfortunately they are completly
different.
So I tried to played with the SQL statement inculding a Multilibrary
and the first SQL query stopped to show any items.
Here the query:
select tracks.id,tracks.title,substr(tracks.titlesort,1,1) from
playlist_track,tracks,multilibrary_track 
where 
        playlist_track.track=tracks.url and
        tracks.id=multilibrary_track.track and
        multilibrary_track.library=7 and
                                        
        tracks.content_type!='cpl' and 
        tracks.id=playlist_track.playlist 
        group by tracks.id 
        order by tracks.titlesort asc

At this point I must stop searching, because of my normal work :)
Will see if I can go one later here.

@Erland: Erland do have an idea whats is going on here? (I hope so :))

SBS version: 7.5.1.30810
Custom Broswe version: 2.10.3030
Multilibrary version: 2.4
Also installt latest SQL Playlist, Custom Scan, Database Query and
Dynamic Playlist

An older version (SBS 7.3.3) works well with the same Multitlibray and
Custom Browse settings and templates!

Regards,
Jens


-- 
jensboe
------------------------------------------------------------------------
jensboe's Profile: http://forums.slimdevices.com/member.php?userid=1685
View this thread: http://forums.slimdevices.com/showthread.php?t=79076

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

Reply via email to