Mopidy – Server which can play music from multiple sources
docs.mopidy.com
Mopidy – Server which can play music from multiple sources
1–10 of 36 posts
Re: Mopidy – Server which can play music from multiple sources
#2Let's see where it all leads!
Re: Mopidy – Server which can play music from multiple sources
#3If so, it could be plain awesome. I'm imagining a server in closet that aggregates music collections from various sources and provides uniform interface to play it anywhere network-accessible.
Re: Mopidy – Server which can play music from multiple sources
#4I am both happy to see such a useful software and saddened to see that it's reimplementing tomahawk [0] from scratch. Let's see where it all leads! [0] http://www.tomahawk-player.org/ .
Re: Mopidy – Server which can play music from multiple sources
#5Curious. Does anyone know whenever it plays only locally or can stream it further (like to a desktop computer or phone)? If so, it could be plain awesome. I'm imagining a server in closet that aggregates music collections from various sources and provides uniform interface to play it anywhere network-accessible.
Re: Mopidy – Server which can play music from multiple sources
#6I am both happy to see such a useful software and saddened to see that it's reimplementing tomahawk [0] from scratch. Let's see where it all leads! [0] http://www.tomahawk-player.org/ .
Re: Mopidy – Server which can play music from multiple sources
#7I am both happy to see such a useful software and saddened to see that it's reimplementing tomahawk [0] from scratch. Let's see where it all leads! [0] http://www.tomahawk-player.org/ .
I've written the Subsonic backend, which is available at https://github.com/rattboi/mopidy-subsonic/
Re: Mopidy – Server which can play music from multiple sources
#8Curious. Does anyone know whenever it plays only locally or can stream it further (like to a desktop computer or phone)? If so, it could be plain awesome. I'm imagining a server in closet that aggregates music collections from various sources and provides uniform interface to play it anywhere network-accessible.
https://github.com/mopidy/mopidy/issues?labels=EOS&state=ope...
Re: Mopidy – Server which can play music from multiple sources
#9Thanks
Re: Mopidy – Server which can play music from multiple sources
#10I am both happy to see such a useful software and saddened to see that it's reimplementing tomahawk [0] from scratch. Let's see where it all leads! [0] http://www.tomahawk-player.org/ .
Now we've evolved quite a bit since then and are now at a stage where we are modular music server, where the MPD frontend is just one of many possible ways of talking to our server. Additionally everything is an extension, so we don't end up like some other systems I've seen where plugins end being second class citizens.
Edit: Other things to note is that at the time we started, 2009, we were not aware of Tomahawk, and more importantly, we wanted a server, not a GUI app.