v19 Support thread for my various music add-ons
#1
This is the support thread for my (Matrix only) music add-ons:
- ARD Audiothek
- Arte Concert
- WDR Audiothek
- WDR Rockpalast
- WDR3 Konzertplayer

Please keep the thread clean from unrelated questions other than support. If you happen to encounter an error, check the associated website first before posting. Try to reproduce the error on your PC to rule out any device related issues.

If you want to support me, make a donation to the Kodi Foundation.
Reply
#2
Hello
Is it possible to have grafics for the genres.
The genres are displayed as folder but it would be nice to replace them with grafics.
Regards
Heinrichxx
Reply
#3
Hello Sarbes!

I am using Kodi 19.5, LibreELEC installation on a raspberry pi 3. I have installed the ARTE Concert add-on and that worked fine. I can also open the add-on. But when I click on a folder, I get an error message.

Here is a log file: https://paste.kodi.tv/ahuyoxudub.kodi

Do you have any idea what went wrong? And how to fix this?

Best,
Reini76
Reply
#4
@reini76 same here and I dont know why was working previously probably a code change and the latest Kodi matrix build, im on Omega by the way
Reply
#5
@gemini88, @reini76 

Actually, arte api changed a tiny bit.

I will try to make a pull request for the addons to correct teh problem.

To fix the problem edit file in the addons ""share/system/.kodi/addons/script.module.libarte/lib/libartewebjsonparser.py"" (sorry as I use recall box this might not be the same path you have)

In line 47:

You have this in function _getData:

code:
for item in j['data']:

Change it to:

code:
for item in j['value']['data']:
Reply
#6
Can we expect an Update to make Arte Concert compatible with Kodi 21? That would be wonderful.
Reply
#7
up
Reply
#8
I tried the below, and it didn't help unfortunately:
Quote:for item in j['value']['data']:
Reply

Logout Mark Read Team Forum Stats Members Help
Support thread for my various music add-ons0