Citation de: cartman le 25 Mars 2021 à 10:45:13
OK merci de l'info, je vais regarder de mon côté si c'est possible de convertir en python3 sans trop de casse.
Citation de: bOLEMO le 25 Mars 2021 à 13:22:14Citation de: cartman le 25 Mars 2021 à 10:45:13
OK merci de l'info, je vais regarder de mon côté si c'est possible de convertir en python3 sans trop de casse.
J'ai forké le repo GitHub de TiTi, et j'ai converti vers python3 avec un script automatique.
J'essayerai aujourd'hui sur Kodi. Si ça fonctionne, je mettrai un lien ici.
Citation de: cartman le 25 Mars 2021 à 13:47:42Citation de: bOLEMO le 25 Mars 2021 à 13:22:14Citation de: cartman le 25 Mars 2021 à 10:45:13
OK merci de l'info, je vais regarder de mon côté si c'est possible de convertir en python3 sans trop de casse.
J'ai forké le repo GitHub de TiTi, et j'ai converti vers python3 avec un script automatique.
J'essayerai aujourd'hui sur Kodi. Si ça fonctionne, je mettrai un lien ici.
Ah j'avais pas vu ton message, j'ai fais une version l'arrache. Surement des bugs.
Merci de partager quand tu pourras :)
Citation de: bOLEMO le 26 Mars 2021 à 00:46:39
Bon, je ne peux pas essayer, car comme mon CoreElec est en version Kodi 18.9, qui apparemment n'a pas Python 3.
Je ne sais donc pas si ça fonctionne ou pas.
Pour ceux qui voudraient essayer, voici le lien zip : https://github.com/bolemo/plugin.video.replayksys/archive/refs/heads/master.zip
Citation de: albert91 le 26 Mars 2021 à 10:36:29
Je viens de tester sur ma TV android, ça fonctionne comme avant.
Excellent !!!
Merci à Cartman qui a trouvé le moyen de faire la conversion.
Citation de: cartman le 26 Mars 2021 à 10:57:47Citation de: bOLEMO le 26 Mars 2021 à 00:46:39
Bon, je ne peux pas essayer, car comme mon CoreElec est en version Kodi 18.9, qui apparemment n'a pas Python 3.
Je ne sais donc pas si ça fonctionne ou pas.
Pour ceux qui voudraient essayer, voici le lien zip : https://github.com/bolemo/plugin.video.replayksys/archive/refs/heads/master.zip
Hello ! En effet j'ai utilisé un autre SSD pour installer une version toute fraîche de LibreELEC avec Kodi 19. Seul Kodi 19 tourne en python3.
Concernant ton lien j'ai testé et je pense que la conversion en ligne a juste corrigé quelques syntaxes mais ça ne fonctionne pas dans l'état.
Le module xbmc.translatePath() est déprécié et il est préférable d'utiliser xbmcvfs.translatePath()
Il y a également la fonction xbmcgui.Dialog().yesno() qui ne comporte plus le même nombre de paramètres.
A l'occasion si tu migres vers Kodi 19 teste mon script. :)
Citation de: gigi le 28 Mars 2021 à 20:33:40
moi ça plante sur Kodi 19 Windows.... :(
Pas encore essayé sur Coreelec car je suis en Kodi 18.9
2021-03-29 13:35:45.159 T:11300 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'str' object has no attribute 'decode'
Traceback (most recent call last):
File "C:\Users\xxxxx\AppData\Roaming\Kodi\addons\plugin.video.replayksys\main.py", line 6, in <module>
core = KsysCore()
File "C:\Users\xxxx\AppData\Roaming\Kodi\addons\plugin.video.replayksys\core.py", line 30, in __init__
self.pluginPath = xbmc.translatePath(self.Addon.getAddonInfo('path')).decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
-->End of Python script error report<--
Citation de: thedark le 29 Mars 2021 à 13:50:22Code Sélectionner2021-03-29 13:35:45.159 T:11300 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'str' object has no attribute 'decode'
Traceback (most recent call last):
File "C:\Users\xxxxx\AppData\Roaming\Kodi\addons\plugin.video.replayksys\main.py", line 6, in <module>
core = KsysCore()
File "C:\Users\xxxx\AppData\Roaming\Kodi\addons\plugin.video.replayksys\core.py", line 30, in __init__
self.pluginPath = xbmc.translatePath(self.Addon.getAddonInfo('path')).decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
-->End of Python script error report<--
Selon google .decode('utf-8') n'est plus nécessaire sur python 3.
2021-03-29 20:12:38.012 T:8356 INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:12:38.118 T:8356 INFO <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:12:38.122 T:8356 INFO <general>: DXVA::CProcessorHD::InitProcessor: supported deinterlace methods: blend:yes, bob:yes, adaptive:yes, mocomp:yes. 2021-03-29 20:12:38.135 T:5680 INFO <general>: DXVA::CDecoder::Close: closing decoder. 2021-03-29 20:12:38.135 T:5680 INFO <general>: DXVA: closing decoder context. 2021-03-29 20:12:38.135 T:5680 WARNING <general>: DXVA::CContext::CreateContext: using app d3d11 device for decoding due extended NV12 shared textures it's not supported. 2021-03-29 20:12:38.140 T:5680 INFO <general>: DXVA::CDecoder::Open: Total video memory available is 2160 MB (dedicated = 112 MB, shared = 2048 MB) 2021-03-29 20:12:38.169 T:5680 WARNING <general>: DXVA::CDecoder::ReleaseBuffer: return of invalid surface. 2021-03-29 20:12:42.159 T:5680 WARNING <general>: Skipped 3 duplicate messages.. 2021-03-29 20:12:42.159 T:5680 WARNING <general>: CVideoPlayerVideo::OutputPicture - timeout waiting for buffer 2021-03-29 20:12:48.083 T:8356 INFO <general>: Skipped 11 duplicate messages.. 2021-03-29 20:12:48.083 T:8356 INFO <general>: CVideoPlayer::CloseFile() 2021-03-29 20:12:48.093 T:11788 INFO <general>: CVideoPlayer::OnExit() 2021-03-29 20:12:48.093 T:11788 INFO <general>: Closing stream player 1 2021-03-29 20:12:48.093 T:11788 INFO <general>: Waiting for audio thread to exit 2021-03-29 20:12:48.117 T:8356 INFO <general>: VideoPlayer: waiting for threads to exit 2021-03-29 20:12:48.121 T:7532 INFO <general>: thread end: CVideoPlayerAudio::OnExit() 2021-03-29 20:12:48.121 T:11788 INFO <general>: Closing audio device 2021-03-29 20:12:48.137 T:13780 INFO <general>: CActiveAESink::OpenSink - initialize sink 2021-03-29 20:12:48.137 T:11788 INFO <general>: Deleting audio codec 2021-03-29 20:12:48.143 T:11788 INFO <general>: Closing stream player 2 2021-03-29 20:12:48.144 T:11788 INFO <general>: waiting for video thread to exit 2021-03-29 20:12:48.181 T:5680 WARNING <general>: CVideoPlayerVideo::OutputPicture - timeout waiting for buffer 2021-03-29 20:12:48.181 T:5680 INFO <general>: thread end: video_thread 2021-03-29 20:12:48.182 T:11788 INFO <general>: deleting video codec 2021-03-29 20:12:48.191 T:11788 INFO <general>: DXVA::CDecoder::Close: closing decoder. 2021-03-29 20:12:48.191 T:11788 INFO <general>: DXVA: closing decoder context. 2021-03-29 20:12:48.191 T:11788 INFO <general>: Closing stream player 3 2021-03-29 20:12:48.199 T:8356 INFO <general>: VideoPlayer: finished waiting 2021-03-29 20:12:48.199 T:8356 INFO <general>: CVideoPlayer::CloseFile() 2021-03-29 20:12:48.199 T:8356 INFO <general>: VideoPlayer: waiting for threads to exit 2021-03-29 20:12:48.200 T:8356 INFO <general>: VideoPlayer: finished waiting 2021-03-29 20:12:51.895 T:8356 INFO <general>: Loading skin file: Custom_1100_AddonLauncher.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:12:56.755 T:8356 INFO <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:12:56.806 T:13716 INFO <general>: initializing python engine. 2021-03-29 20:12:57.623 T:13716 INFO <general>: CPythonInvoker(7, C:\Users\gigi\AppData\Roaming\Kodi\addons\plugin.video.replayksys\main.py): script successfully run 2021-03-29 20:12:57.644 T:13716 INFO <general>: Python interpreter stopped 2021-03-29 20:13:06.106 T:13992 INFO <general>: initializing python engine. 2021-03-29 20:13:06.912 T:13992 INFO <general>: CPythonInvoker(8, C:\Users\gigi\AppData\Roaming\Kodi\addons\plugin.video.replayksys\main.py): script successfully run 2021-03-29 20:13:06.940 T:8356 INFO <general>: VideoPlayer::OpenFile: plugin://plugin.video.replayksys/?action=play&video=http%3A%2F%2Fapi-tv.k-sys.ch%2Ftv%2Fcatchup%2F10%2F1616993340%2F150%2F 2021-03-29 20:13:06.941 T:11012 INFO <general>: Creating InputStream 2021-03-29 20:13:06.948 T:11012 INFO <general>: Creating Demuxer 2021-03-29 20:13:06.952 T:13992 INFO <general>: Python interpreter stopped 2021-03-29 20:13:07.384 T:11012 INFO <general>: Opening stream: 0 source: 256 2021-03-29 20:13:07.384 T:11012 INFO <general>: Creating video codec with codec id: 27 2021-03-29 20:13:07.384 T:11012 INFO <general>: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 2021-03-29 20:13:07.384 T:11012 INFO <general>: Creating video thread 2021-03-29 20:13:07.385 T:1076 INFO <general>: running thread: video_thread 2021-03-29 20:13:07.385 T:11012 INFO <general>: Opening stream: 1 source: 256 2021-03-29 20:13:07.385 T:11012 INFO <general>: Finding audio codec for: 86018 2021-03-29 20:13:07.385 T:11012 INFO <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac 2021-03-29 20:13:07.385 T:11012 INFO <general>: Creating audio thread 2021-03-29 20:13:07.386 T:1432 INFO <general>: running thread: CVideoPlayerAudio::Process() 2021-03-29 20:13:07.386 T:11012 INFO <general>: Opening stream: 4 source: 256 2021-03-29 20:13:07.386 T:1076 WARNING <general>: DXVA::CContext::CreateContext: using app d3d11 device for decoding due extended NV12 shared textures it's not supported. 2021-03-29 20:13:07.390 T:1076 INFO <general>: DXVA::CDecoder::Open: Total video memory available is 2160 MB (dedicated = 112 MB, shared = 2048 MB) 2021-03-29 20:13:07.396 T:1432 INFO <general>: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through) 2021-03-29 20:13:07.424 T:13780 INFO <general>: CActiveAESink::OpenSink - initialize sink 2021-03-29 20:13:07.432 T:8356 INFO <general>: DXVA::CProcessorHD::InitProcessor: supported deinterlace methods: blend:yes, bob:yes, adaptive:yes, mocomp:yes. 2021-03-29 20:13:07.440 T:8356 WARNING <general>: CRendererHQ::CheckVideoParameters: chosen scaling method 1 is not supported by renderer 2021-03-29 20:13:07.557 T:1076 WARNING <general>: DXVA: failed to get decoder status - 0x887A0005. 2021-03-29 20:13:07.557 T:8356 ERROR <general>: Skipped 1 duplicate messages.. 2021-03-29 20:13:07.557 T:8356 ERROR <general>: DX::DeviceResources::FinishCommandList: failed to finish command queue. 2021-03-29 20:13:07.558 T:1076 WARNING <general>: DXVA: failed to get decoder status - 0x887A0005. 2021-03-29 20:13:07.560 T:8356 ERROR <general>: DX::DeviceResources::FinishCommandList: failed to finish command queue. 2021-03-29 20:13:07.639 T:8356 INFO <general>: DX::DeviceResources::CheckNV12SharedTexturesSupport: extended NV12 shared textures is NOT supported 2021-03-29 20:13:07.639 T:8356 INFO <general>: DX::DeviceResources::CreateDeviceResources: device is created on adapter 'Intel(R) HD Graphics 4600' with D3D_FEATURE_LEVEL_11_1 2021-03-29 20:13:07.640 T:8356 INFO <general>: DX::DeviceResources::ResizeBuffers: 8 bit swapchain is used with 6 flip sequential buffers and SDR output 2021-03-29 20:13:08.123 T:8356 INFO <general>: RetroPlayer[PROCESS]: Registering process control for Windows 2021-03-29 20:13:08.124 T:8356 INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for DirectX 2021-03-29 20:13:09.565 T:1076 INFO <general>: DXVA::CDecoder::Close: closing decoder. 2021-03-29 20:13:09.565 T:1076 INFO <general>: DXVA: closing decoder context. 2021-03-29 20:13:09.566 T:1076 ERROR <general>: DXVA::CDecoder::Check: device didn't reset in reasonable time. 2021-03-29 20:13:09.568 T:1076 ERROR <general>: CDVDVideoCodecFFmpeg::GetPicture - avcodec_receive_frame returned failure 2021-03-29 20:13:09.725 T:8356 INFO <general>: Unloaded skin 2021-03-29 20:13:09.727 T:8356 INFO <general>: load skin from: C:\Program Files\Kodi\addons\skin.estuary\ (version: 3.0.5) 2021-03-29 20:13:09.729 T:8356 INFO <general>: load fonts for skin... 2021-03-29 20:13:09.731 T:8356 INFO <general>: Loading skin includes from C:\Program Files\Kodi\addons\skin.estuary\xml\includes.xml 2021-03-29 20:13:09.759 T:8356 INFO <general>: Loading fonts from C:\Program Files\Kodi\addons\skin.estuary\xml\Font.xml 2021-03-29 20:13:09.778 T:8356 INFO <general>: load new skin... 2021-03-29 20:13:09.778 T:8356 INFO <general>: Loading custom window XMLs from skin path C:\Program Files\Kodi\addons\skin.estuary\xml 2021-03-29 20:13:09.783 T:8356 INFO <general>: initialize new skin... 2021-03-29 20:13:09.783 T:8356 INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:09.785 T:8356 INFO <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:09.786 T:8356 INFO <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:09.787 T:8356 INFO <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:09.788 T:8356 INFO <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:09.795 T:8356 INFO <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:09.795 T:8356 INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:09.796 T:8356 INFO <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:09.802 T:8356 INFO <general>: skin loaded... 2021-03-29 20:13:09.802 T:8356 INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:13:09.904 T:8356 INFO <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:13:14.289 T:8356 INFO <general>: DXVA::CProcessorHD::InitProcessor: supported deinterlace methods: blend:yes, bob:yes, adaptive:yes, mocomp:yes. 2021-03-29 20:13:14.341 T:8356 WARNING <general>: CD3DTexture::GetShaderResource: cannot create texture view. 2021-03-29 20:13:14.341 T:8356 ERROR <general>: DX::DeviceResources::FinishCommandList: failed to finish command queue. 2021-03-29 20:13:14.351 T:8356 INFO <general>: Skipped 1 duplicate messages.. 2021-03-29 20:13:14.351 T:8356 INFO <general>: DX::DeviceResources::CheckNV12SharedTexturesSupport: extended NV12 shared textures is NOT supported 2021-03-29 20:13:14.354 T:8356 INFO <general>: DX::DeviceResources::CreateDeviceResources: device is created on adapter 'Intel(R) HD Graphics 4600' with D3D_FEATURE_LEVEL_11_1 2021-03-29 20:13:14.355 T:8356 INFO <general>: DX::DeviceResources::ResizeBuffers: 8 bit swapchain is used with 6 flip sequential buffers and SDR output 2021-03-29 20:13:14.861 T:8356 INFO <general>: RetroPlayer[PROCESS]: Registering process control for Windows 2021-03-29 20:13:14.862 T:8356 INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for DirectX 2021-03-29 20:13:14.955 T:8356 INFO <general>: Unloaded skin 2021-03-29 20:13:14.956 T:8356 INFO <general>: load skin from: C:\Program Files\Kodi\addons\skin.estuary\ (version: 3.0.5) 2021-03-29 20:13:14.958 T:8356 INFO <general>: load fonts for skin... 2021-03-29 20:13:14.959 T:8356 INFO <general>: Loading skin includes from C:\Program Files\Kodi\addons\skin.estuary\xml\includes.xml 2021-03-29 20:13:14.987 T:8356 INFO <general>: Loading fonts from C:\Program Files\Kodi\addons\skin.estuary\xml\Font.xml 2021-03-29 20:13:15.006 T:8356 INFO <general>: load new skin... 2021-03-29 20:13:15.006 T:8356 INFO <general>: Loading custom window XMLs from skin path C:\Program Files\Kodi\addons\skin.estuary\xml 2021-03-29 20:13:15.011 T:8356 INFO <general>: initialize new skin... 2021-03-29 20:13:15.011 T:8356 INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.013 T:8356 INFO <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.014 T:8356 INFO <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.015 T:8356 INFO <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.016 T:8356 INFO <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.021 T:8356 INFO <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.022 T:8356 INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.023 T:8356 INFO <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.028 T:8356 INFO <general>: skin loaded... 2021-03-29 20:13:15.028 T:8356 INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:13:15.123 T:8356 INFO <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:13:15.127 T:8356 INFO <general>: DXVA::CProcessorHD::InitProcessor: supported deinterlace methods: blend:yes, bob:yes, adaptive:yes, mocomp:yes. 2021-03-29 20:13:15.140 T:8356 WARNING <general>: CD3DTexture::GetShaderResource: cannot create texture view. 2021-03-29 20:13:15.140 T:8356 ERROR <general>: DX::DeviceResources::FinishCommandList: failed to finish command queue. 2021-03-29 20:13:15.147 T:8356 INFO <general>: Skipped 1 duplicate messages.. 2021-03-29 20:13:15.147 T:8356 INFO <general>: DX::DeviceResources::CheckNV12SharedTexturesSupport: extended NV12 shared textures is NOT supported 2021-03-29 20:13:15.149 T:8356 INFO <general>: DX::DeviceResources::CreateDeviceResources: device is created on adapter 'Intel(R) HD Graphics 4600' with D3D_FEATURE_LEVEL_11_1 2021-03-29 20:13:15.151 T:8356 INFO <general>: DX::DeviceResources::ResizeBuffers: 8 bit swapchain is used with 6 flip sequential buffers and SDR output 2021-03-29 20:13:15.589 T:1076 WARNING <general>: DXVA::CContext::CreateContext: using app d3d11 device for decoding due extended NV12 shared textures it's not supported. 2021-03-29 20:13:15.589 T:1076 INFO <general>: DXVA::CDecoder::Open: Total video memory available is 2160 MB (dedicated = 112 MB, shared = 2048 MB) 2021-03-29 20:13:15.695 T:8356 INFO <general>: RetroPlayer[PROCESS]: Registering process control for Windows 2021-03-29 20:13:15.697 T:8356 INFO <general>: RetroPlayer[RENDER]: Registering renderer factory for DirectX 2021-03-29 20:13:15.788 T:8356 INFO <general>: Unloaded skin 2021-03-29 20:13:15.788 T:8356 INFO <general>: load skin from: C:\Program Files\Kodi\addons\skin.estuary\ (version: 3.0.5) 2021-03-29 20:13:15.790 T:8356 INFO <general>: load fonts for skin... 2021-03-29 20:13:15.791 T:8356 INFO <general>: Loading skin includes from C:\Program Files\Kodi\addons\skin.estuary\xml\includes.xml 2021-03-29 20:13:15.820 T:8356 INFO <general>: Loading fonts from C:\Program Files\Kodi\addons\skin.estuary\xml\Font.xml 2021-03-29 20:13:15.839 T:8356 INFO <general>: load new skin... 2021-03-29 20:13:15.839 T:8356 INFO <general>: Loading custom window XMLs from skin path C:\Program Files\Kodi\addons\skin.estuary\xml 2021-03-29 20:13:15.845 T:8356 INFO <general>: initialize new skin... 2021-03-29 20:13:15.845 T:8356 INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.847 T:8356 INFO <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.848 T:8356 INFO <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.848 T:8356 INFO <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.849 T:8356 INFO <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.856 T:8356 INFO <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.856 T:8356 INFO <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.857 T:8356 INFO <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT 2021-03-29 20:13:15.863 T:8356 INFO <general>: skin loaded... 2021-03-29 20:13:15.863 T:8356 INFO <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:13:15.963 T:8356 INFO <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY 2021-03-29 20:13:15.968 T:8356 INFO <general>: DXVA::CProcessorHD::InitProcessor: supported deinterlace methods: blend:yes, bob:yes, adaptive:yes, mocomp:yes. 2021-03-29 20:13:15.988 T:1076 INFO <general>: DXVA::CDecoder::Close: closing decoder. 2021-03-29 20:13:15.988 T:1076 INFO <general>: DXVA: closing decoder context. 2021-03-29 20:13:15.989 T:1076 WARNING <general>: DXVA::CContext::CreateContext: using app d3d11 device for decoding due extended NV12 shared textures it's not supported. 2021-03-29 20:13:15.990 T:1076 INFO <general>: DXVA::CDecoder::Open: Total video memory available is 2160 MB (dedicated = 112 MB, shared = 2048 MB) 2021-03-29 20:13:16.015 T:1076 WARNING <general>: DXVA::CDecoder::ReleaseBuffer: return of invalid surface. 2021-03-29 20:13:19.993 T:1076 WARNING <general>: Skipped 4 duplicate messages.. 2021-03-29 20:13:19.993 T:1076 WARNING <general>: CVideoPlayerVideo::OutputPicture - timeout waiting for buffer |
Citation de: thedark le 29 Mars 2021 à 20:23:19
Bug de Kodi.
https://github.com/xbmc/xbmc/issues/18902 (https://github.com/xbmc/xbmc/issues/18902)
https://www.mediafire.com/file/5j7v8z792871b1y/KodiSetup-20210329-d7f8d39c-Matrix-x64.exe/file (https://www.mediafire.com/file/5j7v8z792871b1y/KodiSetup-20210329-d7f8d39c-Matrix-x64.exe/file)
Citation de: gigi le 29 Mars 2021 à 22:21:12Citation de: thedark le 29 Mars 2021 à 20:23:19
Bug de Kodi.
https://github.com/xbmc/xbmc/issues/18902 (https://github.com/xbmc/xbmc/issues/18902)
https://www.mediafire.com/file/5j7v8z792871b1y/KodiSetup-20210329-d7f8d39c-Matrix-x64.exe/file (https://www.mediafire.com/file/5j7v8z792871b1y/KodiSetup-20210329-d7f8d39c-Matrix-x64.exe/file)
merci
mais ça ne fonctionne pas mieux avec celui-ci
Je suis persuadé que Kodi 19 pour Windows n'est pas sec du tout.
J'ai repéré d'autres bugs comme des erreurs au chargement de l'extension de base TMDB ... un comble
Citation de: cartman le 30 Mars 2021 à 13:01:45
En effet je viens de faire quelques tests avec Windows et les plugins se mélangent les pinceaux entre :
- l'arborescence ou est installée l'application ex : c:\Tools\Kodi\
- l'arborescence ou est installée le plugin : c:\Users\[USERNAME]\AppData\Roaming\Kodi\addons\plugin.video.replayksys\
- et cette autre arborescence qui n'existe pas par défaut au setup du plugin : c:\Users\[USERNAME]\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.replayksys\
Donc en gros lorsque l'on saisit le code d'enregistrement il ne sauvegarde pas le token au bon endroit pour être ensuite utiliser.
Ca te dit de migrer sous Linux ou d'utiliser une distribution LibreELEC ou CoreELEC :) ?