Thanks for the script! Attempting to use it in standalone mode and getting a lot of errors like these:
2019-01-03 02:22:42,261 root WARNING Key(s) not processed for Program: hasSeriesArtwork 2019-01-03 02:22:42,261 root WARNING Program metadata not processed: {u'TheTVDB': {u'seriesID': 71674, u'season': 0, u'episode': 0, u'episodeID': 0}} 2019-01-03 02:22:42,261 root WARNING Key(s) not processed for Program: hasSeriesArtwork 2019-01-03 02:22:42,261 root WARNING Program metadata not processed: {u'TheTVDB': {u'seriesID': 71674, u'season': 0, u'episode': 0, u'episodeID': 0}}
and
2019-01-03 01:12:05,489 root WARNING Key(s) not processed for Station: stationLogo 2019-01-03 01:12:05,490 root WARNING Key(s) not processed for Station: stationLogo
Suspect it might have something to do with channel filters? I don't know that it is picking up my hdhomerun. Trying this command:
./sd2xmltv.py -u myuser -p mypass -o xmltv.xml -d 1 --hdhomerun 192.168.1.x
Or "discover" in place of my hdhr ip doesn't seem to result in picking up the hdhr. I can access the lineup.json manually just fine.
Is there something wrong with my command format? Or is there a way to disable the channel filters?
I'm not using the Kodi client, attempting to script it standalone as a better SD grabber than the one TVH comes with (which doesn't grab program images amount other things).
Thanks!