You could try mopidy-mobile (a native Web app) or perhaps remotedly? I
donāt think either are focused around Spotify (only mopidy-mopify can offer
that) but they might support the volume integration.
Has anyone tried Remotedy? Of course it looks promising, when it is not workingā¦
I can not get it to work, it just says āno player connectionā. Have tried enabling zeroconf, adding manually with name, ip and port (both 6600 and 6680)
āNameā, this is whatever i want? Since the app also ask for IP, there is no way it should be a DNS or somethingā¦
Does anyone know of a forum/support for the app? I have looked, cant find itā¦
Having just tried it again myself it seems the zeroconf support is trying
to use port 8080, which is wrong. I added a new connection using the ip and
the correct port (6680) and it worked just fine. Iām not sure how to raise
bugs with the app, maybe you have to leave a review.
Strange, i can not for the life of me make it work, not with my phone or a tablet, with diff in Android versions.
How do you verify that Zerconf is working properly on the musicbox, and is it always mandatory for Remotedy? I did a āscanā and saw the musicbox in the network. This was a bonjour scaner, but i believe it is the same thing?
What version of musicbox are you using? I am on the āstableā 0.6 image.
Itās not mandatory. The idea is to ignore the zeroconf /bonjour players it
finds and create your own. So when they error message shows (and greys out
the screen) you can still access the app drawer (top left), goto settings
and add a new player manually.
Remotedy uses the HTTP JSON-RPC API of Mopidy. It does not use the MPD API.
So make sure you have configured HTTP in the mopidy.conf.
If zeroconf is used, manual setup in Remotedy is not needed.
For zeroconf:
Remotedy uses the string set for āzeroconfā in the http section in mopidy.conf to name the Player.
Also make sure to set āhostnameā to "::"
Here is an example of a http section for mopidy.conf:
[http]
enabled = true
hostname = ::
port = 6680
static_dir =
zeroconf = Living room
If zeroconf is not enabled on the player, manual settings in Remotedy can be used instead:
āNameā is the name you want to use to identify the player, for instance Living room
"IP-Address" and āPortā is the IP-Address and port to the player.
If the āNo player connectionā error screen is shown in Remotedy, it is possible to manually add a new player by selecting: āPlayer Settingsā.
I have done everything as described, but nothing seems to work. I am manually giving correct ip and port, but still no go, and zeroconf is also enabled but it is not autodetected. I will look into this API on my musicbox, make sure it is enabled.
I can see the Zeroconf string in the mentioned bonjour scanner software i tested, so i believe Zeroconf advertises correctly troughout my network, but I will also isolate phone and musicbox in a different ālabā network, just in case i have something local messing this upā¦
Oh really, thatās a shame. Musicbox doesnāt yet officially support v1.x. I
think there is an unofficial guide to upgrading on the musicbox github
project. A new musicbox release will be along shortly anyway.
I was using the latest mopidy release when I had issues with it using the
wrong port. The settings should be correct, there are probably a few
zeroconf services advertised on that machine, could it have gotten
confused?
The Mopidy Core API v1.0 and later, is not backwards compatible with pre v1.0.
Since a number of users use Mopidy in other distributions as well, Remotedy had to follow.
Yes, upgrading Musicbox to latest Mopidy is a good idea.
Currently v1.0.5 is the latest Mopidy release and contain a number of bug fixes since v1.0 got introduced in March.
Mopidy 1.0 only breaks the backend API. The core API has only additions in
1.0. Thus, if you program against the 0.19 core API your client should work
with both 0.19 and 1.0.
tkem: Yes, i have tested it. I am however looking for a good app to do it. Donāt know why, web-pages on a phone/tablet seems not integrated enough for me.
Also, i am looking for something with a good WAF. Wife obviously wants something simple that always works, and she claims ānothing ever worksā. I once tried to tell her everything works as supposed, but that she needs to learn what not to do where, and in combination with this and that, and what to do if something should crash. I wont be trying that approach again
Noticed that there are some work being done on spotify connect. Dont know if that would find its way to mopidy, but the WAF on that one would be very high, and then we are truly talking about a sonos-killer.
Tried to upgrade using apt, but it failed. Think i broke it⦠i will see if i can salvage it as is, but i think i poked in too many places trying to fix the dpgk-errors, so an re-flash would be easier. (But not as educational)