You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slim::Player::StreamingController::_CheckPaused function is called when "Turn off" command is pushed from remote (Squeezer or web interface).
But the song is paused only if $song->currentTrackHandler()->isRemote(). This means, local files do not stop, nor the next song is played when the previous song finished:
Please explain this behaviour in the code. Am I getting something wrong? I have some modifications in my fork, but the goal is that the LMS client-server setup works undisturbed.
Thanks,
Gábor Orbán
The text was updated successfully, but these errors were encountered:
Slim::Player::StreamingController::_CheckPaused function is called when "Turn off" command is pushed from remote (Squeezer or web interface).
But the song is paused only if $song->currentTrackHandler()->isRemote(). This means, local files do not stop, nor the next song is played when the previous song finished:
slimserver/Slim/Player/StreamingController.pm
Line 431 in f2a3e84
Please explain this behaviour in the code. Am I getting something wrong? I have some modifications in my fork, but the goal is that the LMS client-server setup works undisturbed.
Thanks,
Gábor Orbán
The text was updated successfully, but these errors were encountered: