gominoa / gominoa-xbmc-addons

13 stars 23 forks source link

problem with pandora ratings using 0.9.3a #10

Open ap14608 opened 6 years ago

ap14608 commented 6 years ago

i have a script called up.py which sends a "thumbs up" to pandora. this worked with 0.9.3 and appears to have broken in 0.9.3a.

the script was written based on input on the libreelec forum thread for pandoki

the script is:

cat up.py import xbmc

xbmc.executebuiltin("RunPlugin(plugin://plugin.audio.pandoki/?rate=up)") xbmc.executebuiltin("Notification(Pandora, Thumbs Up!, 5)")

the log file is:

http://paste.kodi.tv/apecuvitoy

the script is invoked at line 667