Mnyb wrote: 
> I'll try I have sqlite manager ? i think i've figured how to query (i
> dont know any sql language )

You could try the following:


Code:
--------------------
    SELECT COUNT(1) FROM (
  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
  )
--------------------



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