Resume problem with poweroff and synced players #605
DerDominik
started this conversation in
General
Replies: 1 comment 1 reply
-
When you sync a player to another, the "other" would be the master. The first player would not change its playlist in the background, but would just play whatever was in the other's queue. Therefore switching the other player on would restore it in the previous state, whereas for the first player this is not the case. Did you look into using the Groups plugin? It might give you more control. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Usecase:
I'm want to use x RPis (with piCorePlayer) at my home, which are in a synced group and I want to directly powering off the clients if they are not required anymore. After switch on they should sync to the active stream or resume the last playlist.
Problem:
I tested with two RPis and can also simulate with two PCs and SqueezePlay.
Start Player 1 -> Start track in LMS -> Start Player 2 -> Synced
Switch off Player 1 -> Player 2 keeps playing
Switch off Player 2 -> Player 1 keeps playing --> everythings's fine
Switch off Player 1 -> Switch off Player 2 -> Switch on Player 2 -> resuming the last played track (rewinds also x seconds, fine)
Switch off Player 1 -> Switch off Player 2 -> Switch on Player 1 -> doesn't resume the last played track
Is this problem known or does noone needed this in the past?
Nice would be a setting, how LMS has to handle this (automatic resume of last playlist, wait for new start, ...)
Maybe also some more logs from LMS are required?
Beta Was this translation helpful? Give feedback.
All reactions