Kurt Aaholst
Kurt Aaholst
Glad you got it working. You are quite right Squeezer should notify the user of failed downloads. We do get some status messages from the download manager, I'll see what...
No there's no update on the notification of failed downloads. I'll leave this open for anyone to pick up.
If I understand correct, something similar is already possible. In settings for archive and shortcuts, you can select to deactivate long press, but current archive/shortcuts. This will effectively lock your...
I'm not able to reproduce your issue, are you sure you deactivated both archive and shortcuts? You find those 2 settings in the “Shortcuts etc.” section as “Archive” and “Shortcuts”...
One idea comes to mind. How about having items on the main screen can be archived, and all others can be shortcut? Regardless if they are Home Menu Items or...
The server can synchronize the volume of players in a group, which will ensure the players always has the same volume. This can be set via the server's Web interface...
@WJCFerguson did you find the volume settings described above?
More contributions, thanks! Just keep them coming :smiley: To handle screensaver options for not playing, I think subscribe to PlayStatusChanged in BaseActivity, is the cleaner solution, rather than relying on...
> You mean something like this, just some other action instead of updatePlayPauseIcon? > > ``` > @MainThread > @Subscribe(sticky = true, threadMode = ThreadMode.MAIN) > public void onEventMainThread(PlayStatusChanged event)...
> OK, of course I can make the Screensaver class configurable, then its constructor would get some property like clockEnable = true / false. But apart from that, the commands...