-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Unable to coexist with raspotify: Mopidy claims ALSA device. #529
Comments
Firstly, thanks for the thorough issue report! The quick way to test if pause is what is causing the issue would be stop Mopidy playback. You can do this in Iris by going to Settings > Debug > Mopidy and enter Failing that, it's likely to be a Mopidy issue, rather than an Iris issue. |
Hi, I could reproduce the issue only once (on the Android Spotify app), otherwise it seems to work both from the Android app and from the linux Spotify app. Actually I can play two different songs simultaneously which is strange.. I tried playback.stop once but then couldn't reproduce it anymore to try again. |
@clavelc I'm a bit confused about the link between Android Spotify app and Iris. The two are two entirely separate systems, so I don't think it is related to the original issue. Unless I misunderstand your comment? As a side-note, I have also noticed I can play Spotify from two devices at once which I couldn't previously do. |
Pause does not release the ALSA device. That's intentional, it hasn't changed with the 3.x release and it's not a bug. If you still have this issue you need to either issue a stop command when switching (librespot let's you run a command before it's playback starts, you can use that to run |
@Borromini as per @kingosticks comments above, this isn't something that I can fix within Iris. The workaround is to ensure you stop your stream from Iris (keyboard shortcut |
@jaedb Sorry about getting back to you on this so late. I've been buried in other stuff... I tried using s but that pops up the search window. |
Describe the bug
I used Mopidy with Moped before Mopidy bumped to 3.x; because Raspotify gave us better results with, we used Mopidy/Moped just for web radio and Raspotify for Spotify. They ran both alongside and that worked fine.
Now with having switched to Mopidy 3 and Iris (for web radio only still), we're seeing Raspotify break once we try to play anything through Spotify (through Raspotify).
Audio device is 0,0; at first I thought I had to specify it through Raspotify's settings but that doesn't make any difference (it worked wonderfully without before the Mopidy/Iris switch as well).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Coexistence between Raspotify and Mopidy/Iris
Environment details:
It's a long shot, but maybe having a stop button (like #434) might fix this? Maybe Mopidy is still keeping the ALSA device active because the stream is paused, not stopped?
The text was updated successfully, but these errors were encountered: