• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 92
Release Kodi Matrix 19.0 HDR Windows API (merged)
#31
(2019-12-10, 05:29)aeneas1 Wrote: have tried both versions (python 2 and 3) and continue to get the same errors thrown up, no difference as far as i can tell... for example when library data provider tries to install i get the following error, and the few skins i've tried (other than estuary) either  fail to install (aura) or install with a bunch of errors.

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.SyntaxError'>
                                            Error Contents: invalid syntax (__init__.py, line 55)
                                            Traceback (most recent call last):
                                              File "C:\Users\MEDIA\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py", line 28, in <module>
                                                from resources.lib import router
                                              File "C:\Users\MEDIA\AppData\Roaming\Kodi\addons\service.library.data.provider\resources\lib\router.py", line 23, in <module>
                                                import routing
                                              File "C:\Users\MEDIA\AppData\Roaming\Kodi\addons\script.module.routing\lib\routing.py", line 23, in <module>
                                                from urlparse import urlsplit, parse_qs
                                              File "C:\Program Files\Kodi\system\python\Lib\urlparse.py", line 119, in <module>
                                                from collections import namedtuple
                                              File "C:\Program Files\Kodi\system\python\Lib\collections\__init__.py", line 55
                                                raise AttributeError(f'module {__name__!r} has no attribute {name!r}')
                                                                                                                    ^
                                            SyntaxError: invalid syntax
                                            -->End of Python script error report<--
2019-12-09 19:22:36.214 T:6232   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://service.library.data.provider/
2019-12-09 19:22:36.218 T:3348   ERROR: CGUIMediaWindow::GetDirectory(plugin://service.library.data.provider/) failed

I can not help much with this. Only I tested Python 2 version with MCE remote addon (only addon I use) and works.  With Python 3 not works. 

You may have a lot of garbage accumulated from many tests and need to do a clean installation.  I am not an expert in addons.
Reply
#32
(2019-12-07, 08:27)dvidebaek Wrote: Praise the lord, baby Jesus just arrived early this Christmas!

Working on my Intel NUC7i5DNHE
Graphics driver 26.20.100.7463
Windows 10 Build 1909

Tried Fandangos fork but that kept switching HDR on and off when playing movies. This just works

Thanks for the good feedback!
Reply
#33
...
Reply
#34
(2019-12-10, 10:47)jogal Wrote:
(2019-12-10, 00:34)marcopt Wrote:
(2019-12-09, 23:43)jogal Wrote: [font][font]Non so davvero come funzioni la parte LIVE TV a Kodi. [/font][font]Tuttavia, supponendo che questo problema si verifichi solo con la versione modificata per HDR (il segnale segue lo stesso percorso della riproduzione locale). [/font][font]Ho un'idea di cosa possa essere. [/font][/font]

[font][font]Quando ho tempo apporto alcune modifiche e carico il file .exe da provare. [/font][/font]

[font][font]Apprezzo il commento su come funziona bene con Nvidia Geforce 1050. [/font][/font]

[font][font]Hai installato la versione Python 2 o 3?[/font][/font]

[font][font]Sto usando la versione di Python 3 .. ma ho perso tutti i plug-in che avevo installato .. ovviamente non sono compatibili .. ma preferisco che i video e la tv 4k hdr funzionino .. Non appena disponibile la nuova versione che include l'aggiornamento per la TV lo proverà subito, grazie ancora per il tuo lavoro 👍   [/font][/font] 

[font][font]Ecco una versione di prova per provare a correggere la TV in diretta: [/font][/font]

[font][font]http://www.mediafire.com/file/pyqui8pdtwydgha/kodi.rar/file [/font][/font]

[font][font]Non è un programma di installazione, solo un file kodi.exe da copiare in C: \ Programmi \ Kodi \ [/font][/font]

[font][font](esegui prima un backup di kodi.exe originale per il ripristino, se necessario) [/font][/font]

[font][font]Torna indietro con feedback. [/font][/font] 

[font][font]Grazie jogal, ho sostituito il file eseguibile che mi hai consigliato e la TV in diretta ora funziona molto bene, non penso neanche che l'HDR funzioni, non penso che le trasmissioni siano in HDR .. ma vedo per verificare meglio. Solo una cosa, ho notato che attivando la TV in diretta tutto funziona benissimo mentre dopo aver cambiato canale la visione va a scatti, quindi premendo stop per la riproduzione e poi riavviando tutto ritorna bene, faccio più test e poi te lo dico.


UPDATE: after uninstalling and reinstalling Kodi from scratch the jerky playback on LIVE TV is now fluid .. everything is ok, all that remains is to see if HDR passes through HD 4K TV tonight. on RAI 4K I hope to be able to check if it passes HDR because for now my TV does not detect it with the 4K LIVE TV.
Thanks again JOGAL.[/font][/font]
Reply
#35
This version is compatible with AMD Radeon card ? (1080P SDR)

When i try with standard 19 alpha , i have crash with 4k iso.
Philips 65OLED804 (4K HDR10+/Dolby Vision) / Nvidia Shield 2019 Pro with Kodi 20 Nexus Marven for DV / Onkyo TX-NR474 + Jamo 809 Pack 5.0 + Sub Jamo 912
Reply
#36
(2019-12-10, 10:54)jogal Wrote:
(2019-12-10, 05:29)aeneas1 Wrote: have tried both versions (python 2 and 3) and continue to get the same errors thrown up, no difference as far as i can tell... for example when library data provider tries to install i get the following error, and the few skins i've tried (other than estuary) either  fail to install (aura) or install with a bunch of errors.

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.SyntaxError'>
                                            Error Contents: invalid syntax (__init__.py, line 55)
                                            Traceback (most recent call last):
                                              File "C:\Users\MEDIA\AppData\Roaming\Kodi\addons\service.library.data.provider\plugin.py", line 28, in <module>
                                                from resources.lib import router
                                              File "C:\Users\MEDIA\AppData\Roaming\Kodi\addons\service.library.data.provider\resources\lib\router.py", line 23, in <module>
                                                import routing
                                              File "C:\Users\MEDIA\AppData\Roaming\Kodi\addons\script.module.routing\lib\routing.py", line 23, in <module>
                                                from urlparse import urlsplit, parse_qs
                                              File "C:\Program Files\Kodi\system\python\Lib\urlparse.py", line 119, in <module>
                                                from collections import namedtuple
                                              File "C:\Program Files\Kodi\system\python\Lib\collections\__init__.py", line 55
                                                raise AttributeError(f'module {__name__!r} has no attribute {name!r}')
                                                                                                                    ^
                                            SyntaxError: invalid syntax
                                            -->End of Python script error report<--
2019-12-09 19:22:36.214 T:6232   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://service.library.data.provider/
2019-12-09 19:22:36.218 T:3348   ERROR: CGUIMediaWindow::GetDirectory(plugin://service.library.data.provider/) failed

I can not help much with this. Only I tested Python 2 version with MCE remote addon (only addon I use) and works.  With Python 3 not works. 

You may have a lot of garbage accumulated from many tests and need to do a clean installation.  I am not an expert in addons. 

yes, i always start with a clean kodi 19.0 windows hdr (either python 2 or 3) install - i try an addon, it fails, i uninstall kodi 19.0 windows hdr (either python 2 or 3) and all traces of it, reinstall kodi 19.0 windows hdr (either python 2 or 3) and try another addon, no luck at all with either python versions... here are the addons/skins i've tried that have failed:

auara skin
ace 2 skin
plex addon
plex connect
liibrary data provider

anyway, appreciate what you're doing, just wish i could get it to work on my end.
Reply
#37
Ace 2 don't have any dependency to install, but it's designed only to use with Kodi Leia or with Kodi Matrix (with python 2 code)...work well.. I use here...with python 3 will install, but will receive message to install add-ons are compatible only with python 2, and it;s cause error.

It's important understand, if use Matrix with python 2, you need disable auto updates in addons settings, or modules  and others addons will be installed and broken all (have a few was update to python 3), so when installed broken scripts with python 2...
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#38
(2019-12-10, 18:12)Wanilton Wrote: Ace 2 don't have any dependency to install, but it's designed only to use with Kodi Leia or with Kodi Matrix (with python 2 code)...work well.. I use here...with python 3 will install, but will receive message to install add-ons are compatible only with python 2, and it;s cause error.

It's important understand, if use Matrix with python 2, you need disable auto updates in addons settings, or modules  and others addons will be installed and broken all (have a few was update to python 3), so when installed broken scripts with python 2...

thanks for your reply and very interesting.... i tried ace 2 with kodi hdr python 2 and got a bunch of errors, you're saying it works for you? a couple of questions:

- can you do me a favor and see if kodi connects works with kodi hdr python 2?
- can you see if liibrary data provider works as well?
- so i should disable auto updates before trying to install any addons?
- do i have to manually install python 2 or 3 before any of this works? https://www.python.org/download/releases/3.0/

thanks again!
Reply
#39
Python 2 -3 issues and addons issues are not related at all with HDR functionality or modifications.

Same problems occurs with untouched Kodi Matrix 19.0 alpha. Therefore, I would ask that these topics be discussed in a separate thread, especially it is about specific addons.
Reply
#40
(2019-12-10, 14:27)kalima Wrote: This version is compatible with AMD Radeon card ? (1080P SDR)

When i try with standard 19 alpha , i have crash with 4k iso.

I'm not 100% sure but I think Kodi Leia or even Matrix does not support ISO playback out of box.

4K MKV yes without any problem.  or  BDMV blu-Ray folder structure with proper libraries config.
Reply
#41
(2019-12-10, 19:58)jogal Wrote: Python 2 -3 issues and addons issues are not related at all with HDR functionality or modifications.

Same problems occurs with untouched Kodi Matrix 19.0 alpha. Therefore, I would ask that these topics be discussed in a separate thread, especially it is about specific addons.

good point.... do you have an hdr build for leia (or other non-matrix) by any chance that i missed? thanks!
Reply
#42
(2019-12-10, 20:05)jogal Wrote:
(2019-12-10, 14:27)kalima Wrote: This version is compatible with AMD Radeon card ? (1080P SDR)

When i try with standard 19 alpha , i have crash with 4k iso.

I'm not 100% sure but I think Kodi Leia or even Matrix does not support ISO playback out of box.

4K MKV yes without any problem.  or  BDMV blu-Ray folder structure with proper libraries config. 
Support of ISO is ok since V16. I play 4k iso with last alpha 18.6 with no issues but alpha v19 crash

I'll test soon your fork and I'll post feedback..
Thank for your work Jogal.
Philips 65OLED804 (4K HDR10+/Dolby Vision) / Nvidia Shield 2019 Pro with Kodi 20 Nexus Marven for DV / Onkyo TX-NR474 + Jamo 809 Pack 5.0 + Sub Jamo 912
Reply
#43
ok, so i did a clean install of khdr3 and passed on any addons, just using khdr3 as it came, out of the box... set/toggled windows to hdr, resolution 3840x2160, but it doesn't seem to be working correctly... when kodi is in window mode hdr colors are oversaturated and when in fullscreen mode they're washed out....
Reply
#44
ok, so i did a clean install of khdr3 and passed on any addons, just using khdr3 as it came, out of the box... set/toggled windows to hdr, resolution 3840x2160, but it doesn't seem to be working correctly... when kodi is in window mode hdr colors are oversaturated and when in fullscreen mode they're washed out....
Reply
#45
Version 1.2.0
Updated at 11-12-2019 (forked from Kodi 19 alpha master).

Fixed: Some streams 4K BT.2020 are incorrect detected as HDR resulting in bad image (live IPTV).
Various improvements.


First post updated   Smile
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 92

Logout Mark Read Team Forum Stats Members Help
Kodi Matrix 19.0 HDR Windows API (merged)2