Page 2 of 2

Re: TuneIn Radio

PostPosted: 04 Sep 2014, 18:16
by cmh714
Maybe I am reading too much into this or reading it wrong, but from the Mopidy webpage:
Out of the box, Mopidy is an MPD and HTTP server. Additional frontends for controlling Mopidy can be installed from extensions.

So, it "should" be "relatively easy" for someone with the right code experience.....

Re: TuneIn Radio

PostPosted: 29 Jul 2017, 19:21
by keinstein
Actually mopidy-tunein uses a JSON interface, but if you like you could probably also parse XML. And yes, the server answers without requesting an API key. As far as I can see tunein.py in the mentioned GitHub repository is clear enough to find the interface. All magic is done in the _tunein function. Afterwards a look at the constructor of the TuneIn class tells you what you were missing.