szymex / xbmc-finnish-tv

XBMC Video Plugins for playing Finnish television content containers.
GNU General Public License v3.0
31 stars 38 forks source link

SimpleDownloader import added to fix a startup error. #68

Closed kontza closed 9 years ago

kontza commented 9 years ago

Plugin didn't start without this added import statement. Apparently indentations were changed as well. trimFromExtraSpaces barfed on 'text' being None.

szymex commented 9 years ago

Not sure what is this fixing. Current version contains "import SimpleDownloader as downloader" in line 18. Also indentations seems to be OK in ruutu.py. (Note that tabulator is used). Can you show logs when running ruutu in xbmc?

kontza commented 9 years ago

You're right. Btw. yleareena-plugin didn't start on latest Kodi RC due to simplejson not being included by default (they've deprecated its use). Python's default json module suffices here.

szymex commented 9 years ago

I have cherry-picked kontza changes.