Mod Titan M O D ( last Updated 19-12-2019)
@Fuchs2468 

Thanks, I will check this out.
I'm mostly touching the skin files and less the "script.skin.helper.service" files, so I wasn't aware of this.

By thw way, If you can write down some of the bugs your are working on it will be nice,
So I won't start working on bugs we both noticed and you already work on them.
____________________________________________________________________________________________________________

I'm getting an error using your new listitem_monitor.py file:
(Tested with Kodi Matrix 19.2)

Code:
ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                  - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                 Error Type: <class 'ModuleNotFoundError'>
                 Error Contents: No module named 'thread'
                 Traceback (most recent call last):
                   File "D:\Program Files (x86)\Kodi v19.1 x64 Nightly\portable_data\addons\script.skin.helper.service\service.py", line 10, in <module>
                     from resources.lib.main_service import MainService
                   File "D:\Program Files (x86)\Kodi v19.1 x64 Nightly\portable_data\addons\script.skin.helper.service\resources\lib\main_service.py", line 13, in <module>
                     from resources.lib.listitem_monitor import ListItemMonitor
                   File "D:\Program Files (x86)\Kodi v19.1 x64 Nightly\portable_data\addons\script.skin.helper.service\resources\lib\listitem_monitor.py", line 11, in <module>
                     import thread
                 ModuleNotFoundError: No module named 'thread'
                 -->End of Python script error report<--

In my previous file the condition was:
Code:
if sys.version_info.major == 3:
    import _thread as thread
else:
    import thread

Now there is only:
Code:
import thread
Reply


Messages In This Thread
RE: Titan Mod with small fixes - by geowill76 - 2018-04-20, 13:04
RE: Titan Mod with small fixes - by geowill76 - 2018-04-20, 14:34
RE: Titan Mod with small fixes - by blaze7 - 2018-05-18, 19:38
RE: Titan Mod with small fixes - by brazen1 - 2018-05-22, 23:08
RE: Titan Mod with small fixes - by rhoop206 - 2018-05-28, 07:01
RE: Titan Mod with small fixes - by ontap - 2018-05-30, 14:30
RE: Titan Mod with small fixes - by ontap - 2018-05-30, 14:30
RE: Titan Mod with small fixes - by ontap - 2018-05-30, 14:36
RE: Titan Mod with small fixes - by rhoop206 - 2018-06-01, 01:32
RE: Titan Mod with small fixes - by rhoop206 - 2018-06-16, 03:59
RE: Titan Mod with small fixes - by rhoop206 - 2018-06-19, 03:38
RE: Titan Mod with small fixes - by pmcnamara - 2018-06-21, 22:40
RE: Titan Mod with small fixes - by pmcnamara - 2018-06-26, 13:00
Titan Mod with small fixes - by wsx1 - 2018-06-23, 18:25
Titan Mod with small fixes - by wsx1 - 2018-06-25, 22:19
RE: Titan Mod with small fixes - by aerogems - 2018-06-29, 03:03
RE: Titan Mod with small fixes - by rhoop206 - 2018-06-29, 23:30
RE: Titan Mod with small fixes - by corus - 2018-06-30, 11:58
RE: Titan Mod with small fixes - by corus - 2018-06-30, 16:36
RE: Titan Mod with small fixes - by rhoop206 - 2018-07-01, 21:55
RE: Titan Mod with small fixes - by Juppstein - 2018-07-04, 17:50
RE: Titan Mod with small fixes - by Juppstein - 2018-07-04, 17:53
RE: Titan Mod with small fixes - by junitodx - 2018-07-10, 22:22
RE: Titan Mod with small fixes - by junitodx - 2018-07-11, 12:05
Titan Mod with small fixes - by wsx1 - 2018-07-11, 19:45
RE: Titan Mod with small fixes - by wsx1 - 2018-07-11, 20:58
RE: Titan Mod with small fixes - by wsx1 - 2018-07-11, 23:22
RE: Titan Mod with small fixes - by mpippia - 2018-07-23, 00:14
RE: Titan Mod with small fixes - by Karellen - 2018-07-23, 01:22
RE: Titan Mod with small fixes - by mpippia - 2018-07-23, 05:45
RE: Titan Mod with small fixes - by mpippia - 2018-07-24, 00:12
RE: Titan Mod with small fixes - by Comma - 2018-07-24, 05:35
Titan Mod with small fixes - by wsx1 - 2018-07-24, 18:10
RE: Titan Mod with small fixes - by rhoop206 - 2018-07-25, 04:37
Titan Mod with small fixes - by wsx1 - 2018-07-29, 09:34
Titan Mod with small fixes - by wsx1 - 2018-07-30, 14:03
RE: Titan Mod with small fixes - by Comma - 2018-07-31, 04:39
RE: Titan Mod with small fixes - by szabi - 2018-07-31, 17:56
Titan Mod with small fixes - by Gothico - 2018-08-15, 14:54
Titan Mod with small fixes - by Gothico - 2018-08-15, 16:01
RE: Titan Mod with small fixes - by Gothico - 2018-08-15, 18:35
Titan Mod with small fixes - by rflores2323 - 2018-08-20, 04:22
RE: Titan Mod with small fixes - by minhgi - 2018-08-20, 17:25
RE: Titan Mod with small fixes - by Juppstein - 2018-08-21, 11:00
RE: Titan Mod with small fixes - by Gothico - 2018-08-21, 11:53
RE: Titan Mod with small fixes - by Juppstein - 2018-08-21, 16:26
RE: Titan Mod with small fixes - by rhoop206 - 2018-08-26, 23:15
RE: Titan Mod with small fixes - by Juppstein - 2018-09-07, 21:24
RE: Titan Mod with small fixes - by Juppstein - 2018-09-08, 15:14
RE: Titan Mod with small fixes - by Juppstein - 2018-09-08, 23:21
RE: Titan Mod with small fixes - by godeli - 2018-09-09, 22:03
RE: Titan Mod with small fixes - by teedo42 - 2018-09-12, 00:24
RE: Titan Mod with small fixes - by Juppstein - 2018-09-15, 10:44
RE: Titan Mod with small fixes - by Juppstein - 2018-09-15, 19:33
RE: Titan Mod with small fixes - by manny729 - 2018-09-16, 08:54
RE: Titan Mod with small fixes - by manny729 - 2018-09-17, 03:51
Unknown symbol on screen - by Picard - 2018-09-24, 06:15
RE: Unknown symbol on screen - by User 405025 - 2018-09-24, 09:32
Videolyrics PLUS - by Picard - 2018-09-27, 09:08
RE: Videolyrics PLUS - by User 405025 - 2018-09-27, 09:35
Side blade - by Picard - 2018-11-03, 05:41
RE: Side blade - by User 405025 - 2018-11-03, 15:49
RE: Titan M O D ( last Updated 19-12-2019) - by burekas - 2021-10-23, 13:15
Nexus subtitles issue - by mitgarand - 2023-03-15, 23:30
RE: Nexus subtitles issue - by Fuchs2468 - 2023-03-17, 23:54
RE: Nexus subtitles issue - by mitgarand - 2023-03-18, 04:08
Home menu text colors - by mitgarand - 2023-03-23, 21:48
RE: Home menu text colors - by Fuchs2468 - 2023-03-23, 22:27
RE: Home menu text colors - by mitgarand - 2023-03-23, 22:49
Weird Scraping Information - by mitgarand - 2023-09-14, 21:00
RE: Titan M O D modificación - by Fuchs2468 - 2024-03-02, 02:27
Logout Mark Read Team Forum Stats Members Help
Titan M O D ( last Updated 19-12-2019)15