Mnyb wrote: 
> As i said my problems are gone when i edited the playlist files ,but it
> still does not explain whats changed in LMS to suddenly expose this ?

I have no explanation for the albums count being different yet. But the
titles count does run a different query from before which _potentially_
might result in a different result. Could you please run the following
query on your library.db?


Code:
--------------------
    SELECT tracks.id AS 'tracks.id', tracks.title AS 'tracks.title'
  FROM tracks 
  WHERE (tracks.content_type != "cpl" AND tracks.content_type != "src" AND 
tracks.content_type != "ssp" AND tracks.content_type != "dir") AND audio != 1
  
--------------------


Does it find anything?



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR,
Smart Mix
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=101516

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

Reply via email to