egd;227224 Wrote: 
> Ok, I've managed to get to the query, however, the MOOD, THEME & STYLE
> listboxes are empty.

Have you configured them to be scanned in the Custom Tag scanning
module in the Custom Scan plugin ?

Custom tags not normally handled by SlimServer needs to be scanned into
the SlimServer database before they are usable in SQL Playlist. This
basically works as follows:
1. Custom Tag scanning module in Custom Scan plugin scans the tags into
the SlimServer database
2. Mixed Tag scanning module in Custom Scan plugin makes the tags
usable in the "Random for mixed tags" playlists.

So basically you will need to make sure the tags are configured in the
Custom Tag scanning module and after this perform a "Scan All"
operation with Custom Scan plugin. As an alternative you can also
perform a standard SlimServer scanning which will trigger the "Scan
All" operation in Custom Scan automatically. The "Scan All" operation
will first scan your files using the Custom Tag scanning module and
then scan the data again using the Mixed Tag scanning module.

To see if information actually has been scanned into the database you
can do it with one of the following alternatives:
1. If you have the Custom Browse plugin, you can create a new menu of
the menu type "Custom Scan Info". This menu type makes it possible to
browse the Custom Scan data which is stored in the database.

2. If you have the Database Query plugin installed, you can create a
new "Free form query" and enter SQL statement like:

Code:
--------------------
    
  select attr,count(*) from customscan_track_attributes where module='mixedtag' 
group by attr
  
--------------------


3. Connect with a SQL client of your choice towards the MySQL database
and run the same SQL query as in alternative 2 above.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and RandomPlayList plugins'
(http://wiki.erland.homeip.net/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=38256

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

Reply via email to