Re: [SlimDevices: Plugins] ANNOUNCE: muso (production)

2014-03-09 Thread jezbo
2.0.07 Minor theme fixes Fix queue of track group which has sub-headers. Implicitly order db grid by path after import Prevent dictionary error on deleting album -- muso developer jezbo's Profile:

Re: [SlimDevices: Plugins] decode url for SQLPlaylist plugin?

2014-03-09 Thread erland
sand wrote: Hi, this must be out there somewhere, I just cant find it.. sorry! I want to decode the tracks.url how do i do that? The reason is that I want to exclude a path from my SQLPlaylist playlist, and I think that is the way to do it(?) Thank's in advance If you want to exclude a

Re: [SlimDevices: Plugins] decode url for SQLPlaylist plugin?

2014-03-09 Thread sand
Thank you, Erland! I made a simple query (to test the filter): select tracks.url from tracks where audio=1 and tracks.url like '%unilla%' order by random() limit 10; And it seems to work in that I only get tracks in that path - BUT I get

Re: [SlimDevices: Plugins] decode url for SQLPlaylist plugin?

2014-03-09 Thread erland
sand wrote: Thank you, Erland! I made a simple query (to test the filter): select tracks.url from tracks where audio=1 and tracks.url like '%unilla%' order by random() limit 10; And it seems to work in that I only get tracks in that path

Re: [SlimDevices: Plugins] decode url for SQLPlaylist plugin?

2014-03-09 Thread sand
erland wrote: Do you mean that this query returns different number of rows, or do you mean that when you use it with SQL Playlist the playlist is filled with different number of rows. If it's when you use it with SQL Playlist, maybe you have Custom Skip plugin installed so it skips some of