flattermann;628959 Wrote:
> Which plugin is that?
>
> I'm using the icon url from "window" -> "icon-id".
> If no icon url can be found, I'm showing this default icon (two
> lights).
Unfortunately it's my own unreleased work. I make it this way and it
works for SqueezePlay and Radio:
Code:
--------------------
my @menu = (
{
# localize text where possible
icon =>
'plugins/Klara/html/images/klara_touch.png',
menuIcon =>
'plugins/Klara/html/images/klara_ipeng.png',
text => 'PLUGIN_KLARA',
id => 'pluginKlaraJiveMain',
weight => 10,
actions => {
go => {
cmd => ['klara', 'menu'],
params => {
menu => 'menu_klara',
},
},
},
},
);
--------------------
> I'm trying to avoid touch-to-play.
> Of course, in this case - if the element is named PLAY - it should play
> directly.
>
> What's the text of this (play) item?
> What's the JSON command?
Why avoid it?
This looks like this:
Code:
--------------------
push(@menuItems,
{
text => string('PLAY'),
actions => {
do => {
player => 0,
cmd => ['klara', 'playlist',
'play'],
nextWindow => 'nowPlaying',
params => {
context => $context,
}
}
}
}
);
--------------------
> I prefer clicking on the player name itself, because the song title is
> ambiguous.
> If you have a sync group of several player, which one should be
> selected by clicking the song title? The master?
>
> I'll probably change it that it will automatically select the current
> sync master.
>
I don't know, but it's confusing, as it is in iPeng. How about this:
- make this icon with a player symbol select the player (also better
icons would be great, I liked these which iPeng was using before
more).
- put next icon next to it, to power on/off with the icon which really
looks like power on/off (like what is shown for a second when you click
it).
- this leave enough space for player name and volume control
But maybe it's better to ask people who like and need this screen. For
me this screen is just overloaded and as soon as you make some easy
player selection, I will stop using it and never see it again :)
Just found that I have to be really careful with scrolling on it. I
have 3 hardware players + squeezeslave + Android SqueezePlayer since
today + iPeng's player, so I have to scroll the list all the time. Have
to be careful to not start scrolling at volume control, because it
doesn't work then. Would love to just select the player in two clicks
without any scrolling.
> I do not really like the big player name, because it take pretty much
> space and I normally know which player I selected.
>
> But making it easier to select another player may be a good idea.
>
> Right now, if you long-press the player name on the bottom, you will
> jump to the PlayerServerScreen.
> Maybe I should change this so that a "Player Selection Popup" opens
> directly and you can select the player you want.
> What do you think?
I think it would be way better than it is now, but not perfect. As I
understand, the main priority is to have big squared area for artwork?
Then I cannot find any great idea, but this place where you display
song details looks perfect for a player name :)
Somehow I'm pretty much convinced that having big player name at the
top is the only way to go.
> I've noticed that as well.
> I should probably reduce the minimum swipe distance...
I think the other problem is, that with other screens as soon as you
start dragging, it reacts. Here you have to make the complete gesture
so it scrolls.
> Could you give an example of such a string and where it is shown?
Main menu (browsing) -> "Składanka losowa" (in iPeng), "Sk" here.
Settings -> Player settings -> most items here. Don't know what they
mean, but they are "Wy", "D", "U", "Nazwa us"
Settings -> advanced settings is writte double "Ustawienia
zaawansowaneUstawienia zaawansowane".
Settings -> Advanced Settings -> Squeezebox -> "Modu" (I guess it means
plugins, so should say "Moduły").
Pressing big "+" gives some current track menu with:
"Usu" should probably spell "Usuń" (remove) (iPeng sais "Usuń
z listy odtwarzania")
"Odtwórz nast" should probably say "Odtwórz następny" (Play next)
"Poka" - no idea what it means, maybe "Pokaż okładkę"
(Show cover/artwork)
"Wi" - no idea, but it gives more informations ("Więcej" or
"Więcej informacji"?)
Then if you go to this "Wi":
"Szybko" -> "Szybkość transmisji danych" (bitrate)
"Cz" -> "Częstotliwość próbkowania" (Sampling
Frequency)
"D" -> "Długość pliku" (file size)
"Wy" -> "Wyświetl znaczniki" (show tags)
> Any ideas?
> In the previous version, there was also a "Clear Playlist" icon, but
> that is pretty useless and hence I've moved it to the Playlist Edit
> mode. :-)
Actually it would be great to always see "repeat" and "shuffle"
buttons, but this is one item too much.
--
azaz44
------------------------------------------------------------------------
azaz44's Profile: http://forums.slimdevices.com/member.php?userid=21080
View this thread: http://forums.slimdevices.com/showthread.php?t=69352
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss