-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radio plugin is currently not able to play #58
Comments
I'm getting similar errors in the kodi logs as the ones below:
It indicates that the radio.de api is not working anymore. Links like Edit: The forum has a hacky workaround to use a different api url. (https://forum.kodi.tv/showthread.php?tid=119362&pid=3193505#pid3193505) |
Allright, thanks a lot, the "hacky workaround" works on my side as well. I just asked at radio.de where the API is to be found. |
The info I just received from radio.de is that they only want people or companies use their API who they've signed a contract with. It looks as if their german API is gone for public use. |
This solution is easier also for non coding people: https://forum.kodi.tv/showthread.php?tid=119362&pid=3193558#pid3193558:
Maybe an idea for improvement is to automatically set the language as the preferred language of Kodi ? Anyway, thanks for the plugin! I use it daily with pleasure! |
So apparently the API changed and we are left with a very limited subset (at least that's what I found in the javascript:
Might have some minor mistakes in there, as I just quickly copied those over and removed the JS around it. But basically this is, what is available. From what was possible before we this is the status:
One solution I can think of is scraping the stuff that is not working from the website, which should be fairly straightforward and not too difficult. But that will not be very future proof, compared to using the API (I'm very sure the website will change more rapidly than the API does.) Any other ideas are welcome. |
It is possible to switch plugin to radio-browser.info api and release under new name? |
It would be best to bring the discussion there: https://github.com/segler-alex/kodi-radio-browser |
Indeed, I missed this fork of mentioned dead kodi-radio-browse plugin: |
language change in the radio extension and everything is ok 😎 🎶 |
Thanks to @k-jell endpoint listing above I have written a new radio.de add-on based on the new API. You can find the add-on for now at https://github.com/fivebanger/kodi_addons/tree/master/plugin.audio.radiode or via my repository https://github.com/fivebanger/kodi_addons/raw/master/repository.fivebanger.zip |
An alternative would be this radio browser addon. It connects to radio browser at which the corresponding API links are community-maintained which is a plus from my point of view. The look&feel is quite similar. |
@fivebanger Would you consider creating a pull request for this repository with your code changes? |
Dear all,
the plugin is not able to play a stream for about a week now. I'm using version 3.0.9+matrix.1 on a Matrix (19.4) installation running on an RPi 4 and a separate, otherwise identical one on an RPi 3. Both are not working and just playing the sound which is also played when Kodi is starting.
Any hints?
Best
The text was updated successfully, but these errors were encountered: