I have had a query defined in Database Query plugin to return a list of albums 
that are missing replaygain information.
I noticed today that when I run this query in the web UI, I get a load of 
javascript output at the top and bottom of the results list.

My query is simple:

SELECT DISTINCT path(t.url)
FROM tracks AS t
WHERE t.content_type NOT IN ('dir', 'ssp') AND t.url like 'file:///%.%' and 
t.url not like 'file:///M:/Music/Surround%' and t.url not like '%.mov'
AND t.replay_gain is null

This used to work fine.
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to