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

Unexpected Behavior When Seeking/Skipping While Muted #1329

Open
haofang12 opened this issue Feb 17, 2025 · 0 comments
Open

Unexpected Behavior When Seeking/Skipping While Muted #1329

haofang12 opened this issue Feb 17, 2025 · 0 comments
Labels

Comments

@haofang12
Copy link

Hi

I've recently been working on developing mute/unmute functionality for my device and have encountered an issue.

Problem:

  • When the device is in the muted state, performing a "next track" or "seek" operation in LMS causes the device's volume to change from a negative value to a positive one.

  • However, the mute state reported via the HTTP API remains as "muted."

  • If I then send an unmute command, the device's volume is set to 0.

This issue appears to be caused by an inconsistency between the actual volume level and the reported mute state.

Used API:

curl -g -X POST -d '{"id":1,"method":"slim.request","params":["00:22:6c:31:ee:c1",["mixer","muting","?"]]}' http://192.168.66.104:9000/jsonrpc.js

System Information:
Operating System: Windows 10 (64-bit) - ZH_CN - cp936
Lyrion Music Server Version: 9.0.1 - 1736238071

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

No branches or pull requests

2 participants