Kodi Community Forum

Full Version: TV Show Next Aired (Script) Addon, now w/TheTVDB data
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2022-03-07, 20:09)djkilla Wrote: [ -> ]
(2022-03-07, 01:50)Hitcher Wrote: [ -> ]8.0.1
I'm guessing the 8.0.1 version to get is located here: https://iwf1.com/kodi/script.tv.show.next.aired

At the bottom of the page, it says the addon depends on xbmc.python https://iwf1.com/kodi/xbmc.python and The TVDB API v2 https://iwf1.com/kodi/script.module.thetvdb

Did you install both of these for 8.0.1 to work?
https://github.com/kodi-community-addons...next.aired

need to install Marcel Repo.....
https://github.com/kodi-community-addons...-1.0.3.zip
(2022-03-07, 20:15)Angelinas Wrote: [ -> ]
(2022-03-07, 20:09)djkilla Wrote: [ -> ]
(2022-03-07, 01:50)Hitcher Wrote: [ -> ]8.0.1
I'm guessing the 8.0.1 version to get is located here: https://iwf1.com/kodi/script.tv.show.next.aired

At the bottom of the page, it says the addon depends on xbmc.python https://iwf1.com/kodi/xbmc.python and The TVDB API v2 https://iwf1.com/kodi/script.module.thetvdb

Did you install both of these for 8.0.1 to work?
https://github.com/kodi-community-addons...next.aired

need to install Marcel Repo.....
https://github.com/kodi-community-addons...-1.0.3.zip
So installing this repo will allow me to get version 8.0.1 with all the required dependents or this is another version? If it's another version, then which is better and what makes the versions different? I want to make sure I get the proper one for Kodi 19.4 Matrix.
Hi, im having some problems with this addon in Matrix 19.4 regarding timezones. Im in the UK, most shows are displaying US times ? But on the Homescreen widget it seems to display correctly. Also it does not find all my shows.

I've tried this version  https://iwf1.com/kodi/script.tv.show.next.aired  and the version in the Marcelveldt repo with no luck in fixing the problem.

These are pics demonstrating the differences between Leia and Matrix.

Leia Next Aired Widget. As you can see there is an arrow on the right to view more upcoming shows.  https://www.imagebam.com/view/ME8JHJA
Leia Next Aired. Right dates, right timezone.  https://www.imagebam.com/view/ME8JHK9
Matrix Next Aired Widget. Only displays 4, No arrow on the right to view more upcoming.  https://www.imagebam.com/view/ME8JHKR
Matrix Next Aired Huhhttps://www.imagebam.com/view/ME8JHL9

This is a basic portable install with just Xonfluence Skin, Next Aired and Embuary script info.
I tried with the Estuary Skin but still same problem.

This debug log is me starting kodi then doing a Reset and Update in the Next Aired settings.  https://paste.kodi.tv/tukukakaze.kodi

Any help thanks Wink
Looks like im staying on Leia for now Confused
New version is on Github v 8.0.2 and Marcelveldt's BETA repository...
https://github.com/kodi-community-addons...master.zip

Image

Fixed:
- timezone converting
- xml for 7 or 14 days ahead
- and other isues
(2022-04-10, 00:48)Angelinas Wrote: [ -> ]New version is on Github v 8.0.2 and Marcelveldt's BETA repository...
https://github.com/kodi-community-addons...master.zip

Image

Fixed:
- timezone converting
- xml for 7 or 14 days ahead
- and other isues
It doesn't work.
I have reported already that TVDB API update from v2 to v3 cause that TV Show Next Aired add-on stopped working: https://github.com/kodi-community-addons.../issues/17
Today I have updated both: TV Show Next Aired add-on which updated automatically TVDB API as well and result is the same: when starting TV Show Next Aired add-on nothing is happening - no output on the screen. In the kodi.log the same as reported on github:
2022-04-09 12:06:02.486 T:21117 INFO : initializing python engine.
2022-04-09 12:06:03.083 T:21117 INFO : script.module.thetvdb --> Initialized
2022-04-09 12:06:05.532 T:21117 WARNING : script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> local variable 'local' referenced before assignment
2022-04-09 12:06:05.541 T:21117 INFO : script.module.thetvdb --> Exited
2022-04-09 12:06:05.541 T:21117 INFO : CPythonInvoker(56, /storage/.kodi/addons/script.tv.show.next.aired/default.py): script successfully run
2022-04-09 12:06:05.996 T:21117 INFO : Python interpreter stopped


Kodi.log today after both add-ons updated:
2022-04-10 18:21:07.890 T:4486     INFO <general>: initializing python engine.
2022-04-10 18:21:08.380 T:4486     INFO <general>: script.module.thetvdb --> Initialized
2022-04-10 18:21:10.280 T:4486  WARNING <general>: script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> local variable 'local' referenced before assignment
2022-04-10 18:21:10.287 T:4486     INFO <general>: script.module.thetvdb --> Exited
2022-04-10 18:21:10.287 T:4486     INFO <general>: CPythonInvoker(14, /storage/.kodi/addons/script.tv.show.next.aired/default.py): script successfully run
2022-04-10 18:21:10.648 T:4486     INFO <general>: Python interpreter stopped

So, exactly the same as yesterday after TVDB API update only.
I am encountering the exact same as @rafikW and his log looks the same as mine word for word.
On github I'm in dialog with add-on owner.
I have been advised to change my Series folder provider from "TMDb TV Shows" to "The TVDB (new)"
I did that and all series-subfolders had been scrapped.
*One remark here: some series were incorrectly scrapped - another series was detected wit the same title. Solution for this is to rename folder adding in the brackets a year of when it was broadcasted. In two cases I have to even add what "version" this series is, for instance: instead of "Series Name" or "Series Name (2017)" it was needed to name it "Series Name US (2017)" in order to successfully scrap it to the library.
Anyway. All my series are successfully scrapped now so I have updated again The Show Next Aired add-on together with TVDb API. Once it was done I have launched Run within The Show Next Aired add-on but still doesn't work.
kodi.log file from update The Show Next Aired add-on till Run action is as follow:
python:
2022-04-11 08:56:19.462 T:4015     INFO <general>: script.tv.show.next.aired --> TV Show - Next Aired version 8.0.1 stopped
2022-04-11 08:56:19.462 T:4015     INFO <general>: CPythonInvoker(4, /storage/.kodi/addons/script.tv.show.next.aired/service.py): script successfully run
2022-04-11 08:56:19.647 T:5199  WARNING <general>: CAddonMgr::FindAddons: Addon 'game.controller.snes' already present with higher version 1.0.19 at '/usr/share/kodi/addons/game.controller.snes/' - other version 1.0.18 at '/storage/.kodi/addons/game.controller.snes/' will be ignored
2022-04-11 08:56:19.657 T:5199  WARNING <general>: CAddonMgr::FindAddons: Addon 'game.controller.default' already present with higher version 1.0.20 at '/usr/share/kodi/addons/game.controller.default/' - other version 1.0.19 at '/storage/.kodi/addons/game.controller.default/' will be ignored
2022-04-11 08:56:19.676 T:5199     INFO <general>: CAddonMgr::FindAddon: script.module.thetvdb v1.0.31 installed
2022-04-11 08:56:19.864 T:4015     INFO <general>: Python interpreter interrupted by user
2022-04-11 08:56:20.098 T:3912  WARNING <general>: CGUIMediaWindow::OnMessage - updating in progress
2022-04-11 08:56:20.715 T:5197  WARNING <general>: CAddonMgr::FindAddons: Addon 'game.controller.snes' already present with higher version 1.0.19 at '/usr/share/kodi/addons/game.controller.snes/' - other version 1.0.18 at '/storage/.kodi/addons/game.controller.snes/' will be ignored
2022-04-11 08:56:20.724 T:5197  WARNING <general>: CAddonMgr::FindAddons: Addon 'game.controller.default' already present with higher version 1.0.20 at '/usr/share/kodi/addons/game.controller.default/' - other version 1.0.19 at '/storage/.kodi/addons/game.controller.default/' will be ignored
2022-04-11 08:56:20.742 T:5197     INFO <general>: CAddonMgr::FindAddon: script.tv.show.next.aired v8.0.2 installed
2022-04-11 08:56:20.745 T:5229     INFO <general>: initializing python engine.
2022-04-11 08:56:21.497 T:5229     INFO <general>: script.tv.show.next.aired --> TV Show - Next Aired version 8.0.2 started
2022-04-11 08:56:21.510 T:3912    ERROR <general>: CGUIMediaWindow::GetDirectory(addons://outdated/) failed
2022-04-11 08:56:21.686 T:3912    ERROR <general>: CGUIMediaWindow::GetDirectory(addons://) failed
2022-04-11 08:56:21.692 T:5245     INFO <general>: initializing python engine.
2022-04-11 08:56:22.618 T:5245     INFO <general>: script.module.thetvdb --> Initialized
2022-04-11 08:56:22.987 T:5198    ERROR <general>: GetDirectory - Error getting None
2022-04-11 08:56:23.020 T:5245     INFO <general>: Skipped 3 duplicate messages..
2022-04-11 08:56:23.020 T:5245     INFO <general>: script.tv.show.next.aired --> Updating TheTVDB info for all continuing Kodi tv shows...
2022-04-11 08:57:24.499 T:5387     INFO <general>: initializing python engine.
2022-04-11 08:57:24.570 T:3912     INFO <general>: Loading skin file: /storage/.kodi/addons/screensaver.digitalclock/resources/skins/default/720p/skin.default.xml, load type: LOAD_ON_GUI_INIT
2022-04-11 08:57:57.394 T:3912     INFO <general>: NFS is idle. Closing the remaining connections.
2022-04-11 08:59:07.828 T:5245  WARNING <general>: script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> 'airdatetime'
2022-04-11 08:59:07.830 T:5245     INFO <general>: script.module.thetvdb --> Exited
2022-04-11 08:59:07.830 T:5245     INFO <general>: CPythonInvoker(22, /storage/.kodi/addons/script.tv.show.next.aired/default.py): script successfully run
2022-04-11 08:59:08.216 T:5245     INFO <general>: Python interpreter stopped
2022-04-11 09:00:07.912 T:5387     INFO <general>: CPythonInvoker(23, /storage/.kodi/addons/screensaver.digitalclock/default.py): script successfully run
2022-04-11 09:00:08.316 T:5387     INFO <general>: Python interpreter stopped
2022-04-11 09:00:10.717 T:5709     INFO <general>: initializing python engine.
2022-04-11 09:00:11.228 T:5709     INFO <general>: script.module.thetvdb --> Initialized
2022-04-11 09:00:12.984 T:5709  WARNING <general>: script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> 'airdatetime'
2022-04-11 09:00:12.988 T:5709     INFO <general>: script.module.thetvdb --> Exited
2022-04-11 09:00:12.988 T:5709     INFO <general>: CPythonInvoker(24, /storage/.kodi/addons/script.tv.show.next.aired/default.py): script successfully run
2022-04-11 09:00:13.333 T:5709     INFO <general>: Python interpreter stopped
@rafikW 
I really do not know why this version module.tvdb doesent work for you.....
I evan try to remove shs and metadatautils,  change timezone and clock in UK time,
mine was (17:04) and set as UK 12 (4:04 PM)....all was working ok....
9-1-1 lone star show time for air "2:00 AM" on tvdb (USA) time "9:00 PM"

Image

rollback tvdb module on version 1.0.29
https://github.com/kodi-community-addons...1.0.29.zip
script.tv.show.next.aired leave on version 8.0.2
try again, see is this combination work for you .
(2022-04-11, 17:31)Angelinas Wrote: [ -> ]@rafikW 
I really do not know why this version module.tvdb doesent work for you.....
I evan try to remove shs and metadatautils,  change timezone and clock in UK time,
mine was (17:04) and set as UK 12 (4:04 PM)....all was working ok....
9-1-1 lone star show time for air "2:00 AM" on tvdb (USA) time "9:00 PM"

Image

rollback tvdb module on version 1.0.29
https://github.com/kodi-community-addons...1.0.29.zip
script.tv.show.next.aired leave on version 8.0.2
try again, see is this combination work for you .
Hi,
Combination of "TV Show Next Aired" updated to 8.0.2 and script.module.thetvdb downgraded to version 1.0.29 works for me.

[script.tv.show.next.aired update to v8.0.2]:
xml:
2022-04-11 17:42:57.808 T:9358     INFO <general>: CAddonMgr::FindAddon: script.module.thetvdb v1.0.31 installed
2022-04-11 17:42:58.113 T:3891  WARNING <general>: CGUIMediaWindow::OnMessage - updating in progress
2022-04-11 17:42:58.709 T:9360     INFO <general>: CAddonMgr::FindAddon: script.tv.show.next.aired v8.0.2 installed
2022-04-11 17:42:58.720 T:9428     INFO <general>: initializing python engine.
2022-04-11 17:42:59.487 T:9428     INFO <general>: script.tv.show.next.aired --> TV Show - Next Aired version 8.0.2 started
2022-04-11 17:42:59.508 T:9438     INFO <general>: initializing python engine.
2022-04-11 17:43:00.031 T:9438     INFO <general>: script.module.thetvdb --> Initialized
2022-04-11 17:43:00.035 T:9438     INFO <general>: script.tv.show.next.aired --> Updating TheTVDB info for all continuing Kodi tv shows...
2022-04-11 17:44:03.852 T:9639     INFO <general>: initializing python engine.
2022-04-11 17:44:22.443 T:9639     INFO <general>: Python interpreter stopped
2022-04-11 17:45:32.802 T:9891     INFO <general>: initializing python engine.
2022-04-11 17:45:33.341 T:9891     INFO <general>: script.module.thetvdb --> Initialized
[error after update]:
xml:
2022-04-11 17:45:55.756 T:9891  WARNING <general>: script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> 'airdatetime'
2022-04-11 17:45:55.759 T:9891     INFO <general>: script.module.thetvdb --> Exited
2022-04-11 17:45:55.760 T:9891     INFO <general>: CPythonInvoker(28, /storage/.kodi/addons/script.tv.show.next.aired/default.py): script successfully run
2022-04-11 17:45:56.156 T:9891     INFO <general>: Python interpreter stopped
2022-04-11 17:45:56.166 T:9438  WARNING <general>: script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> 'airdatetime'
2022-04-11 17:45:56.167 T:9438     INFO <general>: script.module.thetvdb --> Exited
2022-04-11 17:45:56.167 T:9438     INFO <general>: CPythonInvoker(26, /storage/.kodi/addons/script.tv.show.next.aired/default.py): script successfully run
2022-04-11 17:45:56.517 T:9438     INFO <general>: Python interpreter stopped

[script.module.thetvdb downgrade to v1.0.29]:
xml:
2022-04-11 17:46:29.751 T:10027    INFO <general>: CAddonMgr::FindAddon: script.module.thetvdb v1.0.29 installed
2022-04-11 17:46:29.969 T:3891  WARNING <general>: CGUIMediaWindow::OnMessage - updating in progress
2022-04-11 17:47:49.522 T:10429    INFO <general>: initializing python engine.
2022-04-11 17:47:49.604 T:3891     INFO <general>: Loading skin file: /storage/.kodi/addons/screensaver.digitalclock/resources/skins/default/720p/skin.default.xml, load type: LOAD_ON_GUI_INIT
2022-04-11 17:47:57.010 T:10429    INFO <general>: CPythonInvoker(29, /storage/.kodi/addons/screensaver.digitalclock/default.py): script successfully run
2022-04-11 17:47:57.452 T:10429    INFO <general>: Python interpreter stopped
2022-04-11 17:47:59.605 T:10463    INFO <general>: initializing python engine.
2022-04-11 17:48:00.122 T:10463    INFO <general>: script.module.thetvdb --> Initialized


and finally it is on the screen.
Wip ...........

New version, with some fix and new view....
version="8.0.3"

Image

Image
(2022-04-26, 21:02)Angelinas Wrote: [ -> ]New version, with some fix and new view....
Can you get this to work for Leia as well, or is that impossible?

Regards,

Shedrock
Didn't try on Leia... but It same code and I think this will work same for L,M and N Kodi version.Need to check script.module.thetvdb.
All except widgets...(can't  fix it)
(2022-04-26, 22:58)Angelinas Wrote: [ -> ]All except widgets...(can't  fix it)
I'm assuming you mean that it won't work with the widgets? If so, then it would be useless to me, unfortunately. Sad

Thanks for your response,

Shedrock
Where is there a link to new version?

Thanks