Philip Meyer;315660 Wrote:
> I wanted to configure a SQL Playlist to play random songs for a chosen
> year. I found a template that also has a selectable minimum rating and
> decided to create a menu based on that.
>
> I went back to edit it, and selected "Customise SQL" but there's no
> obvious "Next" button (which is usually displayed when creating the
> playlist). I got round this by pressing return in the filename.
>
The "Next" button is called "Save" when editing a playlist and is shown
at the bottom of the page.
Isn't this the case ? Which skin ?
Philip Meyer;315660 Wrote:
>
> I'm a bit unsure what things are supported in each skin - some things
> seem to work well in Default, other functionality is only available in
> Fishbone (everything is supposed to work in Fishbone?).
>
Everything is supposed to work in all supported skins (Classic,
Fishbone, Default), the iPeng skin is a bit more limited in some cases,
for example it doesn't contain a working configuration interface.
Nokia770/Touch might work but isn't officially supported.
So please report if something isn't working, or even better post
patches.
The only case I'm aware of that doesn't work is the TrackStat browsing
in the Default skin, but that has been intentionally deactivated.
Philip Meyer;315660 Wrote:
>
> However, in the Fishbone skin, when I browse SQL Playlists, the
> delete/edit/play/add buttons are only available for the first item in
> the list, not the highlighted item. The only way I can play the item
> is to click on it (edit), and select Save and Play. This I think
> prompted for a year the first time, but second time it didn't prompt.
>
It's a bug, it works in 7.0 but doesn't in 7.1. It will be fixed in
next release unless it is fixed in SqueezeCenter before that.
Philip Meyer;315660 Wrote:
>
> I can't seem to get this new SLQ Playlist "Random songs for year" to be
> listed in the dynamic playlist mixer (I have managed this for "Random
> album for year" - i.e. go to a year, press-and-hold play, select
> Dynamic Playlists > Random for Year). Any ideas?
How does the playlist look like ?
The important part is the parameter type of the playlist parameters.
The parameter type is the first thing entered after "--
PlaylistParameter:", to get a year mixer you will either have to use
"year" or "customyear".
So to make it show up as a year mixer you will need a playlist
parameter which looks something like:
Code:
--------------------
-- PlaylistParameter1:year:Select year:
--------------------
Or
Code:
--------------------
-- PlaylistParameter1:customyear:Select year:select year,year from tracks
where year>2000 group by year order by year desc
--------------------
--
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 Database Query 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=49320
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins