Joe Ipson
Joe Ipson
Each event has artwork already. I can't do that for each channel since it will change constantly depending on when the client updates the xmltv file. Your client would never...
Have you seen more instances of this? I've only seen it happen when there is a caching issue with old data in xTeve or Channels.
What are your running variables?
I'm curious if it's breaking xteve. If you play it straight to VLC does it break?
I'll research this
I think there might be some other things we need to do to make it work in Python 3 (not sure if all of the libraries work the same or...
You probably don't even need six right? Couldn't you just do: ``` try: from ConfigParser import SafeConfigParser except: import configparser as SafeConfigParser ```
Would #14 work?
Yes, we need to update Kanzi, Koko, and Flask-Ask to Py3. I need to carve out some time to get everything updated...
@canepan Does this still work with Python 2?