Nick Steel
Nick Steel
The config parameter could take a location name and we can look up the latitude/longitude using https://developers.google.com/maps/documentation/geocoding/?csw=1#GeocodingRequests. i.e. `http://maps.googleapis.com/maps/api/geocode/json?address=London,uk&sensor=false` gives ``` { "results" : [ { "address_components" : [ {...
Are you running develop or the release? On 25 Dec 2015 16:42, marrem [email protected] wrote:This one is working fine: DEBUG 2015-12-25 17:26:06,700 [1402:TuneInBackend-9] mopidy_tuneintunein Tuning station id s96162 DEBUG 2015-12-25...
It would be possible for someone to submit a PR to do that. The "More Stations" link is part of the data Tunein provides in its directory listing, for example...
It's really hard to guess what people want. Please can you redefine this issue so it's easier to solve for the people giving their time to help you.
The log shows your error. This is a duplicate of https://github.com/librespot-org/librespot/issues/1179
Would you mind providing a bit of description in the commit messages as to what this solved.
Yeh, despite the wording: > Shows which commands the current user has *access* to. It seems nonsensical to advertise anything that isn't actually implemented (yet). Either remove the `@protocol.commands.add` decorator...
`mpc playlist Radio` uses MPD's `listplaylistinfo` to return all available metadata for each track in the playlist. I changed the behaviour of this as part of https://github.com/mopidy/mopidy/pull/1621 to explicitly lookup...
Internet radio stations are a complete mess when it comes to metadata, some do it properly and others don't bother. It's a shame to lose the rich track metadata from...
I think you'd have to do individual `find` commands in the old version of MPD we support, which is horrible. But as soon as you add the tracks to the...