-
Notifications
You must be signed in to change notification settings - Fork 686
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
Add support for using multiple backends simultaneously #40
Comments
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-block.txt is probably relevant for low-level gst part of fix. |
http://cgit.freedesktop.org/gstreamer/gst-python/tree/examples/switch.py inputselector example that might be relevant |
b5b2319 has solved gst part of this problem. Thus, only the backend controller part of this task needs to be completed. |
I just pushed a new Disclaimer: Currently, the branch got 586 failing tests due to outdated test setUp. |
Is there any update on this issue? I'm looking at using Mopidy as a replacement for my own system and it would be good if multiple sources. I'd gladly help out once I get up to speed with the code. |
Nothing new, but it's still our highest priority. |
Cool. Thanks for the quick response. If any help's needed I'll be happy to get involved. |
Hey guys, just wondering how this feature was coming along? It's the one thing holding me back from using Mopidy to play music in our company office... |
I'm sorry to say it's status quo. |
For the record, I believe we have the gstreamer part of this more or less in check. I could envision implementing/using a spotify gstreamer element like http://code.google.com/p/dogvibes/source/browse/trunk/gst-spot-src/src/gstspotsrc.c so that we can just give gstreamer a spotify:// url and have it work. But this should in no way be required to implement multibackend support. So what is remaining is really having the controllers dispatch to multiple backend providers part of the problem. |
It took almost two years, but support for multiple simultaneous backends have now landed in the develop branch. Mopidy 0.9 will be great :-) |
It would be nice to be able to mix music from different backends, e.g. Spotify and local disk, in the current playlist. The library and search results should also include tracks from all backends.
Current work on this is in the
features/multi-backend
branch. There are largely two separate parts of work that needs to be done:The text was updated successfully, but these errors were encountered: