Advertisement
Guest User

Untitled

a guest
Apr 15th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.99 KB | None | 0 0
  1. ################################################################################
  2. # ... output of cat /storage/.xbmc/temp/xbmc.log
  3. # OpenELEC release: Generic.i386-1.95.1
  4. #
  5. ################################################################################
  6. 21:27:56 T:3016951552 NOTICE: -----------------------------------------------------------------------
  7. 21:27:56 T:3016951552 NOTICE: Starting XBMC (11.0 Git:a76f5d4), Platform: Linux (OpenELEC_PVR - Version: 1.95.1, 3.2.14 i686). Built on Apr 7 2012
  8. 21:27:56 T:3016951552 NOTICE: special://xbmc/ is mapped to: /usr/share/xbmc
  9. 21:27:56 T:3016951552 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/xbmc
  10. 21:27:56 T:3016951552 NOTICE: special://masterprofile/ is mapped to: /storage/.xbmc/userdata
  11. 21:27:56 T:3016951552 NOTICE: special://home/ is mapped to: /storage/.xbmc
  12. 21:27:56 T:3016951552 NOTICE: special://temp/ is mapped to: /storage/.xbmc/temp
  13. 21:27:56 T:3016951552 NOTICE: The executable running is: /usr/lib/xbmc/xbmc.bin
  14. 21:27:56 T:3016951552 NOTICE: Local hostname: amelia
  15. 21:27:56 T:3016951552 NOTICE: Log File is located: /storage/.xbmc/temp/xbmc.log
  16. 21:27:56 T:3016951552 NOTICE: -----------------------------------------------------------------------
  17. 21:27:57 T:3016951552 NOTICE: Setup SDL
  18. 21:27:58 T:3016951552 NOTICE: load settings...
  19. 21:27:58 T:3016951552 NOTICE: special://profile/ is mapped to: special://masterprofile/
  20. 21:27:58 T:3016951552 NOTICE: loading special://masterprofile/guisettings.xml
  21. 21:27:58 T:3016951552 NOTICE: Getting hardware information now...
  22. 21:27:58 T:3016951552 NOTICE: Checking resolution 12
  23. 21:27:58 T:3016951552 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
  24. 21:27:58 T:3016951552 NOTICE: Loaded playercorefactory configuration
  25. 21:27:58 T:3016951552 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
  26. 21:27:58 T:3016951552 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
  27. 21:27:58 T:3016951552 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
  28. 21:27:58 T:3016951552 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
  29. <?xml version="1.0" encoding="UTF-8" ?>
  30. <advancedsettings>
  31. <splash>false</splash>
  32. <showexitbutton>false</showexitbutton>
  33. <cputempcommand>cputemp</cputempcommand>
  34. <gputempcommand>gputemp</gputempcommand>
  35. <samba>
  36. <clienttimeout>30</clienttimeout>
  37. </samba>
  38. </advancedsettings>
  39. 21:27:58 T:3016951552 NOTICE: Getting hardware information now...
  40. 21:27:58 T:3016951552 NOTICE: Checking resolution 12
  41. 21:27:58 T:3016951552 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
  42. 21:27:58 T:3016951552 NOTICE: Contents of special://profile/advancedsettings.xml are...
  43. <advancedsettings>
  44. <latency>
  45. <delay>0</delay>
  46. </latency>
  47. <gui>
  48. <algorithmdirtyregions>1</algorithmdirtyregions>
  49. <visualizedirtyregions>false</visualizedirtyregions>
  50. <nofliptimeout>0</nofliptimeout>
  51. </gui>
  52. <network>
  53. <!--<cachemembuffersize>5242880</cachemembuffersize>-->
  54. </network>
  55. <!--<remotedelay>20</remotedelay>-->
  56. <!--<remoterepeat>800</remoterepeat>-->
  57. <virtualshares>false</virtualshares>
  58. <rootovershoot>false</rootovershoot>
  59. <useddsfanart>true</useddsfanart>
  60. <cputempcommand>~/addons/cputemp</cputempcommand>
  61. <gputempcommand>~/addons/gputemp</gputempcommand>
  62. <!--<cputempcommand>cputemp</cputempcommand>-->
  63. <!--<gputempcommand>gputemp</gputempcommand>-->
  64. <samba>
  65. <clienttimeout>5</clienttimeout>
  66. </samba>
  67. <adjustrefreshrate>
  68. <!-- "Adjust refreshrate to match video fps" will try to select the best refreshrate for the video fps -->
  69. <!-- but it doesn't always get it right, for example it might switch to an unsupported refreshrate. -->
  70. <!-- You can add overrides here to switch to a certain refreshrate based on video fps -->
  71. <!-- It's possible to add as many overrides as you need. -->
  72. <!-- Overrides are processed in order, if the first one doesn't match the fps or no refreshrates match -->
  73. <!-- that override, it will try the next one until no overrides are left -->
  74. <override>
  75. <fpsmin>23.9</fpsmin>
  76. <!-- You can also specify the fps range yourself -->
  77. <fpsmax>24.1</fpsmax>
  78. <refreshmin>59.0</refreshmin>
  79. <!-- Same for the refreshrate -->
  80. <refreshmax>61.0</refreshmax>
  81. </override>
  82. <!-- It none of the overrides match, or none of the refreshrates match any of the fps matching overrides, -->
  83. <!-- it will choose a fallback refreshrate. Fallbacks are process in order, if the first fallback doesn't match -->
  84. <!-- any refreshrate, it will try the next one until no fallbacks are left -->
  85. <fallback>
  86. <refresh>60.0</refresh>
  87. <!-- switch to the first found refreshrate that is between 49.99 and 50.01. -->
  88. </fallback>
  89. <!-- If none of the overrides match the video fps, or no refreshrates match any of the fps matching overrides, -->
  90. <!-- and no fallbacks are specified or no refreshrates match any fallbacks, -->
  91. <!-- it will automatically choose the best refreshrate (same as having no overrides and fallbacks). -->
  92. </adjustrefreshrate>
  93. </advancedsettings>
  94. 21:27:58 T:3016951552 NOTICE: Getting hardware information now...
  95. 21:27:58 T:3016951552 NOTICE: Checking resolution 12
  96. 21:27:58 T:3016951552 NOTICE: Default DVD Player: dvdplayer
  97. 21:27:58 T:3016951552 NOTICE: Default Video Player: dvdplayer
  98. 21:27:58 T:3016951552 NOTICE: Default Audio Player: paplayer
  99. 21:27:58 T:3016951552 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  100. 21:27:58 T:3016951552 NOTICE: Log level changed to 0
  101. 21:27:58 T:3016951552 NOTICE: Loading media sources from special://masterprofile/sources.xml
  102. 21:27:58 T:3016084288 NOTICE: Thread XBMC Peripherals start, auto delete: false
  103. 21:27:59 T:3016951552 NOTICE: Using visual 0x42
  104. 21:27:59 T:3016951552 NOTICE: GL_VENDOR = NVIDIA Corporation
  105. 21:27:59 T:3016951552 NOTICE: GL_RENDERER = GeForce 210/PCIe/SSE2
  106. 21:27:59 T:3016951552 NOTICE: GL_VERSION = 3.3.0 NVIDIA 295.33
  107. 21:27:59 T:3016951552 NOTICE: GL_SHADING_LANGUAGE_VERSION = 3.30 NVIDIA via Cg compiler
  108. 21:27:59 T:3016951552 NOTICE: GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 1048576
  109. 21:27:59 T:3016951552 NOTICE: GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 524288
  110. 21:27:59 T:3016951552 NOTICE: GL_EXTENSIONS = GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback_instanced GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_texture_type_2_10_10_10_REV GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_x11_sync_object GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_alpha_test GL_NV_blend_minmax GL_NV_blend_square GL_NV_complex_primitives GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_explicit_multisample GL_NV_fbo_color_attachments GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragdepth GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_gpu_program4_1 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_shader_buffer_load GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_lod_clamp GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_vdpau_interop GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_vertex_half_float GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum
  111.  
  112. ...
  113.  
  114. 09:50:00 T:3016951552 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  115. 09:50:00 T:3016951552 INFO: Loading skin file: MyVideoNav.xml
  116. 09:50:00 T:3016951552 DEBUG: CGUIMediaWindow::GetDirectory (smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/)
  117. 09:50:00 T:3016951552 DEBUG: ParentPath = [smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/]
  118. 09:50:00 T:3016951552 DEBUG: OpenDir - Using authentication url smb://.../Shared/HTPC/Anime/%7eCurrent/Acchi%20Kocchi
  119. 09:50:00 T:3016951552 DEBUG: RunQuery took 0 ms for 2 items query: select strFilename,playCount from files where idPath=255
  120. 09:50:00 T:2762992448 NOTICE: Thread Background Loader start, auto delete: false
  121. 09:50:00 T:2762992448 DEBUG: Thread Background Loader 2762992448 terminating
  122. 09:50:01 T:3016951552 DEBUG: LIRC: Update - NEW at 49059589:160 0 KEY_OK_UP devinput (KEY_OK_UP)
  123. 09:50:02 T:3016951552 DEBUG: LIRC: Update - NEW at 49060555:160 0 KEY_OK devinput (KEY_OK)
  124. 09:50:02 T:3016951552 DEBUG: OnKey: 11 (0b) pressed, action is Select
  125. 09:50:02 T:3016951552 INFO: Loading skin file: DialogContextMenu.xml
  126. 09:50:02 T:3016951552 DEBUG: ------ Window Init (DialogContextMenu.xml) ------
  127. 09:50:02 T:3016951552 DEBUG: LIRC: Update - NEW at 49060938:160 0 KEY_OK_UP devinput (KEY_OK_UP)
  128. 09:50:03 T:3016951552 INFO: CheckIdle - Closing session to http://addons.openelec.tv (easy=0xa7c1e770, multi=0xaafb6a30)
  129. 09:50:05 T:3016951552 DEBUG: LIRC: Update - NEW at 49063622:160 0 KEY_OK devinput (KEY_OK)
  130. 09:50:05 T:3016951552 DEBUG: OnKey: 11 (0b) pressed, action is Select
  131. 09:50:05 T:3016951552 DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------
  132. 09:50:05 T:3016951552 DEBUG: OnPlayMedia smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv
  133. 09:50:05 T:3016951552 DEBUG: CPlayerCoreFactory::GetPlayers(smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv)
  134. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  135. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  136. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
  137. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
  138. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  139. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  140. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  141. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  142. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
  143. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  144. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  145. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  146. 09:50:05 T:3016951552 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
  147. 09:50:05 T:3016951552 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  148. 09:50:05 T:3016951552 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
  149. 09:50:05 T:3016951552 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  150. 09:50:05 T:3016951552 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  151. 09:50:05 T:3016951552 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
  152. 09:50:05 T:3016951552 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  153. 09:50:05 T:3016951552 NOTICE: DVDPlayer: Opening: smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv
  154. 09:50:05 T:3016951552 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  155. 09:50:05 T:3016951552 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
  156. 09:50:05 T:2762992448 NOTICE: Thread CDVDPlayer start, auto delete: false
  157. 09:50:05 T:2762992448 NOTICE: Creating InputStream
  158. 09:50:05 T:2762992448 DEBUG: CFileSMB::Open - opened Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv, fd=10000
  159. 09:50:05 T:2762992448 DEBUG: ScanForExternalSubtitles: Searching for subtitles...
  160. 09:50:05 T:2762992448 DEBUG: OpenDir - Using authentication url smb://.../Shared/HTPC/Anime/%7eCurrent/Acchi%20Kocchi
  161. 09:50:05 T:2762992448 DEBUG: ScanForExternalSubtitles: END (total time: 16 ms)
  162. 09:50:05 T:2762992448 NOTICE: Creating Demuxer
  163. 09:50:05 T:2762992448 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcore-0-i486-linux.so)
  164. 09:50:05 T:2762992448 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avcore-0-i486-linux.so
  165. 09:50:05 T:2762992448 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcodec-52-i486-linux.so)
  166. 09:50:05 T:2762992448 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avcodec-52-i486-linux.so
  167. 09:50:05 T:2762992448 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avformat-52-i486-linux.so)
  168. 09:50:05 T:2762992448 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avformat-52-i486-linux.so
  169. 09:50:05 T:2762992448 DEBUG: Open - probing detected format [matroska,webm]
  170. 09:50:05 T:3016951552 DEBUG: ------ Window Init (DialogBusy.xml) ------
  171. 09:50:05 T:3016951552 DEBUG: LIRC: Update - NEW at 49064010:160 0 KEY_OK_UP devinput (KEY_OK_UP)
  172. 09:50:05 T:2762992448 DEBUG: Open - av_find_stream_info starting
  173. 09:50:05 T:3016951552 INFO: CheckIdle - Closing session to http://mirrors.xbmc.org (easy=0xaae9d700, multi=0xa6973080)
  174. 09:50:05 T:2762992448 DEBUG: Open - av_find_stream_info finished
  175. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Input #0, matroska,webm, from 'smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv':
  176. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Duration: 00:24:10.89, start: 0.000000, bitrate: 1761 kb/s
  177. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Chapter #0.0: start 0.000000, end 14.932000
  178. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  179. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: title : Intro
  180. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Chapter #0.1: start 14.973000, end 104.771000
  181. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  182. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: title : OP
  183. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Chapter #0.2: start 104.813000, end 654.737000
  184. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  185. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: title : Part A
  186. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Chapter #0.3: start 654.779000, end 1329.745000
  187. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  188. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: title : Part B
  189. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Chapter #0.4: start 1329.787000, end 1419.710000
  190. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  191. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: title : ED
  192. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Chapter #0.5: start 1419.752000, end 1449.490000
  193. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  194. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: title : Preview
  195. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.0(jpn): Video: h264 (High), yuv420p, 1280x720, PAR 1:1 DAR 16:9, 23.98 fps, 24 tbr, 1k tbn, 47.95 tbc
  196. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  197. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: title : 8bit H.264 - 720p
  198. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.1(jpn): Audio: aac, 48000 Hz, stereo, s16
  199. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  200. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: title : 2.0 AAC
  201. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.2(eng): Subtitle: ass
  202. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.3: Attachment: [0][0][0][0] / 0x0000
  203. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  204. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : AdobeGothicStd-Bold.otf
  205. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.4: Attachment: [0][0][0][0] / 0x0000
  206. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  207. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : AVERIASANS-REGULAR.TTF
  208. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.5: Attachment: [0][0][0][0] / 0x0000
  209. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  210. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : BADABB_.TTF
  211. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.6: Attachment: [0][0][0][0] / 0x0000
  212. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  213. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : BellGothicStd-Black.otf
  214. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.7: Attachment: [0][0][0][0] / 0x0000
  215. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  216. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : BellGothicStd-Black_0.otf
  217. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.8: Attachment: [0][0][0][0] / 0x0000
  218. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  219. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : BETHSL.TTF
  220. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.9: Attachment: [0][0][0][0] / 0x0000
  221. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  222. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : BETHSL_.TTF
  223. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.10: Attachment: [0][0][0][0] / 0x0000
  224. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  225. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : Big-Sky-ttnorm-Regular.ttf
  226. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.11: Attachment: [0][0][0][0] / 0x0000
  227. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  228. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : blemished.ttf
  229. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.12: Attachment: [0][0][0][0] / 0x0000
  230. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  231. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : BLISSPROOT-REGULAR.OTF
  232. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.13: Attachment: [0][0][0][0] / 0x0000
  233. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  234. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : Boopee.TTF
  235. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.14: Attachment: [0][0][0][0] / 0x0000
  236. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  237. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : BRUSHED.TTF
  238. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.15: Attachment: [0][0][0][0] / 0x0000
  239. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  240. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CALIFR.TTF
  241. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.16: Attachment: [0][0][0][0] / 0x0000
  242. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  243. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CAMBRIA.TTC
  244. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.17: Attachment: [0][0][0][0] / 0x0000
  245. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  246. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CAMBRIAB.TTF
  247. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.18: Attachment: [0][0][0][0] / 0x0000
  248. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  249. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CAMBRIAI.TTF
  250. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.19: Attachment: [0][0][0][0] / 0x0000
  251. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  252. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CAMBRIAZ.TTF
  253. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.20: Attachment: [0][0][0][0] / 0x0000
  254. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  255. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : Candara.ttf
  256. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.21: Attachment: [0][0][0][0] / 0x0000
  257. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  258. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CARTOGOTHICSTD-BOOK.OTF
  259. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.22: Attachment: [0][0][0][0] / 0x0000
  260. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  261. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CASUALMARKERMF.TTF
  262. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.23: Attachment: [0][0][0][0] / 0x0000
  263. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  264. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CHINRG_.TTF
  265. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.24: Attachment: [0][0][0][0] / 0x0000
  266. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  267. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CHINT__.TTF
  268. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.25: Attachment: [0][0][0][0] / 0x0000
  269. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  270. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CLUBLAND.TTF
  271. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.26: Attachment: [0][0][0][0] / 0x0000
  272. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  273. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : COMPLETE_IN_HIM.TTF
  274. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.27: Attachment: [0][0][0][0] / 0x0000
  275. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  276. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : coolvetica rg.ttf
  277. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.28: Attachment: [0][0][0][0] / 0x0000
  278. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  279. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : CREEPY_.TTF
  280. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.29: Attachment: [0][0][0][0] / 0x0000
  281. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  282. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : Creepy-Regular.ttf
  283. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.30: Attachment: [0][0][0][0] / 0x0000
  284. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  285. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : FLORA.TTF
  286. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.31: Attachment: [0][0][0][0] / 0x0000
  287. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  288. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : FRANCOBELGE.TTF
  289. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.32: Attachment: [0][0][0][0] / 0x0000
  290. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  291. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : galaxymonkey.ttf
  292. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.33: Attachment: [0][0][0][0] / 0x0000
  293. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  294. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : Harabara.ttf
  295. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.34: Attachment: [0][0][0][0] / 0x0000
  296. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  297. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : HEADACHE-NORMAL.TTF
  298. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.35: Attachment: [0][0][0][0] / 0x0000
  299. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  300. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : IHATCS_.TTF
  301. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.36: Attachment: [0][0][0][0] / 0x0000
  302. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  303. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : INTERNATIONALPLAYBOY.TTF
  304. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.37: Attachment: [0][0][0][0] / 0x0000
  305. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  306. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : JANIHB.TTF
  307. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.38: Attachment: [0][0][0][0] / 0x0000
  308. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  309. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : JAPAB_.TTF
  310. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.39: Attachment: [0][0][0][0] / 0x0000
  311. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  312. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : JohnsHand-Regular.ttf
  313. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.40: Attachment: [0][0][0][0] / 0x0000
  314. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  315. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : JohnsHand-Regular_0.ttf
  316. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.41: Attachment: [0][0][0][0] / 0x0000
  317. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  318. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : KFhimaji_0.otf
  319. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.42: Attachment: [0][0][0][0] / 0x0000
  320. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  321. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : Kick ITC Italic.ttf
  322. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.43: Attachment: [0][0][0][0] / 0x0000
  323. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  324. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : LAURENCB.TTF
  325. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.44: Attachment: [0][0][0][0] / 0x0000
  326. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  327. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : LITHOGRB.TTF
  328. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.45: Attachment: [0][0][0][0] / 0x0000
  329. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  330. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : NOTE THIS.TTF
  331. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.46: Attachment: [0][0][0][0] / 0x0000
  332. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  333. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : PAPEJE.TTF
  334. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.47: Attachment: [0][0][0][0] / 0x0000
  335. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  336. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : SANSATION_BOLD.TTF
  337. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.48: Attachment: [0][0][0][0] / 0x0000
  338. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  339. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : SANSATION_LIGHT.TTF
  340. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.49: Attachment: [0][0][0][0] / 0x0000
  341. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  342. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : SANSATION_REGULAR.TTF
  343. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.50: Attachment: [0][0][0][0] / 0x0000
  344. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  345. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : Tarantel.ttf
  346. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.51: Attachment: [0][0][0][0] / 0x0000
  347. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  348. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : THERIFV2.TTF
  349. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.52: Attachment: [0][0][0][0] / 0x0000
  350. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  351. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : ThrowMyHandsUpintheAir.ttf
  352. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.53: Attachment: [0][0][0][0] / 0x0000
  353. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  354. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : TWINPINE.TTF
  355. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.54: Attachment: [0][0][0][0] / 0x0000
  356. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  357. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : WONDERFULL.TTF
  358. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.55: Attachment: [0][0][0][0] / 0x0000
  359. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  360. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : 70214___.TTF
  361. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.56: Attachment: [0][0][0][0] / 0x0000
  362. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  363. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : 75749___.TTF
  364. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.57: Attachment: [0][0][0][0] / 0x0000
  365. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  366. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : ALLEGRON.TTF
  367. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.58: Attachment: [0][0][0][0] / 0x0000
  368. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  369. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : Antipasto_regular.otf
  370. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.59: Attachment: [0][0][0][0] / 0x0000
  371. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  372. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : ARDESTINE.ttf
  373. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.60: Attachment: [0][0][0][0] / 0x0000
  374. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  375. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : ARSLAN_S_BLOOD.TTF
  376. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.61: Attachment: [0][0][0][0] / 0x0000
  377. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  378. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : ARTIFICESSK.TTF
  379. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.62: Attachment: [0][0][0][0] / 0x0000
  380. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  381. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : AVERIASANS-BOLD.TTF
  382. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.63: Attachment: [0][0][0][0] / 0x0000
  383. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  384. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : AVERIASANS-ITALIC.TTF
  385. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Stream #0.64: Attachment: [0][0][0][0] / 0x0000
  386. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: Metadata:
  387. 09:50:05 T:2762992448 INFO: ffmpeg[A4AFEB40]: filename : AVERIASANS-LIGHT.TTF
  388. 09:50:05 T:2762992448 NOTICE: Opening video stream: 0 source: 256
  389. 09:50:05 T:2762992448 NOTICE: Creating video codec with codec id: 28
  390. 09:50:05 T:2762992448 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:yes OpenMax:no VDPAU:yes VAAPI:yes
  391. 09:50:05 T:2762992448 DEBUG: FactoryCodec - Video: - Opening
  392. 09:50:05 T:2762992448 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avfilter-1-i486-linux.so)
  393. 09:50:05 T:2762992448 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avfilter-1-i486-linux.so
  394. 09:50:05 T:2762992448 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1280x720, 28)
  395. 09:50:05 T:2762992448 NOTICE: vdp_device = 0x00000001 vdp_st = 0x00000000
  396. 09:50:05 T:2762992448 NOTICE: VDPAU Decoder capabilities:
  397. 09:50:05 T:2762992448 NOTICE: name level macbs width height
  398. 09:50:05 T:2762992448 NOTICE: ------------------------------------
  399. 09:50:05 T:2762992448 NOTICE: MPEG1 0 8192 2048 2048
  400. 09:50:05 T:2762992448 NOTICE: MPEG2_SIMPLE 3 8192 2048 2048
  401. 09:50:05 T:2762992448 NOTICE: MPEG2_MAIN 3 8192 2048 2048
  402. 09:50:05 T:2762992448 NOTICE: H264_MAIN 41 8192 2048 2048
  403. 09:50:05 T:2762992448 NOTICE: H264_HIGH 41 8192 2048 2048
  404. 09:50:05 T:2762992448 NOTICE: VC1_SIMPLE 1 8190 2048 2048
  405. 09:50:05 T:2762992448 NOTICE: VC1_MAIN 2 8190 2048 2048
  406. 09:50:05 T:2762992448 NOTICE: VC1_ADVANCED 4 8190 2048 2048
  407. 09:50:05 T:2762992448 NOTICE: MPEG4_PART2_ASP 5 8192 2048 2048
  408. 09:50:05 T:2762992448 NOTICE: ------------------------------------
  409. 09:50:05 T:2762992448 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_NOISE_REDUCTION
  410. 09:50:05 T:2762992448 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_SHARPNESS
  411. 09:50:05 T:2762992448 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL
  412. 09:50:05 T:2762992448 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL_SPATIAL
  413. 09:50:05 T:2762992448 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_INVERSE_TELECINE
  414. 09:50:05 T:2762992448 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L1
  415. 09:50:05 T:2762992448 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
  416. 09:50:05 T:2762992448 DEBUG: FactoryCodec - Video: ff-h264_vdpau-vdpau - Opened
  417. 09:50:05 T:2762992448 NOTICE: Creating video thread
  418. 09:50:05 T:2792356672 NOTICE: Thread CVideoReferenceClock start, auto delete: false
  419. 09:50:05 T:2792356672 DEBUG: CVideoReferenceClock: Setting up GLX
  420. 09:50:05 T:2857134912 NOTICE: Thread CDVDPlayerVideo start, auto delete: false
  421. 09:50:05 T:2857134912 NOTICE: running thread: video_thread
  422. 09:50:05 T:2762992448 NOTICE: Opening audio stream: 1 source: 256
  423. 09:50:05 T:2762992448 NOTICE: Finding audio codec for: 86018
  424. 09:50:05 T:2762992448 DEBUG: FactoryCodec - Audio: PassthroughFFmpeg - Opening
  425. 09:50:05 T:2762992448 ERROR: CDVDAudioCodecPassthroughFFmpeg::Open - FFmpeg SPDIF muxer does not support this codec
  426. 09:50:05 T:2762992448 DEBUG: FactoryCodec - Audio: PassthroughFFmpeg - Failed
  427. 09:50:05 T:2762992448 DEBUG: FactoryCodec - Audio: FFmpeg - Opening
  428. 09:50:05 T:2762992448 DEBUG: FactoryCodec - Audio: FFmpeg - Opened
  429. 09:50:05 T:2762992448 NOTICE: Creating audio thread
  430. 09:50:05 T:2807036736 NOTICE: Thread CDVDPlayerAudio start, auto delete: false
  431. 09:50:05 T:2807036736 NOTICE: running thread: CDVDPlayerAudio::Process()
  432. 09:50:05 T:2762992448 NOTICE: Opening Subtitle stream: 2 source: 256
  433. 09:50:05 T:2762992448 DEBUG: FactoryCodec - Overlay: SSA Subtitle Decoder - Opening
  434. 09:50:05 T:2762992448 DEBUG: SECTION:LoadDLL(libass.so.4)
  435. 09:50:05 T:2762992448 DEBUG: Loading: libass.so.4
  436. 09:50:05 T:2762992448 INFO: CDVDSubtitlesLibass: Creating ASS library structure
  437. 09:50:05 T:2762992448 INFO: CDVDSubtitlesLibass: Initializing ASS library font settings
  438. 09:50:05 T:2762992448 INFO: CDVDSubtitlesLibass: Initializing ASS Renderer
  439. 09:50:06 T:2792356672 DEBUG: CVideoReferenceClock: Detected refreshrate: 60 hertz
  440. 09:50:06 T:2762992448 INFO: CDVDSubtitlesLibass: Creating new ASS track
  441. 09:50:06 T:2762992448 DEBUG: FactoryCodec - Overlay: SSA Subtitle Decoder - Opened
  442. 09:50:06 T:2762992448 DEBUG: ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv
  443. 09:50:06 T:2762992448 DEBUG: Process - Start position set to last stopped position: 1206000
  444. 09:50:06 T:2762992448 DEBUG: SeekTime - seek ended up on time 1213629
  445. 09:50:06 T:2762992448 DEBUG: Process - starting demuxer from: 1206000
  446. 09:50:06 T:2762992448 DEBUG: CDVDPlayer::SetCaching - caching state 3
  447. 09:50:06 T:2857134912 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  448. 09:50:06 T:2807036736 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(1213632000.000000, 0)
  449. 09:50:06 T:2857134912 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(1213629000.000000, 1)
  450. 09:50:06 T:2857134912 INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
  451. 09:50:06 T:2807036736 NOTICE: Creating audio device with codec id: 86018, channels: 2, sample rate: 48000, no pass-through
  452. 09:50:06 T:2807036736 INFO: CPCMRemap: Configured speaker layout: 5.0 (iec958)
  453. 09:50:06 T:2807036736 INFO: CPCMRemap: I channel map: FL,FR
  454. 09:50:06 T:2807036736 INFO: CPCMRemap: O channel map: FL,FR
  455. 09:50:06 T:2807036736 DEBUG: CPCMRemap: Downmix normalization is disabled
  456. 09:50:06 T:2807036736 DEBUG: CPCMRemap: FL = FL(1.000000*)
  457. 09:50:06 T:2807036736 DEBUG: CPCMRemap: FR = FR(1.000000*)
  458. 09:50:06 T:2807036736 DEBUG: RemoveActiveDevice - Removing device 1
  459. 09:50:06 T:2807036736 DEBUG: SetActiveDevice - SetActiveDevice from 0 to 2
  460. 09:50:06 T:2807036736 DEBUG: RemoveActiveDevice - Removing device 0
  461. 09:50:06 T:2807036736 DEBUG: Initialize - using alsa device plug:iec958
  462. 09:50:06 T:2807036736 DEBUG: CALSADirectSound::Initialize - frame count:512, packet count:16, buffer size:8192
  463. 09:50:06 T:2807036736 DEBUG: CALSADirectSound::Initialize - Channels: 2 - SampleRate: 48000 - SampleBit: 16 - Resample false - IsMusic false - IsPassthrough 0 - audioDevice: plug:iec958
  464. 09:50:06 T:2807036736 DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback
  465. 09:50:06 T:2762992448 DEBUG: CDVDPlayer::HandleMessages - player started 1
  466. 09:50:06 T:2857134912 NOTICE: (VDPAU) screenWidth:0 vidWidth:1280 surfaceWidth:1280
  467. 09:50:06 T:2857134912 NOTICE: (VDPAU) screenHeight:0 vidHeight:720 surfaceHeight:720
  468. 09:50:06 T:3016951552 DEBUG: CGUIInfoManager::SetCurrentMovie(smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv)
  469. 09:50:06 T:3016951552 DEBUG: GetMovieId (smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv), query = select idMovie from movie where idFile=1782
  470. 09:50:06 T:3016951552 DEBUG: GetEpisodeId (smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv), query = select idEpisode from episode where idFile=1782
  471. 09:50:06 T:3016951552 DEBUG: GetMusicVideoId (smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv), query = select idMVideo from musicvideo where idFile=1782
  472. 09:50:06 T:3016951552 DEBUG: GetMovieId (smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv), query = select idMovie from movie where idFile=1782
  473. 09:50:06 T:3016951552 DEBUG: GetEpisodeId (smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv), query = select idEpisode from episode where idFile=1782
  474. 09:50:06 T:3016951552 DEBUG: GetMusicVideoId (smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv), query = select idMVideo from musicvideo where idFile=1782
  475. 09:50:06 T:3016951552 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
  476. 09:50:06 T:3016951552 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
  477. 09:50:06 T:2857134912 NOTICE: Creating 1280x720 pixmap
  478. 09:50:06 T:2857134912 DEBUG: Found 4 fbconfigs.
  479. 09:50:06 T:2857134912 DEBUG: Using fbconfig index 0.
  480. 09:50:06 T:2762992448 DEBUG: CDVDPlayer::SetCaching - caching state 0
  481. 09:50:06 T:2807036736 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1213629250.771000, should be:1213632000.000000, error:2749.229000
  482. 09:50:06 T:2857134912 NOTICE: (VDPAU) Total Output Surfaces Available: 4 of a max (tmp: 4 const: 4)
  483. 09:50:06 T:2857134912 NOTICE: (VDPAU) Creating the video mixer
  484. 09:50:06 T:2857134912 NOTICE: fps: 23.976024, pwidth: 1280, pheight: 720, dwidth: 1280, dheight: 720
  485. 09:50:06 T:2857134912 DEBUG: OutputPicture - change configuration. 1280x720. framerate: 23.98. format: VDPAU
  486. 09:50:06 T:3016951552 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  487. 09:50:06 T:2857134912 WARNING: CRenderManager::Configure - timeout waiting for previous frame
  488. 09:50:06 T:2857134912 DEBUG: Resolution default: 1280x720 @ 50.00Hz (14) not a very good match for fps 23.976 (weight: 0.043), trying 2:3 cadence
  489. 09:50:06 T:2857134912 NOTICE: Display resolution ADJUST : 1280x720 @ 60.00 - Full Screen (12) (weight: 0.001)
  490. 09:50:06 T:2857134912 DEBUG: CVideoReferenceClock: Clock speed 100.100000%
  491. 09:50:06 T:3016951552 DEBUG: Activating window ID: 12005
  492. 09:50:06 T:3016951552 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  493. 09:50:06 T:3016951552 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  494. 09:50:06 T:3016951552 INFO: Loading skin file: VideoFullScreen.xml
  495. 09:50:06 T:2807036736 DEBUG: CDVDPlayerAudio:: synctype set to 1: skip/duplicate
  496. 09:50:06 T:3016951552 NOTICE: Using GL_TEXTURE_2D
  497. 09:50:06 T:3016951552 NOTICE: GL: Using VDPAU render method
  498. 09:50:06 T:3016951552 NOTICE: GL: NPOT texture support detected
  499. 09:50:06 T:3016951552 NOTICE: GL: Using GL_ARB_pixel_buffer_object
  500. 09:50:06 T:2762992448 DEBUG: CDVDPlayer::HandleMessages - player started 2
  501. 09:50:07 T:3016951552 DEBUG: LIRC: Update - NEW at 49066058:77 0 KEY_PAUSE devinput (KEY_PAUSE)
  502. 09:50:07 T:3016951552 DEBUG: OnKey: 230 (e6) pressed, action is Pause
  503. 09:50:07 T:3016951552 DEBUG: CAnnouncementManager - Announcement: OnPause from xbmc
  504. 09:50:07 T:3016951552 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPause
  505. 09:50:07 T:3016951552 DEBUG: ------ Window Init (DialogSeekBar.xml) ------
  506. 09:50:07 T:3016951552 DEBUG: LIRC: Update - NEW at 49066440:77 0 KEY_PAUSE_UP devinput (KEY_PAUSE_UP)
  507. 09:50:08 T:3016951552 DEBUG: LIRC: Update - NEW at 49066823:201 0 KEY_NUMERIC_1 devinput (KEY_NUMERIC_1)
  508. 09:50:08 T:3016951552 DEBUG: OnKey: 206 (ce) pressed, action is Number1
  509. 09:50:08 T:3016951552 DEBUG: LIRC: Update - NEW at 49067207:201 0 KEY_NUMERIC_1_UP devinput (KEY_NUMERIC_1_UP)
  510. 09:50:09 T:3016951552 DEBUG: LIRC: Update - NEW at 49068173:209 0 KEY_NUMERIC_9 devinput (KEY_NUMERIC_9)
  511. 09:50:09 T:3016951552 DEBUG: OnKey: 198 (c6) pressed, action is Number9
  512. 09:50:10 T:3016951552 DEBUG: LIRC: Update - NEW at 49068557:209 0 KEY_NUMERIC_9_UP devinput (KEY_NUMERIC_9_UP)
  513. 09:50:10 T:3016951552 DEBUG: LIRC: Update - NEW at 49068707:205 0 KEY_NUMERIC_5 devinput (KEY_NUMERIC_5)
  514. 09:50:10 T:3016951552 DEBUG: OnKey: 202 (ca) pressed, action is Number5
  515. 09:50:10 T:3016951552 DEBUG: LIRC: Update - NEW at 49069090:205 0 KEY_NUMERIC_5_UP devinput (KEY_NUMERIC_5_UP)
  516. 09:50:10 T:3016951552 DEBUG: LIRC: Update - NEW at 49069240:202 0 KEY_NUMERIC_2 devinput (KEY_NUMERIC_2)
  517. 09:50:10 T:3016951552 DEBUG: OnKey: 205 (cd) pressed, action is Number2
  518. 09:50:11 T:3016951552 DEBUG: LIRC: Update - NEW at 49069623:202 0 KEY_NUMERIC_2_UP devinput (KEY_NUMERIC_2_UP)
  519. 09:50:12 T:3016951552 DEBUG: LIRC: Update - NEW at 49070623:160 0 KEY_OK devinput (KEY_OK)
  520. 09:50:12 T:3016951552 DEBUG: OnKey: 11 (0b) pressed, action is AspectRatio
  521. 09:50:12 T:2762992448 DEBUG: CDVDPlayer::SetCaching - caching state 3
  522. 09:50:12 T:2762992448 DEBUG: demuxer seek to: 1192000
  523. 09:50:12 T:2762992448 DEBUG: SeekTime - seek ended up on time 1189397
  524. 09:50:12 T:2762992448 DEBUG: demuxer seek to: 1192000, success
  525. 09:50:12 T:2762992448 INFO: CDVDSubtitlesLibass: Creating ASS library structure
  526. 09:50:12 T:2762992448 INFO: CDVDSubtitlesLibass: Initializing ASS library font settings
  527. 09:50:12 T:2762992448 INFO: CDVDSubtitlesLibass: Initializing ASS Renderer
  528. 09:50:12 T:2762992448 INFO: CDVDSubtitlesLibass: Creating new ASS track
  529. 09:50:12 T:2857134912 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
  530. 09:50:12 T:2807036736 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
  531. 09:50:12 T:3016951552 DEBUG: CAnnouncementManager - Announcement: OnSeek from xbmc
  532. 09:50:12 T:3016951552 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnSeek
  533. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189397000.000000 to get to start point at 1192000000.000000
  534. 09:50:12 T:2857134912 INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
  535. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189397000.000000 to get to start point at 1192000000.000000
  536. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189418000.000000 to get to start point at 1192000000.000000
  537. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189439000.000000 to get to start point at 1192000000.000000
  538. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189460000.000000 to get to start point at 1192000000.000000
  539. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189481000.000000 to get to start point at 1192000000.000000
  540. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189502000.000000 to get to start point at 1192000000.000000
  541. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189523000.000000 to get to start point at 1192000000.000000
  542. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189544000.000000 to get to start point at 1192000000.000000
  543. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189563000.000000 to get to start point at 1192000000.000000
  544. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189480000.000000 to get to start point at 1192000000.000000
  545. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189438000.000000 to get to start point at 1192000000.000000
  546. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189522000.000000 to get to start point at 1192000000.000000
  547. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189568000.000000 to get to start point at 1192000000.000000
  548. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189589000.000000 to get to start point at 1192000000.000000
  549. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189610000.000000 to get to start point at 1192000000.000000
  550. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189631000.000000 to get to start point at 1192000000.000000
  551. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189652000.000000 to get to start point at 1192000000.000000
  552. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189673000.000000 to get to start point at 1192000000.000000
  553. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189694000.000000 to get to start point at 1192000000.000000
  554. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189715000.000000 to get to start point at 1192000000.000000
  555. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189739000.000000 to get to start point at 1192000000.000000
  556. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189760000.000000 to get to start point at 1192000000.000000
  557. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189781000.000000 to get to start point at 1192000000.000000
  558. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189802000.000000 to get to start point at 1192000000.000000
  559. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189823000.000000 to get to start point at 1192000000.000000
  560. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189844000.000000 to get to start point at 1192000000.000000
  561. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189865000.000000 to get to start point at 1192000000.000000
  562. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189886000.000000 to get to start point at 1192000000.000000
  563. 09:50:12 T:2807036736 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  564. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189772000.000000 to get to start point at 1192000000.000000
  565. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189688000.000000 to get to start point at 1192000000.000000
  566. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189605000.000000 to get to start point at 1192000000.000000
  567. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189647000.000000 to get to start point at 1192000000.000000
  568. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189730000.000000 to get to start point at 1192000000.000000
  569. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189909000.000000 to get to start point at 1192000000.000000
  570. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189930000.000000 to get to start point at 1192000000.000000
  571. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189951000.000000 to get to start point at 1192000000.000000
  572. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189972000.000000 to get to start point at 1192000000.000000
  573. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1189993000.000000 to get to start point at 1192000000.000000
  574. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190014000.000000 to get to start point at 1192000000.000000
  575. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190035000.000000 to get to start point at 1192000000.000000
  576. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190056000.000000 to get to start point at 1192000000.000000
  577. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189939000.000000 to get to start point at 1192000000.000000
  578. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189855000.000000 to get to start point at 1192000000.000000
  579. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189814000.000000 to get to start point at 1192000000.000000
  580. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189897000.000000 to get to start point at 1192000000.000000
  581. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:3 dts:1190070000.000000 to get to start point at 1192000000.000000
  582. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190080000.000000 to get to start point at 1192000000.000000
  583. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190101000.000000 to get to start point at 1192000000.000000
  584. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190122000.000000 to get to start point at 1192000000.000000
  585. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190143000.000000 to get to start point at 1192000000.000000
  586. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190164000.000000 to get to start point at 1192000000.000000
  587. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190185000.000000 to get to start point at 1192000000.000000
  588. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190206000.000000 to get to start point at 1192000000.000000
  589. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190227000.000000 to get to start point at 1192000000.000000
  590. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190189000.000000 to get to start point at 1192000000.000000
  591. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190064000.000000 to get to start point at 1192000000.000000
  592. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1189980000.000000 to get to start point at 1192000000.000000
  593. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190022000.000000 to get to start point at 1192000000.000000
  594. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190106000.000000 to get to start point at 1192000000.000000
  595. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190147000.000000 to get to start point at 1192000000.000000
  596. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190251000.000000 to get to start point at 1192000000.000000
  597. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190272000.000000 to get to start point at 1192000000.000000
  598. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190293000.000000 to get to start point at 1192000000.000000
  599. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190314000.000000 to get to start point at 1192000000.000000
  600. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190335000.000000 to get to start point at 1192000000.000000
  601. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190356000.000000 to get to start point at 1192000000.000000
  602. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190377000.000000 to get to start point at 1192000000.000000
  603. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190398000.000000 to get to start point at 1192000000.000000
  604. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190421000.000000 to get to start point at 1192000000.000000
  605. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190442000.000000 to get to start point at 1192000000.000000
  606. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190463000.000000 to get to start point at 1192000000.000000
  607. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190484000.000000 to get to start point at 1192000000.000000
  608. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190505000.000000 to get to start point at 1192000000.000000
  609. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190526000.000000 to get to start point at 1192000000.000000
  610. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190547000.000000 to get to start point at 1192000000.000000
  611. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190568000.000000 to get to start point at 1192000000.000000
  612. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190439000.000000 to get to start point at 1192000000.000000
  613. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190314000.000000 to get to start point at 1192000000.000000
  614. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190231000.000000 to get to start point at 1192000000.000000
  615. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190272000.000000 to get to start point at 1192000000.000000
  616. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190356000.000000 to get to start point at 1192000000.000000
  617. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190398000.000000 to get to start point at 1192000000.000000
  618. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190592000.000000 to get to start point at 1192000000.000000
  619. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190613000.000000 to get to start point at 1192000000.000000
  620. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190634000.000000 to get to start point at 1192000000.000000
  621. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190655000.000000 to get to start point at 1192000000.000000
  622. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190676000.000000 to get to start point at 1192000000.000000
  623. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190697000.000000 to get to start point at 1192000000.000000
  624. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190718000.000000 to get to start point at 1192000000.000000
  625. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190739000.000000 to get to start point at 1192000000.000000
  626. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190689000.000000 to get to start point at 1192000000.000000
  627. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190564000.000000 to get to start point at 1192000000.000000
  628. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190481000.000000 to get to start point at 1192000000.000000
  629. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190523000.000000 to get to start point at 1192000000.000000
  630. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190606000.000000 to get to start point at 1192000000.000000
  631. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190648000.000000 to get to start point at 1192000000.000000
  632. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190763000.000000 to get to start point at 1192000000.000000
  633. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190784000.000000 to get to start point at 1192000000.000000
  634. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190805000.000000 to get to start point at 1192000000.000000
  635. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190826000.000000 to get to start point at 1192000000.000000
  636. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190847000.000000 to get to start point at 1192000000.000000
  637. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190868000.000000 to get to start point at 1192000000.000000
  638. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190889000.000000 to get to start point at 1192000000.000000
  639. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190910000.000000 to get to start point at 1192000000.000000
  640. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190898000.000000 to get to start point at 1192000000.000000
  641. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190815000.000000 to get to start point at 1192000000.000000
  642. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190731000.000000 to get to start point at 1192000000.000000
  643. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190773000.000000 to get to start point at 1192000000.000000
  644. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190856000.000000 to get to start point at 1192000000.000000
  645. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190933000.000000 to get to start point at 1192000000.000000
  646. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190954000.000000 to get to start point at 1192000000.000000
  647. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190975000.000000 to get to start point at 1192000000.000000
  648. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1190996000.000000 to get to start point at 1192000000.000000
  649. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191017000.000000 to get to start point at 1192000000.000000
  650. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191038000.000000 to get to start point at 1192000000.000000
  651. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191059000.000000 to get to start point at 1192000000.000000
  652. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191080000.000000 to get to start point at 1192000000.000000
  653. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191065000.000000 to get to start point at 1192000000.000000
  654. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190981000.000000 to get to start point at 1192000000.000000
  655. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1190940000.000000 to get to start point at 1192000000.000000
  656. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191023000.000000 to get to start point at 1192000000.000000
  657. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191104000.000000 to get to start point at 1192000000.000000
  658. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191125000.000000 to get to start point at 1192000000.000000
  659. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191146000.000000 to get to start point at 1192000000.000000
  660. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191167000.000000 to get to start point at 1192000000.000000
  661. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191188000.000000 to get to start point at 1192000000.000000
  662. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191209000.000000 to get to start point at 1192000000.000000
  663. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191230000.000000 to get to start point at 1192000000.000000
  664. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191251000.000000 to get to start point at 1192000000.000000
  665. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191232000.000000 to get to start point at 1192000000.000000
  666. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191148000.000000 to get to start point at 1192000000.000000
  667. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191107000.000000 to get to start point at 1192000000.000000
  668. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191190000.000000 to get to start point at 1192000000.000000
  669. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191275000.000000 to get to start point at 1192000000.000000
  670. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191296000.000000 to get to start point at 1192000000.000000
  671. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191317000.000000 to get to start point at 1192000000.000000
  672. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191338000.000000 to get to start point at 1192000000.000000
  673. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191359000.000000 to get to start point at 1192000000.000000
  674. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191380000.000000 to get to start point at 1192000000.000000
  675. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191401000.000000 to get to start point at 1192000000.000000
  676. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191422000.000000 to get to start point at 1192000000.000000
  677. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191399000.000000 to get to start point at 1192000000.000000
  678. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191315000.000000 to get to start point at 1192000000.000000
  679. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191273000.000000 to get to start point at 1192000000.000000
  680. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191357000.000000 to get to start point at 1192000000.000000
  681. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191445000.000000 to get to start point at 1192000000.000000
  682. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191466000.000000 to get to start point at 1192000000.000000
  683. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191487000.000000 to get to start point at 1192000000.000000
  684. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191508000.000000 to get to start point at 1192000000.000000
  685. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191529000.000000 to get to start point at 1192000000.000000
  686. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191550000.000000 to get to start point at 1192000000.000000
  687. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191571000.000000 to get to start point at 1192000000.000000
  688. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191592000.000000 to get to start point at 1192000000.000000
  689. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191565000.000000 to get to start point at 1192000000.000000
  690. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191482000.000000 to get to start point at 1192000000.000000
  691. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191440000.000000 to get to start point at 1192000000.000000
  692. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191524000.000000 to get to start point at 1192000000.000000
  693. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191616000.000000 to get to start point at 1192000000.000000
  694. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191637000.000000 to get to start point at 1192000000.000000
  695. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191658000.000000 to get to start point at 1192000000.000000
  696. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191679000.000000 to get to start point at 1192000000.000000
  697. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191700000.000000 to get to start point at 1192000000.000000
  698. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191721000.000000 to get to start point at 1192000000.000000
  699. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191742000.000000 to get to start point at 1192000000.000000
  700. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191763000.000000 to get to start point at 1192000000.000000
  701. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191732000.000000 to get to start point at 1192000000.000000
  702. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191649000.000000 to get to start point at 1192000000.000000
  703. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191607000.000000 to get to start point at 1192000000.000000
  704. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191690000.000000 to get to start point at 1192000000.000000
  705. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191787000.000000 to get to start point at 1192000000.000000
  706. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191808000.000000 to get to start point at 1192000000.000000
  707. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191829000.000000 to get to start point at 1192000000.000000
  708. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191850000.000000 to get to start point at 1192000000.000000
  709. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191871000.000000 to get to start point at 1192000000.000000
  710. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191892000.000000 to get to start point at 1192000000.000000
  711. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191913000.000000 to get to start point at 1192000000.000000
  712. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191934000.000000 to get to start point at 1192000000.000000
  713. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191899000.000000 to get to start point at 1192000000.000000
  714. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191816000.000000 to get to start point at 1192000000.000000
  715. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191774000.000000 to get to start point at 1192000000.000000
  716. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191857000.000000 to get to start point at 1192000000.000000
  717. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191957000.000000 to get to start point at 1192000000.000000
  718. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191978000.000000 to get to start point at 1192000000.000000
  719. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:1 dts:1191999000.000000 to get to start point at 1192000000.000000
  720. 09:50:12 T:2807036736 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(1192020000.000000, 0)
  721. 09:50:12 T:2762992448 DEBUG: CDVDPlayer::HandleMessages - player started 1
  722. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191982000.000000 to get to start point at 1192066000.000000
  723. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1191941000.000000 to get to start point at 1192066000.000000
  724. 09:50:12 T:2762992448 DEBUG: CheckPlayerInit - dropping packet type:2 dts:1192024000.000000 to get to start point at 1192066000.000000
  725. 09:50:12 T:2762992448 DEBUG: CDVDPlayer::HandleMessages - player started 2
  726. 09:50:12 T:2762992448 DEBUG: CDVDPlayer::SetCaching - caching state 0
  727. 09:50:12 T:3016951552 DEBUG: LIRC: Update - NEW at 49071007:160 0 KEY_OK_UP devinput (KEY_OK_UP)
  728. 09:50:14 T:3016951552 DEBUG: LIRC: Update - NEW at 49073140:cf 0 KEY_PLAY devinput (KEY_PLAY)
  729. 09:50:14 T:3016951552 DEBUG: OnKey: 234 (ea) pressed, action is Play
  730. 09:50:14 T:2807036736 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1192000000.000000, should be:1192019673.066124, error:19673.066124
  731. 09:50:14 T:3016951552 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
  732. 09:50:14 T:3016951552 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
  733. 09:50:14 T:2857134912 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(1192066000.000000, 1)
  734. 09:50:14 T:2807036736 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1192047900.499663, should be:1192191435.175522, error:143534.675859
  735. 09:50:14 T:3016951552 DEBUG: CDVDSubtitlesLibass: [ass] fontconfig: Selected font is not the requested one: 'Cambria Bold' != 'Myriad Pro Light'
  736. 09:50:14 T:3016951552 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
  737. 09:50:15 T:3016951552 DEBUG: LIRC: Update - NEW at 49073639:cf 0 KEY_PLAY_UP devinput (KEY_PLAY_UP)
  738. 09:50:16 T:3016951552 DEBUG: CDVDSubtitlesLibass: [ass] fontconfig: Selected font is not the requested one: 'Liberation Sans' != 'Arial'
  739. 09:50:16 T:3016951552 DEBUG: CDVDSubtitlesLibass: [ass] fontconfig: Selected font is not the requested one: 'Liberation Sans Bold' != 'Arial'
  740. 09:50:19 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  741. 09:50:21 T:2857134912 WARNING: Previous line repeats 6 times.
  742. 09:50:21 T:2857134912 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33, frameduration: 41708.333333
  743. 09:50:21 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  744. 09:50:30 T:2807036736 WARNING: Previous line repeats 11 times.
  745. 09:50:30 T:2807036736 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  746. 09:50:30 T:2807036736 ERROR: GetDelay - snd_pcm_delay, alsa error: -32 - Broken pipe
  747. 09:50:30 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  748. 09:50:31 T:2807036736 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1209006356.649522, should be:1207893014.108231, error:-1113342.541291
  749. 09:50:31 T:2807036736 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  750. 09:50:31 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  751. 09:50:31 T:2807036736 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  752. 09:50:31 T:2807036736 WARNING: Previous line repeats 1 times.
  753. 09:50:31 T:2807036736 ERROR: GetDelay - snd_pcm_delay, alsa error: -32 - Broken pipe
  754. 09:50:32 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  755. 09:50:32 T:2807036736 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1209018091.957231, should be:1208235013.503227, error:-783078.454003
  756. 09:50:32 T:2807036736 ERROR: GetDelay - snd_pcm_delay, alsa error: -32 - Broken pipe
  757. 09:50:33 T:2807036736 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1209164486.736227, should be:1208405012.510231, error:-759474.225996
  758. 09:50:33 T:2807036736 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  759. 09:50:33 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  760. 09:50:33 T:2807036736 ERROR: GetDelay - snd_pcm_delay, alsa error: -32 - Broken pipe
  761. 09:50:34 T:2807036736 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1209494411.916231, should be:1208576013.198227, error:-918398.718004
  762. 09:50:34 T:2807036736 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  763. 09:50:34 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  764. 09:50:35 T:2807036736 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  765. 09:50:35 T:2807036736 ERROR: GetDelay - snd_pcm_delay, alsa error: -32 - Broken pipe
  766. 09:50:35 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  767. 09:50:36 T:2771385152 DEBUG: Thread Jobworker 2771385152 terminating (autodelete)
  768. 09:50:36 T:2891971392 DEBUG: Thread Jobworker 2891971392 terminating (autodelete)
  769. 09:50:37 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  770. 09:50:38 T:2807036736 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1212064942.669227, should be:1209301013.905235, error:-2763928.763992
  771. 09:50:38 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  772. 09:50:38 T:2807036736 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  773. 09:50:38 T:2807036736 ERROR: GetDelay - snd_pcm_delay, alsa error: -32 - Broken pipe
  774. 09:50:39 T:2807036736 DEBUG: CDVDPlayerAudio:: Discontinuity - was:1210448701.779235, should be:1209643032.810226, error:-805668.969009
  775. 09:50:39 T:2807036736 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
  776. 09:50:39 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  777. 09:50:39 T:2807036736 ERROR: GetDelay - snd_pcm_delay, alsa error: -32 - Broken pipe
  778. 09:50:40 T:2857134912 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
  779. 09:50:48 T:3016951552 DEBUG: LIRC: Update - NEW at 49103610:80 0 KEY_STOP devinput (KEY_STOP)
  780. 09:50:48 T:3016951552 DEBUG: OnKey: 224 (e0) pressed, action is Stop
  781. 09:50:48 T:3016951552 NOTICE: CDVDPlayer::CloseFile()
  782. 09:50:48 T:3016951552 NOTICE: DVDPlayer: waiting for threads to exit
  783. 09:50:48 T:2762992448 NOTICE: CDVDPlayer::OnExit()
  784. 09:50:48 T:2762992448 NOTICE: DVDPlayer: closing audio stream
  785. 09:50:48 T:2762992448 NOTICE: Closing audio stream
  786. 09:50:48 T:2762992448 NOTICE: Waiting for audio thread to exit
  787. 09:50:48 T:2807036736 DEBUG: CDVDPlayerAudio::Process - Abort received, exiting thread
  788. 09:50:48 T:2807036736 NOTICE: thread end: CDVDPlayerAudio::OnExit()
  789. 09:50:48 T:2807036736 DEBUG: Thread CDVDPlayerAudio 2807036736 terminating
  790. 09:50:48 T:2762992448 NOTICE: Closing audio device
  791. 09:50:48 T:2762992448 DEBUG: SetActiveDevice - SetActiveDevice from 2 to 1
  792. 09:50:48 T:2762992448 DEBUG: RemoveActiveDevice - Removing device 2
  793. 09:50:48 T:2762992448 NOTICE: Deleting audio codec
  794. 09:50:48 T:2762992448 NOTICE: DVDPlayer: closing video stream
  795. 09:50:48 T:2762992448 NOTICE: Closing video stream
  796. 09:50:48 T:2762992448 NOTICE: waiting for video thread to exit
  797. 09:50:48 T:2857134912 NOTICE: thread end: video_thread
  798. 09:50:48 T:2857134912 DEBUG: Thread CDVDPlayerVideo 2857134912 terminating
  799. 09:50:48 T:2762992448 NOTICE: deleting video codec
  800. 09:50:48 T:2762992448 NOTICE: DVDPlayer: closing subtitle stream
  801. 09:50:48 T:2762992448 NOTICE: Closing subtitle stream
  802. 09:50:48 T:2762992448 NOTICE: CDVDPlayer::OnExit() deleting demuxer
  803. 09:50:48 T:2762992448 NOTICE: CDVDPlayer::OnExit() deleting input stream
  804. 09:50:48 T:2762992448 DEBUG: CFileSMB::Close closing fd 10000
  805. 09:50:48 T:2762992448 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
  806. 09:50:48 T:2762992448 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
  807. 09:50:48 T:2762992448 DEBUG: Thread CDVDPlayer 2762992448 terminating
  808. 09:50:48 T:3016951552 NOTICE: DVDPlayer: finished waiting
  809. 09:50:48 T:3016951552 DEBUG: LinuxRendererGL: Cleaning up GL resources
  810. 09:50:48 T:3016951552 NOTICE: (VDPAU) Close
  811. 09:50:48 T:3016951552 DEBUG: GLX: Destroying glPixmap
  812. 09:50:48 T:3016951552 DEBUG: GLX: Destroying XPixmap
  813. 09:50:48 T:3016951552 NOTICE: (VDPAU) FiniVDPAUOutput
  814. 09:50:48 T:3016951552 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  815. 09:50:48 T:3016951552 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  816. 09:50:48 T:3016951552 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  817. 09:50:48 T:3016951552 DEBUG: ------ Window Init (MyVideoNav.xml) ------
  818. 09:50:48 T:3016951552 INFO: Loading skin file: MyVideoNav.xml
  819. 09:50:48 T:3016951552 DEBUG: CGUIMediaWindow::GetDirectory (smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/)
  820. 09:50:49 T:3016951552 DEBUG: ParentPath = [smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/]
  821. 09:50:49 T:3016951552 DEBUG: OpenDir - Using authentication url smb://.../Shared/HTPC/Anime/%7eCurrent/Acchi%20Kocchi
  822. 09:50:49 T:3016951552 DEBUG: RunQuery took 0 ms for 2 items query: select strFilename,playCount from files where idPath=255
  823. 09:50:49 T:2762992448 NOTICE: Thread Background Loader start, auto delete: false
  824. 09:50:49 T:2762992448 DEBUG: Thread Background Loader 2762992448 terminating
  825. 09:50:50 T:3016951552 NOTICE: CDVDPlayer::CloseFile()
  826. 09:50:50 T:3016951552 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  827. 09:50:50 T:3016951552 NOTICE: DVDPlayer: waiting for threads to exit
  828. 09:50:50 T:3016951552 NOTICE: DVDPlayer: finished waiting
  829. 09:50:50 T:3016951552 DEBUG: LinuxRendererGL: Cleaning up GL resources
  830. 09:50:50 T:2792356672 DEBUG: CVideoReferenceClock: Cleaning up GLX
  831. 09:50:50 T:2792356672 DEBUG: Thread CVideoReferenceClock 2792356672 terminating
  832. 09:50:50 T:3016951552 DEBUG: SECTION:UnloadDelayed(SECTION: LCODE)
  833. 09:50:50 T:3016951552 DEBUG: LIRC: Update - NEW at 49108681:80 0 KEY_STOP_UP devinput (KEY_STOP_UP)
  834. 09:50:50 T:2762992448 NOTICE: Thread Jobworker start, auto delete: true
  835. 09:50:50 T:2762992448 DEBUG: DoWork - Saving file state for video item smb://.../Shared/HTPC/Anime/~Current/Acchi Kocchi/[Tsumiki]_Acchi_Kocchi_-_02_[8bit][1280x720][E5DA8436].mkv
  836. 09:50:54 T:3016951552 DEBUG: LIRC: Update - NEW at 49113540:6f 0 KEY_DELETE devinput (KEY_DELETE)
  837. 09:50:54 T:3016951552 DEBUG: OnKey: 249 (f9) pressed, action is PreviousMenu
  838. 09:50:54 T:3016951552 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  839. 09:50:55 T:3016951552 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
  840. 09:50:55 T:3016951552 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  841. 09:50:55 T:3016951552 DEBUG: ------ Window Init (Home.xml) ------
  842. 09:50:55 T:3016951552 INFO: Loading skin file: Home.xml
  843. 09:50:55 T:3016951552 DEBUG: LIRC: Update - NEW at 49114047:6f 0 KEY_DELETE_UP devinput (KEY_DELETE_UP)
  844. 09:50:56 T:3016951552 DEBUG: LIRC: Update - NEW at 49115399:6a 0 KEY_RIGHT devinput (KEY_RIGHT)
  845. 09:50:56 T:3016951552 DEBUG: OnKey: 168 (a8) pressed, action is Right
  846. 09:50:57 T:3016951552 DEBUG: LIRC: Update - NEW at 49115778:6a 0 KEY_RIGHT_UP devinput (KEY_RIGHT_UP)
  847. 09:50:57 T:3016951552 DEBUG: LIRC: Update - NEW at 49115795:6a 0 KEY_RIGHT devinput (KEY_RIGHT)
  848. 09:50:57 T:3016951552 DEBUG: OnKey: 168 (a8) pressed, action is Right
  849. 09:50:57 T:3016951552 DEBUG: LIRC: Update - NEW at 49116180:6a 0 KEY_RIGHT_UP devinput (KEY_RIGHT_UP)
  850. 09:50:58 T:3016951552 DEBUG: LIRC: Update - NEW at 49116576:6a 0 KEY_RIGHT devinput (KEY_RIGHT)
  851. 09:50:58 T:3016951552 DEBUG: OnKey: 168 (a8) pressed, action is Right
  852. 09:50:58 T:3016951552 DEBUG: LIRC: Update - NEW at 49116962:6a 0 KEY_RIGHT_UP devinput (KEY_RIGHT_UP)
  853. 09:50:58 T:3016951552 DEBUG: LIRC: Update - NEW at 49117328:160 0 KEY_OK devinput (KEY_OK)
  854. 09:50:58 T:3016951552 DEBUG: OnKey: 11 (0b) pressed, action is Select
  855. 09:50:58 T:3016951552 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(Settings)
  856. 09:50:58 T:3016951552 DEBUG: ExecuteXBMCAction : To ActivateWindow(Settings)
  857. 09:50:58 T:3016951552 DEBUG: Activating window ID: 10004
  858. 09:50:59 T:3016951552 DEBUG: ------ Window Deinit (Home.xml) ------
  859. 09:50:59 T:3016951552 DEBUG: ------ Window Init (Settings.xml) ------
  860. 09:50:59 T:3016951552 INFO: Loading skin file: Settings.xml
  861. 09:50:59 T:3016951552 DEBUG: LIRC: Update - NEW at 49117756:160 0 KEY_OK_UP devinput (KEY_OK_UP)
  862. 09:50:59 T:3016951552 DEBUG: LIRC: Update - NEW at 49118468:67 0 KEY_UP devinput (KEY_UP)
  863. 09:50:59 T:3016951552 DEBUG: OnKey: 166 (a6) pressed, action is Up
  864. 09:51:00 T:3016951552 DEBUG: LIRC: Update - NEW at 49118962:67 0 KEY_UP_UP devinput (KEY_UP_UP)
  865. 09:51:00 T:3016951552 DEBUG: LIRC: Update - NEW at 49119044:6c 0 KEY_DOWN devinput (KEY_DOWN)
  866. 09:51:00 T:3016951552 DEBUG: OnKey: 167 (a7) pressed, action is Down
  867. 09:51:00 T:3016951552 DEBUG: LIRC: Update - NEW at 49119428:6c 0 KEY_DOWN_UP devinput (KEY_DOWN_UP)
  868. 09:51:00 T:3016951552 DEBUG: LIRC: Update - NEW at 49119478:160 0 KEY_OK devinput (KEY_OK)
  869. 09:51:00 T:3016951552 DEBUG: OnKey: 11 (0b) pressed, action is Select
  870. 09:51:00 T:3016951552 DEBUG: ExecuteXBMCAction : Translating ActivateWindow(SystemSettings)
  871. 09:51:00 T:3016951552 DEBUG: ExecuteXBMCAction : To ActivateWindow(SystemSettings)
  872. 09:51:00 T:3016951552 DEBUG: Activating window ID: 10016
  873. 09:51:01 T:3016951552 DEBUG: ------ Window Deinit (Settings.xml) ------
  874. 09:51:01 T:3016951552 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  875. 09:51:01 T:3016951552 INFO: Loading skin file: SettingsCategory.xml
  876. 09:51:01 T:3016951552 DEBUG: LIRC: Update - NEW at 49119924:160 0 KEY_OK_UP devinput (KEY_OK_UP)
  877. 09:51:02 T:3016951552 DEBUG: LIRC: Update - NEW at 49121324:67 0 KEY_UP devinput (KEY_UP)
  878. 09:51:02 T:3016951552 DEBUG: OnKey: 166 (a6) pressed, action is Up
  879. 09:51:03 T:3016951552 DEBUG: LIRC: Update - NEW at 49121720:67 0 KEY_UP_UP devinput (KEY_UP_UP)
  880. 09:51:03 T:3016951552 DEBUG: LIRC: Update - NEW at 49121760:67 0 KEY_UP devinput (KEY_UP)
  881. 09:51:03 T:3016951552 DEBUG: OnKey: 166 (a6) pressed, action is Up
  882. 09:51:03 T:3016951552 DEBUG: LIRC: Update - NEW at 49122094:67 0 KEY_UP_UP devinput (KEY_UP_UP)
  883. 09:51:03 T:3016951552 DEBUG: LIRC: Update - NEW at 49122495:6a 0 KEY_RIGHT devinput (KEY_RIGHT)
  884. 09:51:03 T:3016951552 DEBUG: OnKey: 168 (a8) pressed, action is Right
  885. 09:51:04 T:3016951552 DEBUG: LIRC: Update - NEW at 49122857:6a 0 KEY_RIGHT_UP devinput (KEY_RIGHT_UP)
  886. 09:51:04 T:3016951552 DEBUG: LIRC: Update - NEW at 49123074:160 0 KEY_OK devinput (KEY_OK)
  887. 09:51:04 T:3016951552 DEBUG: OnKey: 11 (0b) pressed, action is Select
  888. 09:51:04 T:3016951552 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  889. 09:51:04 T:3016951552 NOTICE: Log level changed to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement