Earlier quoted context omitted.
I'm unfamiliar with both. How do they compare, and which would you recommend?
I've run both. They solve different, but related problems. * Tomahawk is a desktop app. It integrates various music sources so you can play from whatever source is available. I can search for whatever and it will look on my local harddisk, on my Synology NAS, on Soundcloud, youtube, etc. It will play from the "best" source, determined by search match accuracy and bitrate. What's pretty cool is that it is integrated w…
Mopidy – Server which can play music from multiple sources
31–36 of 36 posts
Re: Mopidy – Server which can play music from multiple sources
#32Earlier quoted context omitted.
Part of the reason for having started mopidy was that we wanted something MPD like, but with Spotify support, which at the time was not reasonable to integrate directly. 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 som…
Can mopidy play several streams at the same time, through separate sound cards? I'm looking for something like that for a multi-room audio system.
Re: Mopidy – Server which can play music from multiple sources
#33Earlier quoted context omitted.
Part of the reason for having started mopidy was that we wanted something MPD like, but with Spotify support, which at the time was not reasonable to integrate directly. 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 som…
i'm assuming spotify and soundcloud management doesn't really work with the mpd clients does it? also, i think part of the reason why i moved away from mpd, and towards cmus, was because of things like ape, and library management. i see there is a beets plugin for library management. what about cue sheet support? how complex, simple, would it be to add cue sheet support?
CUE sheets as in using them as playlists? There are a few ways of doing this depending on what your use case is, but very much doable. Drop by #mopidy on freenode or send us an email and we can help work out the details.
Re: Mopidy – Server which can play music from multiple sources
#34I am searching from a long time for some (free) app with the following features -can grab music from multiple sources (local, youtube, etc) -i can vote for each track (up/down/rating) -based on my votes it will guess my favorites (with some entropy so sometime will try to show me new kind of music) Is there such a music player?
The way to go about building this with mopidy is essentially one of the following:
- Create the voting system based on the MPD protocol to talk to mopidy
- Create the voting system using our JSON-RPC websocket access to the core APIs.
- Create a frontend in python with full access to the core APIs.
Each of these of course have it's advantages and disadvantages. But to me one of our main strengths is the architecture we've designed over time and how people can use mopidy almost like a framework for exposing the media server in a novel way.
Re: Mopidy – Server which can play music from multiple sources
#35Earlier quoted context omitted.
Part of the reason for having started mopidy was that we wanted something MPD like, but with Spotify support, which at the time was not reasonable to integrate directly. 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 som…
i'm assuming spotify and soundcloud management doesn't really work with the mpd clients does it? also, i think part of the reason why i moved away from mpd, and towards cmus, was because of things like ape, and library management. i see there is a beets plugin for library management. what about cue sheet support? how complex, simple, would it be to add cue sheet support?
EDIT: I'm wrong: it's not in currently supported version of gstreamer (sorry).
Re: Mopidy – Server which can play music from multiple sources
#36Earlier quoted context omitted.
Can mopidy play several streams at the same time, through separate sound cards? I'm looking for something like that for a multi-room audio system.
Single stream at this point in time, so you would need a mopidy instance per output. So doable but not pretty or something I would really recommend.