2019-11-21, 04:08
(2019-11-21, 03:28)Blurayx Wrote: [ -> ]I noticed that a few days ago, episodes airing dates showing on my Arctic Zephyr 2 widgetsMaybe someone has an answer, or we'll just have to wait for TheTVDB to sort out all their issues.
(2019-11-21, 03:28)Blurayx Wrote: [ -> ]I noticed that a few days ago, episodes airing dates showing on my Arctic Zephyr 2 widgetsMaybe someone has an answer, or we'll just have to wait for TheTVDB to sort out all their issues.
(2019-11-21, 03:26)melons2 Wrote: [ -> ]In latts mod MQ7 are you using widget: "EPISODES AIRED TODAY" or "EPISODES AIRED TODAY (NEXT AIRED)".............?I believe I am using (Next Aired). I will have to double check tomorrow and let you know. It must be though because if I updated my TV Show N.A, then it does not work. Episodes Aired Today just gives me tons of TV shows I've never even heard of before. Latt's modded Aeon MQ7 worked perfectly before the skin was updated to use the updated versions of TV Show Next Aired, script.module.metadatautils and script.module.thetvdb.
Is there anything besides choosing the widget to make it work?
(2019-11-20, 17:17)melons2 Wrote: [ -> ]I just updated from version 6.0.15 to version 7.0.1 and then performed this edit:
in "addons\script.tv.show.next.aired\resources\skins\Default\720p"
EDIT FILES:
"script-NextAired-TVGuide.xml"
"script-NextAired-TVGuide2.xml"
replace all "StringCompare" with "String.IsEqual"
I restarted KODI and it works now without any fetch failures!
(2019-11-21, 13:29)alphaomega16 Wrote: [ -> ]Keep getting this message
ERROR returned by get_show_and_episodes(): "There is no item named 'en.xml' in the archive" in the log after checking when getting fetch failure.
I installed latest build as after moving a tv show from one hard drive to another it wouldnt find it anymore and still wont but i am running the new one in portable mode but next aired works fine on my very old build and that seems to pick it up fine but old one still cannot find "House" the doctor show.
(2019-11-21, 15:10)utiac Wrote: [ -> ]Changes to thetvdb.com API have caused this. Instead of building a zip file containing en.xml, banners.xml and actors.xml, the zip file contains en.zip.xml, banners.xml and actors.xml. A simple but (I susoect temporary) fix if you are using version 6.0.15 is to edit kodi/addons/script.tv.show.next.aired/resources/lib/thetvdbapi.py and replace the single instance of:On Kodi 17.6 with Rapier Skin this does not fix the Addon.
zip_name = '%s.xml' % self.language
with:
zip_name = '%s.zip.xml' % self.language
(2019-11-21, 15:10)utiac Wrote: [ -> ](2019-11-21, 13:29)alphaomega16 Wrote: [ -> ]Keep getting this message
ERROR returned by get_show_and_episodes(): "There is no item named 'en.xml' in the archive" in the log after checking when getting fetch failure.
I installed latest build as after moving a tv show from one hard drive to another it wouldnt find it anymore and still wont but i am running the new one in portable mode but next aired works fine on my very old build and that seems to pick it up fine but old one still cannot find "House" the doctor show.
Changes to thetvdb.com API have caused this. Instead of building a zip file containing en.xml, banners.xml and actors.xml, the zip file contains en.zip.xml, banners.xml and actors.xml. A simple but (I susoect temporary) fix if you are using version 6.0.15 is to edit kodi/addons/script.tv.show.next.aired/resources/lib/thetvdbapi.py and replace the single instance of:
zip_name = '%s.xml' % self.language
with:
zip_name = '%s.zip.xml' % self.language
(2019-11-21, 15:10)utiac Wrote: [ -> ](2019-11-21, 13:29)alphaomega16 Wrote: [ -> ]Keep getting this message
ERROR returned by get_show_and_episodes(): "There is no item named 'en.xml' in the archive" in the log after checking when getting fetch failure.
I installed latest build as after moving a tv show from one hard drive to another it wouldnt find it anymore and still wont but i am running the new one in portable mode but next aired works fine on my very old build and that seems to pick it up fine but old one still cannot find "House" the doctor show.
Changes to thetvdb.com API have caused this. Instead of building a zip file containing en.xml, banners.xml and actors.xml, the zip file contains en.zip.xml, banners.xml and actors.xml. A simple but (I susoect temporary) fix if you are using version 6.0.15 is to edit kodi/addons/script.tv.show.next.aired/resources/lib/thetvdbapi.py and replace the single instance of:
zip_name = '%s.xml' % self.language
with:
zip_name = '%s.zip.xml' % self.language
(2019-11-22, 02:43)Hitcher Wrote: [ -> ]Look up a few posts for the answer.
(2019-11-22, 04:06)Karellen Wrote: [ -> ]Did you restart?
(2019-11-22, 04:09)skippr Wrote: [ -> ]The update process starts with "Getting Information... Country.db" and then is still aborted due to fetch failures.I too have this issue. So the TV Guide is working for some people?
The log says that there is no zip.