Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopping song does not happen for local files #1208

Open
siriusaudio opened this issue Nov 4, 2024 · 1 comment
Open

Stopping song does not happen for local files #1208

siriusaudio opened this issue Nov 4, 2024 · 1 comment

Comments

@siriusaudio
Copy link

siriusaudio commented Nov 4, 2024

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:

&& $song->currentTrackHandler()->isRemote()

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

@michaelherger
Copy link
Member

I'm sorry, I'm not really familiar with that part of the code - I'm happy to not have to touch it!

But maybe you can describe what you're trying to do? What problem you're trying to solve?

You might get a better answer when posting to forums.slimdevices.com. There are many more people there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants