Created
December 20, 2022 10:48
-
-
Save rien333/62c5678137d6e702bd91d95b2acbef63 to your computer and use it in GitHub Desktop.
Triggering the video OSD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-12-20 11:28:02.470 T:7840 info <general>: ----------------------------------------------------------------------- | |
2022-12-20 11:28:02.470 T:7840 info <general>: Starting Kodi (20.0-RC1 (19.90.901) Git:20221218-nogitfound). Platform: Linux ARM 32-bit | |
2022-12-20 11:28:02.470 T:7840 info <general>: Using Release Kodi x32 | |
2022-12-20 11:28:02.470 T:7840 info <general>: Kodi compiled 2022-12-18 by GCC 12.1.0 for Linux ARM 32-bit version 5.18.15 (332303) | |
2022-12-20 11:28:02.470 T:7840 info <general>: Running on BCM2835 with Arch Linux ARM 0.0, kernel: Linux ARM 32-bit version 5.15.83-1-rpi-ARCH | |
2022-12-20 11:28:02.470 T:7840 info <general>: FFmpeg version/source: 4.4.1-Kodi | |
2022-12-20 11:28:02.470 T:7840 info <general>: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available | |
2022-12-20 11:28:02.470 T:7840 info <general>: ARM Features: Neon enabled | |
2022-12-20 11:28:02.470 T:7840 info <general>: special://xbmc/ is mapped to: /usr/share/kodi | |
2022-12-20 11:28:02.470 T:7840 info <general>: special://xbmcbin/ is mapped to: /usr/lib/kodi | |
2022-12-20 11:28:02.470 T:7840 info <general>: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons | |
2022-12-20 11:28:02.470 T:7840 info <general>: special://masterprofile/ is mapped to: /home/alarm/.kodi/userdata | |
2022-12-20 11:28:02.470 T:7840 info <general>: special://envhome/ is mapped to: /home/alarm | |
2022-12-20 11:28:02.470 T:7840 info <general>: special://home/ is mapped to: /home/alarm/.kodi | |
2022-12-20 11:28:02.470 T:7840 info <general>: special://temp/ is mapped to: /home/alarm/.kodi/temp | |
2022-12-20 11:28:02.470 T:7840 info <general>: special://logpath/ is mapped to: /home/alarm/.kodi/temp | |
2022-12-20 11:28:02.470 T:7840 info <general>: Webserver extra whitelist paths: | |
2022-12-20 11:28:02.470 T:7840 info <general>: The executable running is: /usr/lib/kodi/kodi-gbm | |
2022-12-20 11:28:02.470 T:7840 info <general>: Local hostname: raspberrypi | |
2022-12-20 11:28:02.470 T:7840 info <general>: Log File is located: /home/alarm/.kodi/temp/kodi.log | |
2022-12-20 11:28:02.470 T:7840 info <general>: ----------------------------------------------------------------------- | |
2022-12-20 11:28:02.470 T:7840 info <general>: loading settings | |
2022-12-20 11:28:02.472 T:7840 info <general>: special://profile/ is mapped to: special://masterprofile/ | |
2022-12-20 11:28:02.512 T:7840 info <general>: No settings file to load (special://xbmc/system/advancedsettings.xml) | |
2022-12-20 11:28:02.513 T:7840 info <general>: Loaded settings file from special://profile/advancedsettings.xml | |
2022-12-20 11:28:02.516 T:7840 info <general>: Contents of special://profile/advancedsettings.xml are... | |
<advancedsettings> | |
<video> | |
<usetimeseeking>true</usetimeseeking> | |
<smallstepbackseconds>7</smallstepbackseconds> | |
<timeseekforward>10</timeseekforward> | |
<timeseekbackward>-10</timeseekbackward> | |
<timeseekforwardbig>60</timeseekforwardbig> | |
<timeseekbackwardbig>-60</timeseekbackwardbig> | |
<percentseekforward>2</percentseekforward> | |
<percentseekbackward>-2</percentseekbackward> | |
<percentseekforwardbig>10</percentseekforwardbig> | |
<percentseekbackwardbig>-10</percentseekbackwardbig> | |
<ignoresecondsatstart>25</ignoresecondsatstart> | |
</video> | |
<cache> | |
<buffermode>1</buffermode> | |
<memorysize>215000000</memorysize> | |
<readfactor>6</readfactor> | |
</cache> | |
<scanirserver>false</scanirserver> | |
<!-- <loglevel>-1</loglevel> --> | |
<gui> | |
<smartredraw>true</smartredraw> | |
</gui> | |
<showexitbutton>false</showexitbutton> | |
<splash>false</splash> | |
<videolibrary> | |
<allitemsonbottom>false</allitemsonbottom> | |
<recentlyaddeditems>35</recentlyaddeditems> | |
<!-- do'nt import stuff from nfo files --> | |
<importwatchedstate>false</importwatchedstate> | |
<importresumepoint>false</importresumepoint> | |
</videolibrary> | |
</advancedsettings> | |
2022-12-20 11:28:02.516 T:7840 warning <CSettingsManager>: missing version attribute | |
2022-12-20 11:28:02.518 T:7840 info <general>: Default Video Player: VideoPlayer | |
2022-12-20 11:28:02.518 T:7840 info <general>: Default Audio Player: paplayer | |
2022-12-20 11:28:02.518 T:7840 info <general>: Disabled debug logging due to GUI setting. Level 0. | |
2022-12-20 11:28:02.518 T:7840 info <general>: Log level changed to "info" | |
2022-12-20 11:28:02.518 T:7840 info <general>: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml | |
2022-12-20 11:28:02.537 T:7840 info <general>: creating subdirectories | |
2022-12-20 11:28:02.537 T:7840 info <general>: userdata folder: special://masterprofile/ | |
2022-12-20 11:28:02.537 T:7840 info <general>: recording folder: | |
2022-12-20 11:28:02.537 T:7840 info <general>: screenshots folder: | |
2022-12-20 11:28:02.548 T:7840 info <general>: Running database version Addons33 | |
2022-12-20 11:28:02.742 T:7840 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed | |
2022-12-20 11:28:02.742 T:7840 info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed | |
2022-12-20 11:28:02.742 T:7840 info <general>: CAddonMgr::FindAddons: inputstream.adaptive v20.3.1 installed | |
2022-12-20 11:28:02.742 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed | |
2022-12-20 11:28:02.743 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.7 installed | |
2022-12-20 11:28:02.743 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed | |
2022-12-20 11:28:02.743 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed | |
2022-12-20 11:28:02.743 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.global.main v2.0.2 installed | |
2022-12-20 11:28:02.743 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed | |
2022-12-20 11:28:02.744 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed | |
2022-12-20 11:28:02.744 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v4.0.0 installed | |
2022-12-20 11:28:02.744 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v3.0.0 installed | |
2022-12-20 11:28:02.744 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v3.0.1 installed | |
2022-12-20 11:28:02.744 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.2.0 installed | |
2022-12-20 11:28:02.745 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed | |
2022-12-20 11:28:02.745 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.2.0 installed | |
2022-12-20 11:28:02.745 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.1 installed | |
2022-12-20 11:28:02.745 T:7840 info <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.3 installed | |
2022-12-20 11:28:02.745 T:7840 info <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed | |
2022-12-20 11:28:02.746 T:7840 info <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.4 installed | |
2022-12-20 11:28:02.746 T:7840 info <general>: CAddonMgr::FindAddons: metadata.common.imdb.com v3.2.7 installed | |
2022-12-20 11:28:02.746 T:7840 info <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed | |
2022-12-20 11:28:02.746 T:7840 info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v1.6.2+matrix.1 installed | |
2022-12-20 11:28:02.746 T:7840 info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org v3.5.14 installed | |
2022-12-20 11:28:02.747 T:7840 info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.6.0 installed | |
2022-12-20 11:28:02.747 T:7840 info <general>: CAddonMgr::FindAddons: plugin.video.uzg v3.6.3 installed | |
2022-12-20 11:28:02.747 T:7840 info <general>: CAddonMgr::FindAddons: plugin.video.youtube v6.8.20+matrix.1 installed | |
2022-12-20 11:28:02.747 T:7840 info <general>: CAddonMgr::FindAddons: repository.skins.pkscout v1.2.0 installed | |
2022-12-20 11:28:02.747 T:7840 info <general>: CAddonMgr::FindAddons: repository.xbmc.org v3.3.1 installed | |
2022-12-20 11:28:02.747 T:7840 info <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed | |
2022-12-20 11:28:02.748 T:7840 info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed | |
2022-12-20 11:28:02.748 T:7840 info <general>: CAddonMgr::FindAddons: script.common.plugin.cache v2.6.3+matrix.1 installed | |
2022-12-20 11:28:02.748 T:7840 info <general>: CAddonMgr::FindAddons: script.module.certifi v2022.5.18+matrix.1 installed | |
2022-12-20 11:28:02.748 T:7840 info <general>: CAddonMgr::FindAddons: script.module.chardet v4.0.0+matrix.1 installed | |
2022-12-20 11:28:02.748 T:7840 info <general>: CAddonMgr::FindAddons: script.module.idna v3.3.0+matrix.1 installed | |
2022-12-20 11:28:02.749 T:7840 info <general>: CAddonMgr::FindAddons: script.module.inputstreamhelper v0.5.10+matrix.1 installed | |
2022-12-20 11:28:02.749 T:7840 info <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed | |
2022-12-20 11:28:02.749 T:7840 info <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed | |
2022-12-20 11:28:02.749 T:7840 info <general>: CAddonMgr::FindAddons: script.module.pyscrypt v1.6.2+matrix.1 installed | |
2022-12-20 11:28:02.750 T:7840 info <general>: CAddonMgr::FindAddons: script.module.requests v2.27.1+matrix.1 installed | |
2022-12-20 11:28:02.750 T:7840 info <general>: CAddonMgr::FindAddons: script.module.six v1.15.0+matrix.1 installed | |
2022-12-20 11:28:02.750 T:7840 info <general>: CAddonMgr::FindAddons: script.module.urllib3 v1.26.9+matrix.1 installed | |
2022-12-20 11:28:02.750 T:7840 info <general>: CAddonMgr::FindAddons: service.subtitles.opensubtitles v5.1.4 installed | |
2022-12-20 11:28:02.750 T:7840 info <general>: CAddonMgr::FindAddons: skin.estuary v3.0.10 installed | |
2022-12-20 11:28:02.751 T:7840 info <general>: CAddonMgr::FindAddons: skin.estuary.nexus.pkscout.mod v1.3.1 installed | |
2022-12-20 11:28:02.751 T:7840 info <general>: CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed | |
2022-12-20 11:28:02.751 T:7840 info <general>: CAddonMgr::FindAddons: xbmc.addon v19.90.901 installed | |
2022-12-20 11:28:02.751 T:7840 info <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed | |
2022-12-20 11:28:02.751 T:7840 info <general>: CAddonMgr::FindAddons: xbmc.gui v5.16.0 installed | |
2022-12-20 11:28:02.752 T:7840 info <general>: CAddonMgr::FindAddons: xbmc.json v12.10.2 installed | |
2022-12-20 11:28:02.752 T:7840 info <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed | |
2022-12-20 11:28:02.752 T:7840 info <general>: CAddonMgr::FindAddons: xbmc.python v3.0.1 installed | |
2022-12-20 11:28:02.752 T:7840 info <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed | |
2022-12-20 11:28:02.758 T:7840 info <general>: Selected Logind/UPower as PowerSyscall | |
2022-12-20 11:28:02.758 T:7840 error <general>: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name is not activatable | |
2022-12-20 11:28:02.758 T:7840 info <general>: LogindUPowerSyscall - UPower not found, battery information will not be available | |
2022-12-20 11:28:02.768 T:7840 error <general>: DBus error: org.freedesktop.DBus.Error.AccessDenied - Permission denied | |
2022-12-20 11:28:02.781 T:7840 info <general>: Skipped 2 duplicate messages.. | |
2022-12-20 11:28:02.781 T:7840 warning <general>: LogindUPowerSyscall - failed to inhibit sleep delay lock | |
2022-12-20 11:28:02.792 T:7840 info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts... | |
2022-12-20 11:28:03.018 T:7840 info <general>: RetroPlayer[RENDER]: Registering renderer factory for DMA | |
2022-12-20 11:28:03.018 T:7840 info <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES | |
2022-12-20 11:28:03.045 T:7840 info <general>: CDRMUtils::FindConnector - using connector: HDMI-A-1 | |
2022-12-20 11:28:03.076 T:7840 info <general>: Skipped 1 duplicate messages.. | |
2022-12-20 11:28:03.076 T:7840 info <general>: CDRMUtils::FindEncoder - using encoder: 31 | |
2022-12-20 11:28:03.076 T:7840 info <general>: CDRMUtils::FindPlanes - using crtc: 89 | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1920x1080 with 1920x1080 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1920x1080 with 1920x1080 @ 59.940063 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1920x1080 with 1920x1080 @ 50.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1680x1050 with 1680x1050 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1600x900 with 1600x900 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1280x1024 with 1280x1024 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1440x900 with 1440x900 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1280x800 with 1280x800 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1280x720 with 1280x720 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1280x720 with 1280x720 @ 59.940063 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1280x720 with 1280x720 @ 50.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 1024x768 with 1024x768 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 800x600 with 800x600 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 720x576 with 720x576 @ 50.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 720x480 with 720x480 @ 59.940063 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 720x480 with 720x480 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 640x480 with 640x480 @ 60.000000 Hz | |
2022-12-20 11:28:03.531 T:7840 info <general>: Skipped 1 duplicate messages.. | |
2022-12-20 11:28:03.531 T:7840 info <general>: Found resolution 720x400 with 720x400 @ 70.000000 Hz | |
2022-12-20 11:28:03.534 T:7840 info <general>: EGL_VERSION = 1.4 | |
2022-12-20 11:28:03.534 T:7840 info <general>: EGL_VENDOR = Mesa Project | |
2022-12-20 11:28:03.534 T:7840 info <general>: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display | |
2022-12-20 11:28:03.534 T:7840 info <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless | |
2022-12-20 11:28:03.538 T:7840 info <general>: CApplication::CreateGUI - using the gbm windowing system | |
2022-12-20 11:28:03.538 T:7840 info <general>: Checking resolution 16 | |
2022-12-20 11:28:03.569 T:7840 info <general>: GL_VENDOR = Broadcom | |
2022-12-20 11:28:03.569 T:7840 info <general>: GL_RENDERER = VC4 V3D 2.1 | |
2022-12-20 11:28:03.569 T:7840 info <general>: GL_VERSION = OpenGL ES 2.0 Mesa 22.3.1 | |
2022-12-20 11:28:03.569 T:7840 info <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.0.16 | |
2022-12-20 11:28:03.569 T:7840 info <general>: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_stencil8 GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_NV_pack_subimage GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_NV_pixel_buffer_object GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_debug_label GL_EXT_separate_shader_objects GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_draw_elements_base_vertex GL_EXT_texture_border_clamp GL_KHR_context_flush_control GL_OES_draw_elements_base_vertex GL_OES_texture_border_clamp GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_EXT_texture_compression_s3tc_srgb GL_KHR_parallel_shader_compile GL_MESA_tile_raster_order GL_MESA_bgra | |
2022-12-20 11:28:03.734 T:7840 info <general>: GLES: Maximum texture width: 2048 | |
2022-12-20 11:28:03.734 T:7840 info <general>: load keymapping | |
2022-12-20 11:28:03.739 T:7840 info <general>: Loading special://xbmc/system/keymaps/appcommand.xml | |
2022-12-20 11:28:03.741 T:7840 info <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml | |
2022-12-20 11:28:03.744 T:7840 info <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml | |
2022-12-20 11:28:03.749 T:7840 info <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml | |
2022-12-20 11:28:03.751 T:7840 info <general>: Loading special://xbmc/system/keymaps/gamepad.xml | |
2022-12-20 11:28:03.756 T:7840 info <general>: Loading special://xbmc/system/keymaps/joystick.xml | |
2022-12-20 11:28:03.760 T:7840 info <general>: Loading special://xbmc/system/keymaps/keyboard.xml | |
2022-12-20 11:28:03.771 T:7840 info <general>: Loading special://xbmc/system/keymaps/mouse.xml | |
2022-12-20 11:28:03.773 T:7840 info <general>: Loading special://xbmc/system/keymaps/remote.xml | |
2022-12-20 11:28:03.780 T:7840 info <general>: Loading special://xbmc/system/keymaps/touchscreen.xml | |
2022-12-20 11:28:03.785 T:7840 info <general>: Loading special://masterprofile/keymaps/jump.xml | |
2022-12-20 11:28:03.787 T:7840 info <general>: Loading special://profile/keymaps/jump.xml | |
2022-12-20 11:28:03.787 T:7840 info <general>: GUI format 1920x1080, Display 1920x1080 @ 60.000000 Hz | |
2022-12-20 11:28:03.792 T:7860 warning <general>: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail | |
2022-12-20 11:28:03.793 T:7860 info <general>: Found 1 Lists of Devices | |
2022-12-20 11:28:03.793 T:7860 info <general>: Enumerated PULSE devices: | |
2022-12-20 11:28:03.793 T:7860 info <general>: Device 1 | |
2022-12-20 11:28:03.793 T:7860 info <general>: m_deviceName : Default | |
2022-12-20 11:28:03.793 T:7860 info <general>: m_displayName : Default | |
2022-12-20 11:28:03.793 T:7860 info <general>: m_displayNameExtra: Default Output Device (PULSEAUDIO) | |
2022-12-20 11:28:03.793 T:7860 info <general>: m_deviceType : AE_DEVTYPE_PCM | |
2022-12-20 11:28:03.793 T:7860 info <general>: m_channels : FL, FR | |
2022-12-20 11:28:03.793 T:7860 info <general>: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000 | |
2022-12-20 11:28:03.793 T:7860 info <general>: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT | |
2022-12-20 11:28:03.793 T:7860 info <general>: m_streamTypes : No passthrough capabilities | |
2022-12-20 11:28:03.793 T:7860 info <general>: Device 2 | |
2022-12-20 11:28:03.794 T:7860 info <general>: m_deviceName : alsa_output.platform-bcm2835_audio.stereo-fallback | |
2022-12-20 11:28:03.794 T:7860 info <general>: m_displayName : Built-in Audio Stereo | |
2022-12-20 11:28:03.794 T:7860 info <general>: m_displayNameExtra: Headphones (PULSEAUDIO) | |
2022-12-20 11:28:03.794 T:7860 info <general>: m_deviceType : AE_DEVTYPE_PCM | |
2022-12-20 11:28:03.794 T:7860 info <general>: m_channels : FL, FR | |
2022-12-20 11:28:03.794 T:7860 info <general>: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000 | |
2022-12-20 11:28:03.794 T:7860 info <general>: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT | |
2022-12-20 11:28:03.794 T:7860 info <general>: m_streamTypes : No passthrough capabilities | |
2022-12-20 11:28:03.794 T:7861 info <general>: CActiveAESink::OpenSink - initialize sink | |
2022-12-20 11:28:03.799 T:7861 info <general>: PulseAudio: Opened device Default in pcm mode with Buffersize 200 ms Periodsize 50 ms | |
2022-12-20 11:28:03.802 T:7840 info <general>: CLangInfo: loading resource.language.en_gb language information... | |
2022-12-20 11:28:03.807 T:7840 info <general>: global locale set to en_US.UTF-8 | |
2022-12-20 11:28:03.808 T:7840 info <general>: CLangInfo: loading resource.language.en_gb language strings... | |
2022-12-20 11:28:03.888 T:7864 info <general>: Running database version Addons33 | |
2022-12-20 11:28:03.893 T:7864 info <general>: Running database version ViewModes6 | |
2022-12-20 11:28:03.894 T:7864 info <general>: Running database version Textures13 | |
2022-12-20 11:28:03.908 T:7864 info <general>: Running database version MyMusic82 | |
2022-12-20 11:28:03.916 T:7864 info <general>: Running database version MyVideos121 | |
2022-12-20 11:28:03.920 T:7864 info <general>: Running database version TV40 | |
2022-12-20 11:28:03.924 T:7864 info <general>: Running database version Epg16 | |
2022-12-20 11:28:03.969 T:7840 info <general>: Unloaded skin | |
2022-12-20 11:28:03.972 T:7840 info <general>: load skin from: /usr/share/kodi/addons/skin.estuary/ (version: 3.0.10) | |
2022-12-20 11:28:03.972 T:7840 info <general>: load fonts for skin... | |
2022-12-20 11:28:03.977 T:7840 info <general>: Loading skin includes from /usr/share/kodi/addons/skin.estuary/xml/Includes.xml | |
2022-12-20 11:28:04.124 T:7840 info <general>: LoadFonts: Loading fonts from '/usr/share/kodi/addons/skin.estuary/xml/Font.xml' | |
2022-12-20 11:28:04.157 T:7840 info <general>: LoadTimers: Trying to load skin timers from /usr/share/kodi/addons/skin.estuary/xml/Timers.xml | |
2022-12-20 11:28:04.159 T:7840 info <general>: load new skin... | |
2022-12-20 11:28:04.159 T:7840 info <general>: Loading custom window XMLs from skin path /usr/share/kodi/addons/skin.estuary/xml | |
2022-12-20 11:28:04.187 T:7840 info <general>: initialize new skin... | |
2022-12-20 11:28:04.187 T:7840 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT | |
2022-12-20 11:28:04.190 T:7840 info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT | |
2022-12-20 11:28:04.193 T:7840 info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT | |
2022-12-20 11:28:04.235 T:7840 info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT | |
2022-12-20 11:28:04.240 T:7840 info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT | |
2022-12-20 11:28:04.245 T:7840 info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT | |
2022-12-20 11:28:04.247 T:7840 info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT | |
2022-12-20 11:28:04.250 T:7840 info <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT | |
2022-12-20 11:28:04.274 T:7840 info <general>: skin loaded... | |
2022-12-20 11:28:04.274 T:7840 info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME | |
2022-12-20 11:28:04.276 T:7840 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY | |
2022-12-20 11:28:04.547 T:7840 warning <general>: JSONRPC: Could not parse type "Setting.Details.SettingList" | |
2022-12-20 11:28:04.547 T:7840 info <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting") | |
2022-12-20 11:28:04.548 T:7840 info <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting | |
2022-12-20 11:28:04.608 T:7840 info <general>: JSONRPC v12.10.2: Successfully initialized | |
2022-12-20 11:28:04.615 T:7840 info <general>: Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000) | |
2022-12-20 11:28:04.615 T:7840 info <general>: Register - new mouse device registered on application->mouse: Mouse (0000:0000) | |
2022-12-20 11:28:04.616 T:7840 info <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml. | |
2022-12-20 11:28:04.618 T:7840 info <general>: Loaded playercorefactory configuration | |
2022-12-20 11:28:04.618 T:7840 info <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml. | |
2022-12-20 11:28:04.618 T:7840 info <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping. | |
2022-12-20 11:28:04.618 T:7840 info <general>: removing tempfiles | |
2022-12-20 11:28:04.631 T:7840 info <general>: initialize done | |
2022-12-20 11:28:04.631 T:7840 info <general>: Running the application... | |
2022-12-20 11:28:04.635 T:7872 info <general>: ES: Starting UDP Event server on port 9777 | |
2022-12-20 11:28:04.646 T:7872 info <general>: UDP: Listening on port 9777 (ipv6 : false) | |
2022-12-20 11:28:04.666 T:7840 info <general>: JSONRPC Server: Successfully initialized | |
2022-12-20 11:28:04.679 T:7840 info <CWebserver[8080]>: Started | |
2022-12-20 11:28:10.248 T:7876 info <general>: JSONRPC Server: New connection added | |
2022-12-20 11:28:23.058 T:7840 info <general>: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY | |
2022-12-20 11:28:24.385 T:7840 info <general>: VideoPlayer::OpenFile: /home/alarm/macSD/pimovies/All Quiet On The Western Front (2022) [1080p] [WEBRip] [5.1] [YTS.MX]/All.Quiet.On.The.Western.Front.2022.1080p.WEBRip.x264.AAC5.1-[YTS.MX].mp4 | |
2022-12-20 11:28:24.389 T:7893 info <general>: Creating InputStream | |
2022-12-20 11:28:24.416 T:7893 info <general>: ScanPathsForAssociatedItems: found associated file /home/alarm/macSD/pimovies/All Quiet On The Western Front (2022) [1080p] [WEBRip] [5.1] [YTS.MX]/All.Quiet.On.The.Western.Front.2022.1080p.WEBRip.x264.AAC5.1-[YTS.MX].srt | |
2022-12-20 11:28:24.421 T:7893 info <general>: Creating Demuxer | |
2022-12-20 11:28:25.457 T:7893 info <general>: Opening stream: 0 source: 256 | |
2022-12-20 11:28:25.457 T:7893 info <general>: Creating video codec with codec id: 27 | |
2022-12-20 11:28:25.457 T:7893 info <general>: CDVDVideoCodecDRMPRIME::Open - using decoder V4L2 mem2mem H.264 decoder wrapper | |
2022-12-20 11:28:25.515 T:7893 info <general>: Creating video thread | |
2022-12-20 11:28:25.515 T:7899 info <general>: running thread: video_thread | |
2022-12-20 11:28:25.516 T:7893 info <general>: Opening stream: 1 source: 256 | |
2022-12-20 11:28:25.516 T:7893 info <general>: Finding audio codec for: 86018 | |
2022-12-20 11:28:25.523 T:7893 info <general>: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac | |
2022-12-20 11:28:25.523 T:7893 info <general>: Creating audio thread | |
2022-12-20 11:28:25.523 T:7900 info <general>: running thread: CVideoPlayerAudio::Process() | |
2022-12-20 11:28:25.523 T:7893 info <general>: Opening stream: 0 source: 1024 | |
2022-12-20 11:28:25.524 T:7893 info <general>: CDVDSubtitlesLibass: Using libass version 1700000 | |
2022-12-20 11:28:25.524 T:7893 info <general>: CDVDSubtitlesLibass: Creating ASS library structure | |
2022-12-20 11:28:25.524 T:7893 info <general>: CDVDSubtitlesLibass: Initializing ASS Renderer | |
2022-12-20 11:28:25.525 T:7893 info <general>: CDVDSubtitlesLibass: Initializing ASS library font settings | |
2022-12-20 11:28:25.527 T:7893 error <general>: GetDirectory - Error getting /home/alarm/.kodi/temp/fonts/ | |
2022-12-20 11:28:25.527 T:7893 error <general>: GetDirectory - Error getting special://temp/fonts/ | |
2022-12-20 11:28:25.666 T:7893 info <general>: CDVDSubtitlesLibass: Creating new ASS track | |
2022-12-20 11:28:25.722 T:7900 info <general>: Creating audio stream (codec id: 86018, channels: 6, sample rate: 48000, no pass-through) | |
2022-12-20 11:28:25.782 T:7861 info <general>: CActiveAESink::OpenSink - initialize sink | |
2022-12-20 11:28:26.206 T:7861 info <general>: PulseAudio: Opened device Default in pcm mode with Buffersize 200 ms Periodsize 50 ms | |
2022-12-20 11:28:26.243 T:7840 info <general>: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY | |
2022-12-20 11:28:29.423 T:7840 info <general>: Loading skin file: VideoOSD.xml, load type: KEEP_IN_MEMORY | |
2022-12-20 11:28:32.906 T:7899 warning <general>: OutputPicture - timeout waiting for buffer | |
2022-12-20 11:28:40.906 T:7840 info <general>: Quitting due to POSIX signal | |
2022-12-20 11:28:40.922 T:7840 info <general>: Stopping the application... | |
2022-12-20 11:28:40.923 T:7840 info <general>: Stopping player | |
2022-12-20 11:28:40.923 T:7840 info <general>: CVideoPlayer::CloseFile() | |
2022-12-20 11:28:40.923 T:7840 info <general>: VideoPlayer: waiting for threads to exit | |
2022-12-20 11:28:40.930 T:7893 info <general>: CVideoPlayer::OnExit() | |
2022-12-20 11:28:40.930 T:7893 info <general>: Closing stream player 1 | |
2022-12-20 11:28:40.930 T:7893 info <general>: Waiting for audio thread to exit | |
2022-12-20 11:28:40.930 T:7900 info <general>: thread end: CVideoPlayerAudio::OnExit() | |
2022-12-20 11:28:40.930 T:7893 info <general>: Closing audio device | |
2022-12-20 11:28:40.961 T:7893 info <general>: Deleting audio codec | |
2022-12-20 11:28:40.962 T:7893 info <general>: Closing stream player 2 | |
2022-12-20 11:28:40.963 T:7893 info <general>: waiting for video thread to exit | |
2022-12-20 11:28:41.008 T:7861 info <general>: CActiveAESink::OpenSink - initialize sink | |
2022-12-20 11:28:41.008 T:7899 info <general>: thread end: video_thread | |
2022-12-20 11:28:41.009 T:7893 info <general>: deleting video codec | |
2022-12-20 11:28:41.020 T:7893 info <general>: Closing stream player 3 | |
2022-12-20 11:28:41.073 T:7840 info <general>: VideoPlayer: finished waiting | |
2022-12-20 11:28:41.073 T:7840 info <general>: CVideoPlayer::CloseFile() | |
2022-12-20 11:28:41.073 T:7840 info <general>: VideoPlayer: waiting for threads to exit | |
2022-12-20 11:28:41.074 T:7840 info <general>: VideoPlayer: finished waiting | |
2022-12-20 11:28:41.087 T:7840 info <general>: Storing total System Uptime | |
2022-12-20 11:28:41.087 T:7840 info <general>: Saving settings | |
2022-12-20 11:28:41.106 T:7840 info <general>: Saving skin settings | |
2022-12-20 11:28:41.109 T:7840 info <general>: Stopping all | |
2022-12-20 11:28:41.110 T:7840 info <general>: ES: Stopping event server | |
2022-12-20 11:28:41.112 T:7840 info <CWebserver[8080]>: Stopped | |
2022-12-20 11:28:41.373 T:7861 info <general>: PulseAudio: Opened device Default in pcm mode with Buffersize 200 ms Periodsize 50 ms | |
2022-12-20 11:28:41.684 T:7872 info <general>: ES: UDP Event server stopped | |
2022-12-20 11:28:43.085 T:7840 info <general>: Application stopped | |
2022-12-20 11:28:43.331 T:7840 info <general>: unload skin | |
2022-12-20 11:28:43.377 T:7840 warning <general>: Cleanup: Having to cleanup texture lists/focus.png | |
2022-12-20 11:28:43.406 T:7840 info <general>: Unloaded skin | |
2022-12-20 11:28:43.427 T:7840 info <general>: unload sections | |
2022-12-20 11:28:43.520 T:7840 info <general>: Exiting the application... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment