trakt / script.trakt

Trakt.tv movie and TV show scrobbler for Kodi
GNU General Public License v2.0
324 stars 149 forks source link

Trakt plugin doesn't track #339

Closed AAverin closed 7 years ago

AAverin commented 7 years ago

No entries are added to trakt history after playing a video. Here's the log:

21:04:12 T:140735264141312  NOTICE: special://profile/ is mapped to: special://masterprofile/
21:04:12 T:140735264141312  NOTICE: -----------------------------------------------------------------------
21:04:12 T:140735264141312  NOTICE: Starting Kodi (16.1 Git:2016-04-24-c327c53). Platform: OS X x86 64-bit
21:04:12 T:140735264141312  NOTICE: Using Release Kodi x64 build
21:04:12 T:140735264141312  NOTICE: Kodi compiled Apr 24 2016 by Clang 6.0 (clang-600.0.56) for OS X x86 64-bit version 10.7.0 (1070)
21:04:12 T:140735264141312  NOTICE: Running on Apple Inc. MacBookPro11,5 with OS X 10.11.6, kernel: Darwin x86 64-bit version 15.6.0
21:04:12 T:140735264141312  NOTICE: Host CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz, 8 cores available
21:04:12 T:140735264141312  NOTICE: special://xbmc/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
21:04:12 T:140735264141312  NOTICE: special://xbmcbin/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
21:04:12 T:140735264141312  NOTICE: special://masterprofile/ is mapped to: /Users/AAverin/Library/Application Support/Kodi/userdata
21:04:12 T:140735264141312  NOTICE: special://home/ is mapped to: /Users/AAverin/Library/Application Support/Kodi
21:04:12 T:140735264141312  NOTICE: special://temp/ is mapped to: /Users/AAverin/.kodi/temp
21:04:12 T:140735264141312  NOTICE: special://frameworks/ is mapped to: /Applications/Kodi.app/Contents/Libraries
21:04:12 T:140735264141312  NOTICE: The executable running is: /Applications/Kodi.app/Contents/MacOS/Kodi
21:04:12 T:140735264141312  NOTICE: Local hostname: Antons-MacBook-Pro.local
21:04:12 T:140735264141312  NOTICE: Log File is located: /Users/AAverin/Library/Logs/kodi.log
21:04:12 T:140735264141312  NOTICE: -----------------------------------------------------------------------
21:04:12 T:140735264141312  NOTICE: load settings...
21:04:12 T:140735264141312 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
21:04:12 T:140735264141312 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
21:04:12 T:140735264141312  NOTICE: Found 1 Lists of Devices
21:04:12 T:140735264141312  NOTICE: Enumerated DARWINOSX devices:
21:04:12 T:140735264141312  NOTICE:     Device 1
21:04:12 T:140735264141312  NOTICE:         m_deviceName      : default
21:04:12 T:140735264141312  NOTICE:         m_displayName     : Default
21:04:12 T:140735264141312  NOTICE:         m_displayNameExtra: Built-in Output
21:04:12 T:140735264141312  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
21:04:12 T:140735264141312  NOTICE:         m_channels        : FL,FR
21:04:12 T:140735264141312  NOTICE:         m_sampleRates     : 96000,88200,48000,44100
21:04:12 T:140735264141312  NOTICE:         m_dataFormats     : AE_FMT_S24LE3,AE_FMT_S16LE,AE_FMT_FLOAT
21:04:12 T:140735264141312  NOTICE:     Device 2
21:04:12 T:140735264141312  NOTICE:         m_deviceName      : Built-in Output:stream0
21:04:12 T:140735264141312  NOTICE:         m_displayName     : Built-in Output
21:04:12 T:140735264141312  NOTICE:         m_displayNameExtra: Internal Speakers
21:04:12 T:140735264141312  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
21:04:12 T:140735264141312  NOTICE:         m_channels        : FL,FR
21:04:12 T:140735264141312  NOTICE:         m_sampleRates     : 96000,88200,48000,44100
21:04:12 T:140735264141312  NOTICE:         m_dataFormats     : AE_FMT_S24LE3,AE_FMT_S16LE,AE_FMT_FLOAT
21:04:12 T:140735264141312  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
21:04:12 T:140735264141312  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
21:04:12 T:140735264141312  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <network>
                                                <cachemembuffersize>104857600</cachemembuffersize>
                                                <readbufferfactor>5</readbufferfactor>
                                              </network>
                                            </advancedsettings>
21:04:12 T:140735264141312  NOTICE: Default DVD Player: dvdplayer
21:04:12 T:140735264141312  NOTICE: Default Video Player: dvdplayer
21:04:12 T:140735264141312  NOTICE: Default Audio Player: paplayer
21:04:12 T:140735264141312  NOTICE: Disabled debug logging due to GUI setting. Level 0.
21:04:12 T:140735264141312  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
21:04:12 T:140735264141312  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
21:04:12 T:140735264141312  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
21:04:12 T:140735264141312  NOTICE: Loaded playercorefactory configuration
21:04:12 T:140735264141312  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
21:04:12 T:140735264141312  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
21:04:12 T:123145309892608  NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std::string &): Opening default device Built-in Output
21:04:13 T:140735264141312  NOTICE: Running database version Addons20
21:04:13 T:140735264141312  NOTICE: ADDONS: Using repository repository.xbmc.org
21:04:13 T:140735264141312  NOTICE: ADDONS: Using repository repository.jsergio
21:04:13 T:140735264141312  NOTICE: ADDONS: Using repository repository.xbmchub
21:04:13 T:140735264141312  NOTICE: ADDONS: Using repository repository.ororotv
21:04:13 T:140735264141312  NOTICE: Setup SDL
21:04:13 T:140735264141312  NOTICE: Display 0 has name Color LCD
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1440 x 900 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 720 x 450 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1920 x 1200 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1680 x 1050 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1280 x 800 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1024 x 640 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 840 x 525 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 2880 x 1800 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1440 x 900 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 2560 x 1600 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 2048 x 1280 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1024 x 768 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 800 x 600 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 640 x 480 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1680 x 1050 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1280 x 800 @ 60.000000 Hz
21:04:13 T:140735264141312  NOTICE: Checking resolution 16
21:04:13 T:140735264141312  NOTICE: GL_VENDOR = ATI Technologies Inc.
21:04:13 T:140735264141312  NOTICE: GL_RENDERER = AMD Radeon R9 M370X OpenGL Engine
21:04:13 T:140735264141312  NOTICE: GL_VERSION = 2.1 ATI-1.42.15
21:04:13 T:140735264141312  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.20
21:04:13 T:140735264141312  NOTICE: GL_EXTENSIONS = GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_seamless_cube_map GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map 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_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_bgra GL_ARB_vertex_blend GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos 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_clip_volume_hint GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample 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_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil GL_APPLE_client_storage GL_APPLE_element_array GL_APPLE_fence GL_APPLE_float_pixels GL_APPLE_flush_buffer_range GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_packed_pixels GL_APPLE_pixel_buffer GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector GL_APPLE_texture_range GL_APPLE_transform_hint GL_APPLE_vertex_array_object GL_APPLE_vertex_array_range GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators GL_APPLE_ycbcr_422 GL_ATI_blend_equation_separate GL_ATI_blend_weighted_minmax GL_ATI_separate_stencil GL_ATI_texture_compression_3dc GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_IBM_rasterpos_clip GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_barrier GL_SGI_color_matrix GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
21:04:14 T:140735264141312  NOTICE: Running database version Addons20
21:04:14 T:140735264141312  NOTICE: Running database version ViewModes6
21:04:14 T:140735264141312  NOTICE: Running database version Textures13
21:04:14 T:140735264141312  NOTICE: Running database version MyMusic56
21:04:14 T:140735264141312  NOTICE: Running database version MyVideos99
21:04:14 T:140735264141312  NOTICE: Running database version TV29
21:04:14 T:140735264141312  NOTICE: Running database version Epg11
21:04:14 T:140735264141312  NOTICE: start dvd mediatype detection
21:04:14 T:140735264141312 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
21:04:14 T:140735264141312  NOTICE: ActiveAE DSP - starting
21:04:14 T:140735264141312  NOTICE: initialize done
21:04:14 T:140735264141312  NOTICE: Running the application...
21:04:14 T:140735264141312  NOTICE: starting zeroconf publishing
21:04:14 T:140735264141312  NOTICE: WebServer: Started the webserver
21:04:14 T:140735264141312  NOTICE: starting upnp client
21:04:14 T:123145322287104  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
21:04:14 T:123145322287104  NOTICE: UDP: Listening on port 9777
21:04:25 T:123145315872768 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=clear_cache
21:04:41 T:123145318531072 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=play&id=13977&content_type=shows
21:04:41 T:123145315336192 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=play&id=13978&content_type=shows
21:04:41 T:123145315872768 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=play&id=13985&content_type=shows
21:04:41 T:123145315336192 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=play&id=13986&content_type=shows
21:04:43 T:123145302839296   ERROR: EXCEPTION: XBMC is not playing any media file
21:04:43 T:140735264141312  NOTICE: DVDPlayer: Opening: https://static-de.ororo.tv/uploads/video/file/13984/Orphan.Black.S01E08.HDTV.x264-EVOLVE_1479460496.smil/playlist.m3u8?wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODQmc2VydmVyX3RpbWU9MS84LzIwMTcgODowNDo0MyBQTSZoYXNoX3ZhbHVlPWNmMmpBa2xWcjhZWGlYSjl0bEd3OEE9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3
21:04:43 T:140735264141312 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
21:04:43 T:123145303990272  NOTICE: Creating InputStream
21:04:43 T:123145303990272  NOTICE: Creating Demuxer
21:04:45 T:123145303990272  NOTICE: Opening stream: 0 source: 256
21:04:45 T:123145303990272  NOTICE: Creating video codec with codec id: 28
21:04:45 T:123145303990272  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
21:04:45 T:123145303990272  NOTICE: Creating video thread
21:04:45 T:123145305063424  NOTICE: running thread: video_thread
21:04:45 T:123145303990272  NOTICE: Opening stream: 1 source: 256
21:04:45 T:123145303990272  NOTICE: Finding audio codec for: 86018
21:04:45 T:123145303990272  NOTICE: Creating audio thread
21:04:45 T:123145305600000  NOTICE: running thread: CDVDPlayerAudio::Process()
21:04:45 T:123145305600000  NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
21:04:45 T:123145305063424   ERROR: VDA::CDecoder - Failed to init VDA decoder: -12473
21:04:45 T:123145305063424  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
21:04:45 T:123145305063424  NOTICE:  fps: 23.976024, pwidth: 854, pheight: 480, dwidth: 853, dheight: 480
21:04:45 T:123145305063424  NOTICE: Display resolution DESKTOP : 1440x900@ 60.00 - Full Screen (16)
21:04:45 T:140735264141312  NOTICE: Using GL_TEXTURE_2D
21:04:45 T:140735264141312  NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
21:04:45 T:140735264141312  NOTICE: GL: NPOT texture support detected
21:04:45 T:140735264141312  NOTICE: GL: Using GL_ARB_pixel_buffer_object
21:04:45 T:123145303990272  NOTICE: Opening stream: 0 source: 1024
21:04:45 T:123145309892608  NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std::string &): Opening default device Built-in Output
razzeee commented 7 years ago

Please activate logging https://github.com/trakt/script.trakt#creating-logfiles

AAverin commented 7 years ago
21:46:10 T:123145312653312   DEBUG: [script.trakt] service: [traktPlayer] onPlayBackStarted() - {u'item': {u'type': u'unknown', u'label': u'Parts Developed in an Unusual Manner'}}
21:46:10 T:123145312653312   DEBUG: [script.trakt] service: [traktPlayer] onPlayBackStarted() - Started playing a non-library file, checking available data.
21:46:10 T:123145312653312   DEBUG: [script.trakt] service: [traktPlayer] info - ids: , showtitle: , Year: , Season: , Episode:
21:46:10 T:123145312653312   DEBUG: [script.trakt] service: [traktPlayer] onPlayBackStarted() - Non-library file, not enough data for scrobbling, skipping.
AAverin commented 7 years ago

Full log:

21:43:53 T:140735264141312  NOTICE: special://profile/ is mapped to: special://masterprofile/
21:43:53 T:140735264141312  NOTICE: -----------------------------------------------------------------------
21:43:53 T:140735264141312  NOTICE: Starting Kodi (16.1 Git:2016-04-24-c327c53). Platform: OS X x86 64-bit
21:43:53 T:140735264141312  NOTICE: Using Release Kodi x64 build
21:43:53 T:140735264141312  NOTICE: Kodi compiled Apr 24 2016 by Clang 6.0 (clang-600.0.56) for OS X x86 64-bit version 10.7.0 (1070)
21:43:53 T:140735264141312  NOTICE: Running on Apple Inc. MacBookPro11,5 with OS X 10.11.6, kernel: Darwin x86 64-bit version 15.6.0
21:43:53 T:140735264141312  NOTICE: Host CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz, 8 cores available
21:43:53 T:140735264141312  NOTICE: special://xbmc/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
21:43:53 T:140735264141312  NOTICE: special://xbmcbin/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
21:43:53 T:140735264141312  NOTICE: special://masterprofile/ is mapped to: /Users/AAverin/Library/Application Support/Kodi/userdata
21:43:53 T:140735264141312  NOTICE: special://home/ is mapped to: /Users/AAverin/Library/Application Support/Kodi
21:43:53 T:140735264141312  NOTICE: special://temp/ is mapped to: /Users/AAverin/.kodi/temp
21:43:53 T:140735264141312  NOTICE: special://frameworks/ is mapped to: /Applications/Kodi.app/Contents/Libraries
21:43:53 T:140735264141312  NOTICE: The executable running is: /Applications/Kodi.app/Contents/MacOS/Kodi
21:43:53 T:140735264141312  NOTICE: Local hostname: Antons-MacBook-Pro.local
21:43:53 T:140735264141312  NOTICE: Log File is located: /Users/AAverin/Library/Logs/kodi.log
21:43:53 T:140735264141312  NOTICE: -----------------------------------------------------------------------
21:43:53 T:140735264141312  NOTICE: load settings...
21:43:53 T:140735264141312 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
21:43:53 T:140735264141312 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
21:43:53 T:140735264141312  NOTICE: Found 1 Lists of Devices
21:43:53 T:140735264141312  NOTICE: Enumerated DARWINOSX devices:
21:43:53 T:140735264141312  NOTICE:     Device 1
21:43:53 T:140735264141312  NOTICE:         m_deviceName      : default
21:43:53 T:140735264141312  NOTICE:         m_displayName     : Default
21:43:53 T:140735264141312  NOTICE:         m_displayNameExtra: Built-in Output
21:43:53 T:140735264141312  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
21:43:53 T:140735264141312  NOTICE:         m_channels        : FL,FR
21:43:53 T:140735264141312  NOTICE:         m_sampleRates     : 96000,88200,48000,44100
21:43:53 T:140735264141312  NOTICE:         m_dataFormats     : AE_FMT_S24LE3,AE_FMT_S16LE,AE_FMT_FLOAT
21:43:53 T:140735264141312  NOTICE:     Device 2
21:43:53 T:140735264141312  NOTICE:         m_deviceName      : Built-in Output:stream0
21:43:53 T:140735264141312  NOTICE:         m_displayName     : Built-in Output
21:43:53 T:140735264141312  NOTICE:         m_displayNameExtra: Internal Speakers
21:43:53 T:140735264141312  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
21:43:53 T:140735264141312  NOTICE:         m_channels        : FL,FR
21:43:53 T:140735264141312  NOTICE:         m_sampleRates     : 96000,88200,48000,44100
21:43:53 T:140735264141312  NOTICE:         m_dataFormats     : AE_FMT_S24LE3,AE_FMT_S16LE,AE_FMT_FLOAT
21:43:53 T:140735264141312  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
21:43:53 T:140735264141312  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
21:43:53 T:140735264141312  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <network>
                                                <cachemembuffersize>104857600</cachemembuffersize>
                                                <readbufferfactor>5</readbufferfactor>
                                              </network>
                                            </advancedsettings>
21:43:53 T:140735264141312  NOTICE: Default DVD Player: dvdplayer
21:43:53 T:140735264141312  NOTICE: Default Video Player: dvdplayer
21:43:53 T:140735264141312  NOTICE: Default Audio Player: paplayer
21:43:53 T:140735264141312  NOTICE: Disabled debug logging due to GUI setting. Level 0.
21:43:53 T:140735264141312  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
21:43:53 T:140735264141312  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
21:43:53 T:140735264141312  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
21:43:53 T:140735264141312  NOTICE: Loaded playercorefactory configuration
21:43:53 T:140735264141312  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
21:43:53 T:140735264141312  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
21:43:53 T:123145309892608  NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std::string &): Opening default device Built-in Output
21:43:54 T:140735264141312  NOTICE: Running database version Addons20
21:43:54 T:140735264141312  NOTICE: ADDONS: Using repository repository.xbmc.org
21:43:54 T:140735264141312  NOTICE: ADDONS: Using repository repository.jsergio
21:43:54 T:140735264141312  NOTICE: ADDONS: Using repository repository.xbmchub
21:43:54 T:140735264141312  NOTICE: ADDONS: Using repository repository.ororotv
21:43:54 T:140735264141312  NOTICE: Setup SDL
21:43:54 T:140735264141312  NOTICE: Display 0 has name Color LCD
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1440 x 900 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 720 x 450 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1920 x 1200 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1680 x 1050 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1280 x 800 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1024 x 640 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 840 x 525 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 2880 x 1800 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1440 x 900 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 2560 x 1600 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 2048 x 1280 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1024 x 768 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 800 x 600 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 640 x 480 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1680 x 1050 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Found possible resolution for display 0 with 1280 x 800 @ 60.000000 Hz
21:43:54 T:140735264141312  NOTICE: Checking resolution 16
21:43:54 T:140735264141312  NOTICE: GL_VENDOR = ATI Technologies Inc.
21:43:54 T:140735264141312  NOTICE: GL_RENDERER = AMD Radeon R9 M370X OpenGL Engine
21:43:54 T:140735264141312  NOTICE: GL_VERSION = 2.1 ATI-1.42.15
21:43:54 T:140735264141312  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.20
21:43:54 T:140735264141312  NOTICE: GL_EXTENSIONS = GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_seamless_cube_map GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_shadow_ambient GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map 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_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_bgra GL_ARB_vertex_blend GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos 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_clip_volume_hint GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample 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_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil GL_APPLE_client_storage GL_APPLE_element_array GL_APPLE_fence GL_APPLE_float_pixels GL_APPLE_flush_buffer_range GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_packed_pixels GL_APPLE_pixel_buffer GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector GL_APPLE_texture_range GL_APPLE_transform_hint GL_APPLE_vertex_array_object GL_APPLE_vertex_array_range GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators GL_APPLE_ycbcr_422 GL_ATI_blend_equation_separate GL_ATI_blend_weighted_minmax GL_ATI_separate_stencil GL_ATI_texture_compression_3dc GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_IBM_rasterpos_clip GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_barrier GL_SGI_color_matrix GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
21:43:55 T:140735264141312  NOTICE: Running database version Addons20
21:43:55 T:140735264141312  NOTICE: Running database version ViewModes6
21:43:55 T:140735264141312  NOTICE: Running database version Textures13
21:43:55 T:140735264141312  NOTICE: Running database version MyMusic56
21:43:55 T:140735264141312  NOTICE: Running database version MyVideos99
21:43:55 T:140735264141312  NOTICE: Running database version TV29
21:43:55 T:140735264141312  NOTICE: Running database version Epg11
21:43:55 T:140735264141312  NOTICE: start dvd mediatype detection
21:43:55 T:140735264141312 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
21:43:55 T:140735264141312  NOTICE: ActiveAE DSP - starting
21:43:55 T:140735264141312  NOTICE: initialize done
21:43:55 T:140735264141312  NOTICE: Running the application...
21:43:55 T:140735264141312  NOTICE: starting zeroconf publishing
21:43:55 T:140735264141312  NOTICE: WebServer: Started the webserver
21:43:55 T:140735264141312  NOTICE: starting upnp client
21:43:55 T:123145322287104  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
21:43:55 T:123145322287104  NOTICE: UDP: Listening on port 9777
21:45:33 T:140735264141312  NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
21:45:33 T:140735264141312  NOTICE: Enabled debug logging due to GUI setting. Level 2.
21:45:33 T:140735264141312   DEBUG: ------ Window Init () ------
21:45:33 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:33 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:35 T:140735264141312   DEBUG: Keyboard: scancode: 0x7e, sym: 0x0111, unicode: 0xf700, modifier: 0x0
21:45:35 T:140735264141312   DEBUG: OnKey: up (0xf080) pressed, action is Up
21:45:36 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:36 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:37 T:140735264141312   DEBUG: Keyboard: scancode: 0x35, sym: 0x001b, unicode: 0x001b, modifier: 0x0
21:45:37 T:140735264141312   DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
21:45:37 T:140735264141312   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
21:45:37 T:140735264141312   DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
21:45:37 T:140735264141312   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
21:45:37 T:140735264141312   DEBUG: ------ Window Init (Settings.xml) ------
21:45:37 T:140735264141312   DEBUG: Keyboard: scancode: 0x35, sym: 0x001b, unicode: 0x001b, modifier: 0x0
21:45:37 T:140735264141312   DEBUG: OnKey: escape (0xf01b) pressed, action is PreviousMenu
21:45:37 T:140735264141312   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
21:45:38 T:140735264141312   DEBUG: ------ Window Deinit (Settings.xml) ------
21:45:38 T:140735264141312   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
21:45:38 T:140735264141312   DEBUG: ------ Window Init (Home.xml) ------
21:45:39 T:140735264141312   DEBUG: Keyboard: scancode: 0x7b, sym: 0x0114, unicode: 0xf702, modifier: 0x0
21:45:39 T:140735264141312   DEBUG: OnKey: left (0xf082) pressed, action is Left
21:45:39 T:140735264141312   DEBUG: Keyboard: scancode: 0x7b, sym: 0x0114, unicode: 0xf702, modifier: 0x0
21:45:39 T:140735264141312   DEBUG: OnKey: left (0xf082) pressed, action is Left
21:45:39 T:140735264141312   DEBUG: Keyboard: scancode: 0x7b, sym: 0x0114, unicode: 0xf702, modifier: 0x0
21:45:39 T:140735264141312   DEBUG: OnKey: left (0xf082) pressed, action is Left
21:45:40 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:40 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:40 T:140735264141312   DEBUG: Keyboard: scancode: 0x7c, sym: 0x0113, unicode: 0xf703, modifier: 0x0
21:45:40 T:140735264141312   DEBUG: OnKey: right (0xf083) pressed, action is Right
21:45:41 T:140735264141312   DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
21:45:41 T:140735264141312   DEBUG: OnKey: return (0xf00d) pressed, action is Select
21:45:41 T:140735264141312   DEBUG: Activating window ID: 10025
21:45:41 T:140735264141312   DEBUG: ------ Window Deinit (Home.xml) ------
21:45:41 T:140735264141312   DEBUG: ------ Window Init (MyVideoNav.xml) ------
21:45:41 T:140735264141312    INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
21:45:41 T:140735264141312   DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video/)
21:45:41 T:140735264141312   DEBUG:   ParentPath = [addons://sources/video/]
21:45:41 T:123145302839296   DEBUG: Thread BackgroundLoader start, auto delete: false
21:45:41 T:123145302839296   DEBUG: Thread BackgroundLoader 123145302839296 terminating
21:45:42 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:42 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:42 T:123145302839296   DEBUG: Thread JobWorker start, auto delete: true
21:45:42 T:140735264141312   DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
21:45:42 T:140735264141312   DEBUG: OnKey: return (0xf00d) pressed, action is Select
21:45:42 T:140735264141312   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.ororotv/)
21:45:42 T:140735264141312   DEBUG:   ParentPath = [addons://sources/video]
21:45:42 T:123145302839296   DEBUG: StartScript - calling plugin Ororo TV('plugin://plugin.video.ororotv/','1','')
21:45:42 T:123145302839296   DEBUG: WaitOnScriptResult - waiting on the Ororo TV (id=7) plugin...
21:45:42 T:123145305063424   DEBUG: Thread LanguageInvoker start, auto delete: false
21:45:42 T:123145305063424    INFO: initializing python engine.
21:45:42 T:123145305063424   DEBUG: CPythonInvoker(7, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): start processing
21:45:42 T:123145305063424   DEBUG: -->Python Interpreter Initialized<--
21:45:42 T:123145305063424   DEBUG: CPythonInvoker(7, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): the source file to load is "/Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py"
21:45:42 T:123145305063424   DEBUG: CPythonInvoker(7, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): setting the Python path to /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv:/Users/AAverin/Library/Application Support/Kodi/addons/script.common.plugin.cache/lib:/Users/AAverin/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
21:45:42 T:123145305063424   DEBUG: CPythonInvoker(7, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): entering source directory /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv
21:45:42 T:123145305063424   DEBUG: CPythonInvoker(7, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): instantiating addon using automatically obtained id of "plugin.video.ororotv" dependent on version 2.1.0 of the xbmc.python api
21:45:42 T:123145305063424   DEBUG: CommonFunctions-2.5.1
21:45:42 T:123145305063424   DEBUG: LocalizeStrings: no strings.po file exist at /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/resources/language/English, fallback to strings.xml
21:45:42 T:123145302839296   DEBUG: WaitOnScriptResult- plugin returned successfully
21:45:42 T:123145305063424    INFO: CPythonInvoker(7, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): script successfully run
21:45:42 T:140735264141312   DEBUG: RunQuery took 0 ms for 12 items query: SELECT  files.strFilename, files.playCount,  bookmark.timeInSeconds, bookmark.totalTimeInSeconds FROM files  LEFT JOIN bookmark ON    files.idFile = bookmark.idFile AND bookmark.type = 1  WHERE files.idPath=1
21:45:42 T:123145305600000   DEBUG: Thread BackgroundLoader start, auto delete: false
21:45:42 T:123145303990272   DEBUG: DoWork - trying to extract filestream details from video file plugin://plugin.video.ororotv/?action=clear_cache
21:45:42 T:123145303990272 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=clear_cache
21:45:42 T:123145305600000   DEBUG: Thread BackgroundLoader 123145305600000 terminating
21:45:42 T:123145305063424    INFO: Python script stopped
21:45:42 T:123145305063424   DEBUG: Thread LanguageInvoker 123145305063424 terminating
21:45:43 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:43 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:43 T:123145303990272   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86-osx.so)
21:45:43 T:123145303990272   DEBUG: Loading: /Applications/Kodi.app/Contents/Resources/Kodi/system/ImageLib-x86-osx.so
21:45:43 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:43 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:44 T:140735264141312   DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
21:45:44 T:140735264141312   DEBUG: OnKey: return (0xf00d) pressed, action is Select
21:45:44 T:140735264141312   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.ororotv/?action=root_shows)
21:45:44 T:140735264141312   DEBUG:   ParentPath = [plugin://plugin.video.ororotv/]
21:45:44 T:123145303990272   DEBUG: StartScript - calling plugin Ororo TV('plugin://plugin.video.ororotv/','2','?action=root_shows')
21:45:44 T:123145303990272   DEBUG: WaitOnScriptResult - waiting on the Ororo TV (id=8) plugin...
21:45:44 T:123145305063424   DEBUG: Thread LanguageInvoker start, auto delete: false
21:45:44 T:123145305063424    INFO: initializing python engine.
21:45:44 T:123145305063424   DEBUG: CPythonInvoker(8, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): start processing
21:45:44 T:123145305063424   DEBUG: -->Python Interpreter Initialized<--
21:45:44 T:123145305063424   DEBUG: CPythonInvoker(8, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): the source file to load is "/Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py"
21:45:44 T:123145305063424   DEBUG: CPythonInvoker(8, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): setting the Python path to /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv:/Users/AAverin/Library/Application Support/Kodi/addons/script.common.plugin.cache/lib:/Users/AAverin/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
21:45:44 T:123145305063424   DEBUG: CPythonInvoker(8, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): entering source directory /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv
21:45:44 T:123145305063424   DEBUG: CPythonInvoker(8, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): instantiating addon using automatically obtained id of "plugin.video.ororotv" dependent on version 2.1.0 of the xbmc.python api
21:45:44 T:123145305063424   DEBUG: CommonFunctions-2.5.1
21:45:44 T:123145305063424   DEBUG: LocalizeStrings: no strings.po file exist at /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/resources/language/English, fallback to strings.xml
21:45:44 T:123145303990272   DEBUG: WaitOnScriptResult- plugin returned successfully
21:45:44 T:123145305063424    INFO: CPythonInvoker(8, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): script successfully run
21:45:44 T:123145305600000   DEBUG: Thread BackgroundLoader start, auto delete: false
21:45:44 T:123145305600000   DEBUG: Thread BackgroundLoader 123145305600000 terminating
21:45:44 T:123145305063424    INFO: Python script stopped
21:45:44 T:123145305063424   DEBUG: Thread LanguageInvoker 123145305063424 terminating
21:45:45 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:45 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:45 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:45 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:45 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:45 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: long-down (0x100f081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:46 T:140735264141312   DEBUG: Keyboard: scancode: 0x7d, sym: 0x0112, unicode: 0xf701, modifier: 0x0
21:45:46 T:140735264141312   DEBUG: OnKey: down (0xf081) pressed, action is Down
21:45:49 T:140735264141312   DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
21:45:49 T:140735264141312   DEBUG: OnKey: return (0xf00d) pressed, action is Select
21:45:49 T:140735264141312   DEBUG: Clearing cached fileitems [plugin://plugin.video.ororotv/?action=shows_search]
21:45:49 T:140735264141312   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.ororotv/?action=shows_search)
21:45:49 T:140735264141312   DEBUG:   ParentPath = [plugin://plugin.video.ororotv/?action=root_shows]
21:45:49 T:123145303990272   DEBUG: StartScript - calling plugin Ororo TV('plugin://plugin.video.ororotv/','3','?action=shows_search')
21:45:49 T:123145303990272   DEBUG: WaitOnScriptResult - waiting on the Ororo TV (id=9) plugin...
21:45:49 T:123145305063424   DEBUG: Thread LanguageInvoker start, auto delete: false
21:45:49 T:123145305063424    INFO: initializing python engine.
21:45:49 T:123145305063424   DEBUG: CPythonInvoker(9, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): start processing
21:45:49 T:123145305063424   DEBUG: -->Python Interpreter Initialized<--
21:45:49 T:123145305063424   DEBUG: CPythonInvoker(9, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): the source file to load is "/Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py"
21:45:49 T:123145305063424   DEBUG: CPythonInvoker(9, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): setting the Python path to /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv:/Users/AAverin/Library/Application Support/Kodi/addons/script.common.plugin.cache/lib:/Users/AAverin/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
21:45:49 T:123145305063424   DEBUG: CPythonInvoker(9, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): entering source directory /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv
21:45:49 T:123145305063424   DEBUG: CPythonInvoker(9, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): instantiating addon using automatically obtained id of "plugin.video.ororotv" dependent on version 2.1.0 of the xbmc.python api
21:45:49 T:123145305063424   DEBUG: CommonFunctions-2.5.1
21:45:49 T:123145305063424   DEBUG: LocalizeStrings: no strings.po file exist at /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/resources/language/English, fallback to strings.xml
21:45:49 T:140735264141312   DEBUG: ------ Window Init (DialogBusy.xml) ------
21:45:49 T:140735264141312    INFO: Loading skin file: DialogKeyboard.xml, load type: KEEP_IN_MEMORY
21:45:49 T:140735264141312   DEBUG: ------ Window Init (DialogKeyboard.xml) ------
21:45:49 T:140735264141312   DEBUG: CAnnouncementManager - Announcement: OnInputRequested from xbmc
21:45:49 T:140735264141312   DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputRequested
21:45:51 T:140735264141312   DEBUG: Keyboard: scancode: 0x1f, sym: 0x006f, unicode: 0x006f, modifier: 0x0
21:45:51 T:140735264141312   DEBUG: OnKey: o (0xf04f) pressed, trying keyboard action f16f
21:45:51 T:140735264141312   DEBUG: Keyboard: scancode: 0x0f, sym: 0x0072, unicode: 0x0072, modifier: 0x0
21:45:51 T:140735264141312   DEBUG: OnKey: r (0xf052) pressed, trying keyboard action f172
21:45:52 T:140735264141312   DEBUG: Keyboard: scancode: 0x23, sym: 0x0070, unicode: 0x0070, modifier: 0x0
21:45:52 T:140735264141312   DEBUG: OnKey: p (0xf050) pressed, trying keyboard action f170
21:45:52 T:140735264141312   DEBUG: Keyboard: scancode: 0x04, sym: 0x0068, unicode: 0x0068, modifier: 0x0
21:45:52 T:140735264141312   DEBUG: OnKey: h (0xf048) pressed, trying keyboard action f168
21:45:52 T:140735264141312   DEBUG: Keyboard: scancode: 0x00, sym: 0x0061, unicode: 0x0061, modifier: 0x0
21:45:52 T:140735264141312   DEBUG: OnKey: a (0xf041) pressed, trying keyboard action f161
21:45:52 T:140735264141312   DEBUG: Keyboard: scancode: 0x2d, sym: 0x006e, unicode: 0x006e, modifier: 0x0
21:45:52 T:140735264141312   DEBUG: OnKey: n (0xf04e) pressed, trying keyboard action f16e
21:45:52 T:140735264141312   DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
21:45:52 T:140735264141312   DEBUG: OnKey: return (0xf00d) pressed, trying keyboard action 7
21:45:53 T:140735264141312   DEBUG: ------ Window Deinit (DialogKeyboard.xml) ------
21:45:53 T:140735264141312   DEBUG: CAnnouncementManager - Announcement: OnInputFinished from xbmc
21:45:53 T:140735264141312   DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputFinished
21:45:53 T:123145303990272   DEBUG: WaitOnScriptResult- plugin returned successfully
21:45:53 T:123145305063424    INFO: CPythonInvoker(9, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): script successfully run
21:45:53 T:140735264141312   DEBUG: Saving fileitems [plugin://plugin.video.ororotv/?action=shows_search]
21:45:53 T:140735264141312   DEBUG:   -- items: 1, sort method: 0, ascending: false
21:45:53 T:123145303453696   DEBUG: Thread BackgroundLoader start, auto delete: false
21:45:53 T:123145303453696   DEBUG: Thread BackgroundLoader 123145303453696 terminating
21:45:53 T:123145305063424    INFO: Python script stopped
21:45:53 T:123145305063424   DEBUG: Thread LanguageInvoker 123145305063424 terminating
21:45:53 T:140735264141312   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
21:45:53 T:140735264141312   DEBUG: ------ Window Init (Pointer.xml) ------
21:45:54 T:140735264141312   DEBUG: ProcessMouse: trying mouse action leftclick
21:45:54 T:140735264141312   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.ororotv/?action=seasons&id=250)
21:45:54 T:140735264141312   DEBUG:   ParentPath = [plugin://plugin.video.ororotv/?action=shows_search]
21:45:54 T:123145302839296   DEBUG: StartScript - calling plugin Ororo TV('plugin://plugin.video.ororotv/','4','?action=seasons&id=250')
21:45:54 T:123145302839296   DEBUG: WaitOnScriptResult - waiting on the Ororo TV (id=10) plugin...
21:45:54 T:123145303453696   DEBUG: Thread LanguageInvoker start, auto delete: false
21:45:54 T:123145303453696    INFO: initializing python engine.
21:45:54 T:123145303453696   DEBUG: CPythonInvoker(10, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): start processing
21:45:54 T:123145303453696   DEBUG: -->Python Interpreter Initialized<--
21:45:54 T:123145303453696   DEBUG: CPythonInvoker(10, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): the source file to load is "/Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py"
21:45:54 T:123145303453696   DEBUG: CPythonInvoker(10, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): setting the Python path to /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv:/Users/AAverin/Library/Application Support/Kodi/addons/script.common.plugin.cache/lib:/Users/AAverin/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
21:45:54 T:123145303453696   DEBUG: CPythonInvoker(10, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): entering source directory /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv
21:45:54 T:123145303453696   DEBUG: CPythonInvoker(10, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): instantiating addon using automatically obtained id of "plugin.video.ororotv" dependent on version 2.1.0 of the xbmc.python api
21:45:54 T:123145303453696   DEBUG: CommonFunctions-2.5.1
21:45:54 T:123145303453696   DEBUG: LocalizeStrings: no strings.po file exist at /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/resources/language/English, fallback to strings.xml
21:45:54 T:123145302839296   DEBUG: WaitOnScriptResult- plugin returned successfully
21:45:54 T:123145303453696    INFO: CPythonInvoker(10, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): script successfully run
21:45:54 T:123145305063424   DEBUG: Thread BackgroundLoader start, auto delete: false
21:45:54 T:123145305063424   DEBUG: Thread BackgroundLoader 123145305063424 terminating
21:45:54 T:123145303453696    INFO: Python script stopped
21:45:54 T:123145303453696   DEBUG: Thread LanguageInvoker 123145303453696 terminating
21:45:55 T:140735264141312   DEBUG: ProcessMouse: trying mouse action leftclick
21:45:55 T:140735264141312   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.ororotv/?action=episodes&id=250&season=1)
21:45:55 T:140735264141312   DEBUG:   ParentPath = [plugin://plugin.video.ororotv/?action=seasons&id=250]
21:45:55 T:123145303990272   DEBUG: StartScript - calling plugin Ororo TV('plugin://plugin.video.ororotv/','5','?action=episodes&id=250&season=1')
21:45:55 T:123145303990272   DEBUG: WaitOnScriptResult - waiting on the Ororo TV (id=11) plugin...
21:45:55 T:123145303453696   DEBUG: Thread LanguageInvoker start, auto delete: false
21:45:55 T:123145303453696    INFO: initializing python engine.
21:45:55 T:123145303453696   DEBUG: CPythonInvoker(11, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): start processing
21:45:55 T:123145303453696   DEBUG: -->Python Interpreter Initialized<--
21:45:55 T:123145303453696   DEBUG: CPythonInvoker(11, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): the source file to load is "/Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py"
21:45:55 T:123145303453696   DEBUG: CPythonInvoker(11, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): setting the Python path to /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv:/Users/AAverin/Library/Application Support/Kodi/addons/script.common.plugin.cache/lib:/Users/AAverin/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
21:45:55 T:123145303453696   DEBUG: CPythonInvoker(11, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): entering source directory /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv
21:45:55 T:123145303453696   DEBUG: CPythonInvoker(11, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): instantiating addon using automatically obtained id of "plugin.video.ororotv" dependent on version 2.1.0 of the xbmc.python api
21:45:56 T:123145303453696   DEBUG: CommonFunctions-2.5.1
21:45:56 T:123145303453696   DEBUG: LocalizeStrings: no strings.po file exist at /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/resources/language/English, fallback to strings.xml
21:45:56 T:123145303990272   DEBUG: WaitOnScriptResult- plugin returned successfully
21:45:56 T:123145303453696    INFO: CPythonInvoker(11, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): script successfully run
21:45:56 T:140735264141312   DEBUG: RunQuery took 0 ms for 12 items query: SELECT  files.strFilename, files.playCount,  bookmark.timeInSeconds, bookmark.totalTimeInSeconds FROM files  LEFT JOIN bookmark ON    files.idFile = bookmark.idFile AND bookmark.type = 1  WHERE files.idPath=1
21:45:56 T:123145305063424   DEBUG: Thread BackgroundLoader start, auto delete: false
21:45:56 T:123145302839296   DEBUG: DoWork - trying to extract filestream details from video file plugin://plugin.video.ororotv/?action=play&id=13977&content_type=shows
21:45:56 T:123145302839296 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=play&id=13977&content_type=shows
21:45:56 T:123145302839296   DEBUG: DoWork - trying to extract filestream details from video file plugin://plugin.video.ororotv/?action=play&id=13978&content_type=shows
21:45:56 T:123145302839296 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=play&id=13978&content_type=shows
21:45:56 T:123145303990272   DEBUG: DoWork - trying to extract filestream details from video file plugin://plugin.video.ororotv/?action=play&id=13985&content_type=shows
21:45:56 T:123145303990272 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=play&id=13985&content_type=shows
21:45:56 T:123145303990272   DEBUG: DoWork - trying to extract filestream details from video file plugin://plugin.video.ororotv/?action=play&id=13986&content_type=shows
21:45:56 T:123145303990272 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.ororotv/?action=play&id=13986&content_type=shows
21:45:56 T:123145305063424   DEBUG: Thread BackgroundLoader 123145305063424 terminating
21:45:56 T:123145303453696    INFO: Python script stopped
21:45:56 T:123145303453696   DEBUG: Thread LanguageInvoker 123145303453696 terminating
21:45:58 T:140735264141312   DEBUG: ProcessMouse: trying mouse action leftclick
21:45:58 T:140735264141312   DEBUG: OnPlayMedia plugin://plugin.video.ororotv/?action=play&id=13983&content_type=shows
21:45:58 T:140735264141312   DEBUG: GetMovieId (plugin://plugin.video.ororotv/?action=play&id=13983&content_type=shows), query = select idMovie from movie where idFile=8
21:45:58 T:140735264141312   DEBUG: GetEpisodeId (plugin://plugin.video.ororotv/?action=play&id=13983&content_type=shows), query = select idEpisode from episode where idFile=8
21:45:58 T:140735264141312   DEBUG: GetMusicVideoId (plugin://plugin.video.ororotv/?action=play&id=13983&content_type=shows), query = select idMVideo from musicvideo where idFile=8
21:45:58 T:140735264141312   DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
21:45:58 T:140735264141312   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
21:45:58 T:140735264141312   DEBUG: StartScript - calling plugin Ororo TV('plugin://plugin.video.ororotv/','6','?action=play&id=13983&content_type=shows')
21:45:58 T:140735264141312   DEBUG: WaitOnScriptResult - waiting on the Ororo TV (id=12) plugin...
21:45:58 T:123145303453696   DEBUG: Thread LanguageInvoker start, auto delete: false
21:45:58 T:123145303453696    INFO: initializing python engine.
21:45:58 T:123145303453696   DEBUG: CPythonInvoker(12, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): start processing
21:45:58 T:123145303453696   DEBUG: -->Python Interpreter Initialized<--
21:45:58 T:123145303453696   DEBUG: CPythonInvoker(12, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): the source file to load is "/Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py"
21:45:58 T:123145303453696   DEBUG: CPythonInvoker(12, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): setting the Python path to /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv:/Users/AAverin/Library/Application Support/Kodi/addons/script.common.plugin.cache/lib:/Users/AAverin/Library/Application Support/Kodi/addons/script.module.simplejson/lib:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python26.zip:/Applications/Kodi.app/Contents/Libraries/lib/python2.6:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-darwin:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/plat-mac/lib-scriptpackages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-tk:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-old:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/lib-dynload:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python2.6/site-packages/PIL
21:45:58 T:123145303453696   DEBUG: CPythonInvoker(12, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): entering source directory /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv
21:45:58 T:123145303453696   DEBUG: CPythonInvoker(12, /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/default.py): instantiating addon using automatically obtained id of "plugin.video.ororotv" dependent on version 2.1.0 of the xbmc.python api
21:45:58 T:123145303453696   DEBUG: CommonFunctions-2.5.1
21:45:58 T:123145303453696   DEBUG: LocalizeStrings: no strings.po file exist at /Users/AAverin/Library/Application Support/Kodi/addons/plugin.video.ororotv/resources/language/English, fallback to strings.xml
21:45:59 T:140735264141312   DEBUG: WaitOnScriptResult- plugin returned successfully
21:45:59 T:123145303453696   ERROR: EXCEPTION: XBMC is not playing any media file
21:45:59 T:140735264141312    INFO: easy_aquire - Created session to https://static-de.ororo.tv
21:45:59 T:140735264141312   DEBUG: CCurlFile::GetMimeType - https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/playlist.m3u8?wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3 -> application/vnd.apple.mpegurl
21:45:59 T:140735264141312   DEBUG: Loading settings for https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/playlist.m3u8?wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3
21:45:59 T:140735264141312   DEBUG: CPlayerCoreFactory::GetPlayers(https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/playlist.m3u8?wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3)
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: streams
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: aacp/sdp
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mp2
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
21:45:59 T:140735264141312   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
21:45:59 T:140735264141312   DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
21:45:59 T:140735264141312   DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
21:45:59 T:140735264141312   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
21:45:59 T:140735264141312   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
21:45:59 T:140735264141312   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
21:45:59 T:140735264141312   DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
21:45:59 T:140735264141312   DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData
21:45:59 T:140735264141312  NOTICE: DVDPlayer: Opening: https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/playlist.m3u8?wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3
21:45:59 T:140735264141312 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
21:45:59 T:140735264141312   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
21:45:59 T:140735264141312   DEBUG: LinuxRendererGL: Cleaning up GL resources
21:45:59 T:140735264141312   DEBUG: CLinuxRendererGL::PreInit - precision of luminance 16 is 16
21:45:59 T:123145305063424   DEBUG: Thread DVDPlayer start, auto delete: false
21:45:59 T:123145305063424  NOTICE: Creating InputStream
21:45:59 T:123145305063424   DEBUG: CFileCache::Open - opening <uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/playlist.m3u8> using cache
21:45:59 T:123145305063424   DEBUG: CurlFile::Open(0x7fe27ca94930) https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/playlist.m3u8?wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3
21:45:59 T:123145305600000   DEBUG: Thread FileCache start, auto delete: false
21:45:59 T:123145305600000    INFO: CFileCache::Process - Hit eof.
21:45:59 T:123145305600000   DEBUG: Thread FileCache 123145305600000 terminating
21:45:59 T:123145305063424    INFO: CDVDInputStreamFFmpeg: Auto-selecting https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4_chunk.m3u8?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3 based on configured bandwidth.
21:45:59 T:123145305063424  NOTICE: Creating Demuxer
21:45:59 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:45:59 T:140735264141312   DEBUG: Previous line repeats 2 times.
21:45:59 T:140735264141312   DEBUG: ------ Window Init (DialogBusy.xml) ------
21:46:04 T:140735264141312   DEBUG: ------ Window Deinit (Pointer.xml) ------
21:46:05 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_0_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:46:05 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:05 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:46:05 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:09 T:123145305063424   DEBUG: Previous line repeats 1 times.
21:46:09 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [h264] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:09 T:123145305063424   DEBUG: Open - avformat_find_stream_info starting
21:46:09 T:123145305063424   DEBUG: Open - av_find_stream_info finished
21:46:09 T:123145305063424    INFO: ffmpeg[7000002A0000]: Input #0, hls,applehttp, https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4_chunk.m3u8?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc':
21:46:09 T:123145305063424    INFO: ffmpeg[7000002A0000]:   Duration: 00:43:50.72, start: 0.000000, bitrate: 0 kb/s
21:46:09 T:123145305063424    INFO: ffmpeg[7000002A0000]:   Program 0
21:46:09 T:123145305063424    INFO: ffmpeg[7000002A0000]:     Metadata:
21:46:09 T:123145305063424    INFO: ffmpeg[7000002A0000]:       variant_bitrate : 0
21:46:09 T:123145305063424    INFO: ffmpeg[7000002A0000]:     Stream #0:0: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 854x480 [SAR 2959:2954 DAR 180499:101280], 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
21:46:09 T:123145305063424    INFO: ffmpeg[7000002A0000]:     Stream #0:1: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 147 kb/s
21:46:09 T:123145305063424   DEBUG: CDVDDemuxFFmpeg::AddStream(0, ...) -> 0
21:46:09 T:123145305063424   DEBUG: CDVDDemuxFFmpeg::AddStream(1, ...) -> 1
21:46:09 T:123145305063424  NOTICE: Opening stream: 0 source: 256
21:46:09 T:123145305063424  NOTICE: Creating video codec with codec id: 28
21:46:09 T:123145305063424   DEBUG: CDVDFactoryCodec: compiled in hardware support: VDADecoder:yes VideoToolBoxDecoder:no AMCodec:no MediaCodec:no OpenMax:no libstagefright:no iMXVPU:no MMAL:no
21:46:09 T:123145305063424   DEBUG: FactoryCodec - Video:  - Opening
21:46:09 T:123145305063424  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
21:46:09 T:123145305063424   DEBUG: FactoryCodec - Video: ff-h264 - Opened
21:46:09 T:123145305063424  NOTICE: Creating video thread
21:46:09 T:123145305063424  NOTICE: Opening stream: 1 source: 256
21:46:09 T:123145305063424  NOTICE: Finding audio codec for: 86018
21:46:09 T:123145304526848   DEBUG: Thread DVDPlayerVideo start, auto delete: false
21:46:09 T:123145305063424   DEBUG: FactoryCodec - Audio: passthrough - Opening
21:46:09 T:123145304526848  NOTICE: running thread: video_thread
21:46:09 T:123145305063424   DEBUG: FactoryCodec - Audio: passthrough - Failed
21:46:09 T:123145305063424   DEBUG: FactoryCodec - Audio: FFmpeg - Opening
21:46:09 T:123145305063424   DEBUG: FactoryCodec - Audio: FFmpeg - Opened
21:46:09 T:123145305063424  NOTICE: Creating audio thread
21:46:09 T:123145305600000   DEBUG: Thread DVDPlayerAudio start, auto delete: false
21:46:09 T:123145304526848   DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
21:46:09 T:123145305600000  NOTICE: running thread: CDVDPlayerAudio::Process()
21:46:09 T:123145305600000   DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
21:46:09 T:123145305063424   DEBUG: OnPlayBackStarted: play state was 1, starting 1
21:46:09 T:123145305063424   DEBUG: CDVDPlayer::SetCaching - caching state 3
21:46:09 T:123145305600000  NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
21:46:09 T:123145304526848   DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(83411.111111, 0)
21:46:09 T:123145305063424   DEBUG: CDVDPlayer::CheckContinuity - wrapback :2, prev:83411.111111, curr:41700.000000, diff:-41711.111111
21:46:09 T:123145304526848    INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
21:46:09 T:123145305600000   DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback
21:46:09 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
21:46:09 T:123145309892608    INFO: CActiveAESink::OpenSink - initialize sink
21:46:09 T:123145304526848    INFO: CBitstreamConverter::Open annexb to bitstream init
21:46:09 T:140735264141312   DEBUG: PlayFile: OpenFile succeed, play state 2
21:46:09 T:140735264141312   DEBUG: OnPlayBackStarted: play state was 2, starting 0
21:46:09 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
21:46:09 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:46:09 T:123145304526848  NOTICE:  fps: 23.976024, pwidth: 854, pheight: 480, dwidth: 853, dheight: 480
21:46:09 T:123145304526848   DEBUG: OutputPicture - change configuration. 854x480. framerate: 23.98. format: BGRA
21:46:09 T:123145304526848  NOTICE: Display resolution DESKTOP : 1440x900@ 60.00 - Full Screen (16)
21:46:09 T:123145304526848   DEBUG: CXBMCRenderManager::Configure - 2
21:46:09 T:140735264141312   DEBUG: CGUIInfoManager::SetCurrentMovie(https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/playlist.m3u8?wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3)
21:46:09 T:140735264141312   DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
21:46:09 T:140735264141312   DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
21:46:09 T:140735264141312   DEBUG: Activating window ID: 12005
21:46:09 T:140735264141312   DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
21:46:09 T:140735264141312   DEBUG: ------ Window Init (VideoFullScreen.xml) ------
21:46:09 T:140735264141312    INFO: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
21:46:09 T:140735264141312  NOTICE: Using GL_TEXTURE_RECTANGLE_ARB
21:46:09 T:140735264141312   DEBUG: GL: Requested render method: 0
21:46:09 T:140735264141312   DEBUG: GL: BaseYUV2RGBGLSLShader: defines:
                                            #define XBMC_texture_rectangle 1
                                            #define XBMC_texture_rectangle_hack 0
                                            #define XBMC_STRETCH 0
                                            #define XBMC_UYVY
21:46:09 T:140735264141312  NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
21:46:09 T:140735264141312   DEBUG: GL: Vertex Shader compilation log:
21:46:09 T:140735264141312   DEBUG: GL: Vertex Shader compiled successfully
21:46:09 T:140735264141312   DEBUG: GL: Pixel Shader compilation log:
21:46:09 T:140735264141312   DEBUG: GL: Fragment Shader compiled successfully
21:46:09 T:140735264141312   DEBUG: GL: Vertex Shader compilation log:
21:46:09 T:140735264141312   DEBUG: GL: Vertex Shader compiled successfully
21:46:09 T:140735264141312   DEBUG: GL: Pixel Shader compilation log:
21:46:09 T:140735264141312   DEBUG: GL: Fragment Shader compiled successfully
21:46:09 T:140735264141312  NOTICE: GL: Using CVBREF render method
21:46:09 T:140735264141312  NOTICE: GL: NPOT texture support detected
21:46:09 T:123145305063424   DEBUG: CDVDPlayer::HandleMessages - player started 2
21:46:09 T:123145305063424   DEBUG: GetExternalStreamDetailsFromFilename - Language = 'eng' / Name = 'Orphan_Black_ _01x07_ _Parts_Developed_In_An_Unusual_Manner EVOLVE HI C orig Addic7ed com vtt (External)' / Flag = '0' from https://ororo-5e89.kxcdn.com/uploads/subtitle/file/11095/Orphan_Black_-_01x07_-_Parts_Developed_In_An_Unusual_Manner.EVOLVE.English.HI.C.orig.Addic7ed.com.vtt
21:46:09 T:123145305063424  NOTICE: Opening stream: 0 source: 1024
21:46:09 T:123145305063424    INFO: easy_aquire - Created session to https://ororo-5e89.kxcdn.com
21:46:09 T:123145309892608   DEBUG: CCoreAudioStream::Close: Restoring original physical format for stream 0x0033. ([lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz))
21:46:09 T:140735264141312   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
21:46:09 T:123145305063424   DEBUG: CCurlFile::GetMimeType - https://ororo-5e89.kxcdn.com/uploads/subtitle/file/11095/Orphan_Black_-_01x07_-_Parts_Developed_In_An_Unusual_Manner.EVOLVE.English.HI.C.orig.Addic7ed.com.vtt -> binary/octet-stream
21:46:09 T:123145305063424   DEBUG: CFileCache::Open - opening <uploads/subtitle/file/11095/Orphan_Black_-_01x07_-_Parts_Developed_In_An_Unusual_Manner.EVOLVE.English.HI.C.orig.Addic7ed.com.vtt> using cache
21:46:09 T:123145305063424   DEBUG: CurlFile::Open(0x7fe27b338dc0) https://ororo-5e89.kxcdn.com/uploads/subtitle/file/11095/Orphan_Black_-_01x07_-_Parts_Developed_In_An_Unusual_Manner.EVOLVE.English.HI.C.orig.Addic7ed.com.vtt
21:46:09 T:123145309892608   DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0033. now active ([lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz))
21:46:09 T:123145309892608   DEBUG: CCoreAudioStream::Close: Closed stream 0x0033.
21:46:09 T:123145309892608   DEBUG: CActiveAESink::OpenSink - trying to open device DARWINOSX:default
21:46:09 T:123145309892608  NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std::string &): Opening default device Built-in Output
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Finding stream for format AE_FMT_FLOATP
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (96000Hz) rated 1106.000000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (88200Hz) rated 670.500000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (48000Hz) rated 1508.000000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz) rated 89.250000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (96000Hz) rated 1105.000000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (88200Hz) rated 669.500000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz) rated 1507.000000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (44100Hz) rated 88.250000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (96000Hz) rated 1107.000000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (88200Hz) rated 671.500000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz) rated 1509.000000
21:46:09 T:123145309892608   DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz) rated 90.250000
21:46:09 T:123145309892608   DEBUG: Initialize: Selected stream[0] - id: 0x0033, Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
21:46:09 T:123145309892608   DEBUG: CCoreAudioDevice::SupportsMixing: Device mixing support : 'No'.
21:46:09 T:123145309892608   DEBUG: CCoreAudioStream::Open: Opened stream 0x0033.
21:46:09 T:123145309892608   DEBUG: Initialize: Previous Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
21:46:09 T:123145309892608   DEBUG: Initialize: Previous Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz)
21:46:10 T:123145312116736   DEBUG: Thread FileCache start, auto delete: false
21:46:10 T:123145312116736    INFO: CFileCache::Process - Hit eof.
21:46:10 T:123145306673152    INFO: CCoreAudioStream::HardwareStreamListener: Hardware physical format changed to [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
21:46:10 T:123145306673152    INFO: CCoreAudioStream::HardwareStreamListener: Hardware virtual format changed to [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
21:46:10 T:123145309892608   DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0033. now active ([lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz))
21:46:10 T:123145309892608   DEBUG: Initialize: New Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
21:46:10 T:123145309892608   DEBUG: Initialize: New Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
21:46:10 T:123145309892608   DEBUG: GetAEChannelMap Engine requests layout FL,FR
21:46:10 T:123145309892608   DEBUG: GetAEChannelMap trying to map to stereo layout: [Left] [Right]
21:46:10 T:123145309892608   DEBUG: GetAEChannelMap mapped channels to layout FL,FR
21:46:10 T:123145309892608   DEBUG: Initialize: using buffer size: 16384 (0.042667 ms)
21:46:10 T:123145309892608   DEBUG: CActiveAESink::OpenSink - DARWINOSX Initialized:
21:46:10 T:123145309892608   DEBUG:   Output Device : Default
21:46:10 T:123145309892608   DEBUG:   Sample Rate   : 48000
21:46:10 T:123145309892608   DEBUG:   Sample Format : AE_FMT_FLOAT
21:46:10 T:123145309892608   DEBUG:   Channel Count : 2
21:46:10 T:123145309892608   DEBUG:   Channel Layout: FL,FR
21:46:10 T:123145309892608   DEBUG:   Frames        : 512
21:46:10 T:123145309892608   DEBUG:   Frame Samples : 1024
21:46:10 T:123145309892608   DEBUG:   Frame Size    : 8
21:46:10 T:123145309356032   DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
21:46:10 T:123145312116736   DEBUG: Previous line repeats 1 times.
21:46:10 T:123145312116736   DEBUG: Thread FileCache 123145312116736 terminating
21:46:10 T:123145305063424   DEBUG: CDVDPlayer::HandleMessages - player started 1
21:46:10 T:123145305063424   DEBUG: CDVDPlayer::SetCaching - caching state 0
21:46:10 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
21:46:10 T:123145305600000   DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(21333.333333, 1)
21:46:10 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:10 T:123145305600000   DEBUG: Previous line repeats 1 times.
21:46:10 T:123145305600000   DEBUG: CDVDPlayerAudio::HandleSyncError - average error -5399.369860 below threshold of 50000.000000
21:46:10 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:10 T:123145312653312   DEBUG: Previous line repeats 2 times.
21:46:10 T:123145312653312   DEBUG: [script.trakt] service: [traktPlayer] onPlayBackStarted() - {u'item': {u'type': u'unknown', u'label': u'Parts Developed in an Unusual Manner'}}
21:46:10 T:123145312653312   DEBUG: [script.trakt] service: [traktPlayer] onPlayBackStarted() - Started playing a non-library file, checking available data.
21:46:10 T:123145312653312   DEBUG: [script.trakt] service: [traktPlayer] info - ids: , showtitle: , Year: , Season: , Episode:
21:46:10 T:123145312653312   DEBUG: [script.trakt] service: [traktPlayer] onPlayBackStarted() - Non-library file, not enough data for scrobbling, skipping.
21:46:10 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:11 T:123145305063424   DEBUG: Previous line repeats 11 times.
21:46:11 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_1_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:46:11 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:11 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:11 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:46:11 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:11 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:46:11 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:11 T:123145305600000   DEBUG: Previous line repeats 6 times.
21:46:11 T:123145305600000   DEBUG: CDVDClock::Discontinuity - CDVDPlayerAudio::HandleSyncError2 - was:1058919.709667, should be:1032225.592072, error:-26694.117595
21:46:11 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:12 T:140735264141312   DEBUG: Previous line repeats 29 times.
21:46:12 T:140735264141312   DEBUG: Keyboard: scancode: 0x00, sym: 0x0136, unicode: 0x0000, modifier: 0x0
21:46:12 T:140735264141312   DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
21:46:12 T:140735264141312   DEBUG: Previous line repeats 1 times.
21:46:12 T:140735264141312   DEBUG: OnKey: 0 (0xf200) pressed, action is
21:46:12 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:14 T:123145305600000   DEBUG: Previous line repeats 31 times.
21:46:14 T:123145305600000 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
21:46:14 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:14 T:123145304526848   DEBUG: Previous line repeats 7 times.
21:46:14 T:123145304526848 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available
21:46:14 T:123145304526848    INFO: CDVDPlayerVideo - Stillframe detected, switching to forced 23.976024 fps
21:46:15 T:123145305063424   DEBUG: CDVDPlayer::SetCaching - caching state 1
21:46:15 T:123145305063424   DEBUG: CDVDPlayer::HandleMessages - player started 1
21:46:15 T:123145305063424   DEBUG: CDVDPlayer::HandleMessages - player started 2
21:46:15 T:140735264141312   DEBUG: ------ Window Init (DialogSeekBar.xml) ------
21:46:15 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:17 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_2_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:46:17 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:17 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:46:17 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:21 T:123145305063424   DEBUG: Previous line repeats 1 times.
21:46:21 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:23 T:123145305063424   DEBUG: CDVDPlayer::SetCaching - caching state 4
21:46:23 T:123145304526848    INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
21:46:23 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
21:46:23 T:123145305600000  NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 21
21:46:23 T:123145304526848  NOTICE: Previous line repeats 29 times.
21:46:23 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:23 T:123145305063424   DEBUG: Previous line repeats 1 times.
21:46:23 T:123145305063424   DEBUG: CDVDPlayer::SetCaching - caching state 0
21:46:23 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:23 T:123145305600000   DEBUG: Previous line repeats 7 times.
21:46:23 T:123145305600000   DEBUG: CDVDPlayerAudio::HandleSyncError - average error -13060.230795 below threshold of 50000.000000
21:46:23 T:123145305600000   DEBUG: CDVDClock::Discontinuity - CDVDPlayerAudio::HandleSyncError2 - was:4836555.180072, should be:4823495.292277, error:-13059.887795
21:46:23 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:23 T:140735264141312   DEBUG: Previous line repeats 5 times.
21:46:23 T:140735264141312   DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------
21:46:23 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:23 T:123145305063424   DEBUG: Previous line repeats 6 times.
21:46:23 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:23 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:24 T:123145305600000   DEBUG: Previous line repeats 19 times.
21:46:24 T:123145305600000   DEBUG: CDVDClock::Discontinuity - CDVDPlayerAudio::HandleSyncError2 - was:5825243.233277, should be:5811160.299717, error:-14082.933560
21:46:24 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:26 T:123145302839296   DEBUG: Previous line repeats 40 times.
21:46:26 T:123145302839296   DEBUG: Thread JobWorker 123145302839296 terminating (autodelete)
21:46:26 T:123145303990272   DEBUG: Thread JobWorker 123145303990272 terminating (autodelete)
21:46:26 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:27 T:123145305063424   DEBUG: Previous line repeats 24 times.
21:46:27 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_3_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:46:27 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:27 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:46:27 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:27 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:46:27 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:28 T:123145304526848   DEBUG: Previous line repeats 34 times.
21:46:28 T:123145304526848   DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33, frameduration: 41708.333333
21:46:28 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:29 T:140735264141312   DEBUG: Previous line repeats 24 times.
21:46:29 T:140735264141312    INFO: CheckIdle - Closing session to https://static-de.ororo.tv (easy=0x7fe272284a00, multi=0x7fe27ca52b60)
21:46:29 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:30 T:123145305063424   DEBUG: Previous line repeats 11 times.
21:46:30 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:30 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:31 T:123145305063424   DEBUG: Previous line repeats 36 times.
21:46:31 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:31 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:35 T:123145305063424   DEBUG: Previous line repeats 90 times.
21:46:35 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_4_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:46:35 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:35 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:46:35 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:35 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:46:35 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:38 T:123145305063424   DEBUG: Previous line repeats 77 times.
21:46:38 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:38 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:40 T:123145305063424   DEBUG: Previous line repeats 40 times.
21:46:40 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:40 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:40 T:140735264141312   DEBUG: Previous line repeats 1 times.
21:46:40 T:140735264141312    INFO: CheckIdle - Closing session to https://ororo-5e89.kxcdn.com (easy=0x7fe271f00600, multi=0x7fe27b3eb940)
21:46:40 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:43 T:123145305063424   DEBUG: Previous line repeats 78 times.
21:46:43 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_5_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:46:43 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:43 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:46:43 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:43 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:46:43 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:46 T:123145305063424   DEBUG: Previous line repeats 68 times.
21:46:46 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:46 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:48 T:123145305063424   DEBUG: Previous line repeats 33 times.
21:46:48 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:48 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:52 T:123145305063424   DEBUG: Previous line repeats 96 times.
21:46:52 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_6_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:46:52 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:52 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:46:52 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:46:52 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:46:52 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:55 T:123145305063424   DEBUG: Previous line repeats 69 times.
21:46:55 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:55 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:46:56 T:123145305063424   DEBUG: Previous line repeats 34 times.
21:46:56 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:46:56 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:00 T:123145305063424   DEBUG: Previous line repeats 94 times.
21:47:00 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_7_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:47:00 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:47:00 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:47:00 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:47:00 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:47:00 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:04 T:123145305063424   DEBUG: Previous line repeats 93 times.
21:47:04 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:47:04 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:06 T:123145305063424   DEBUG: Previous line repeats 40 times.
21:47:06 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:47:06 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:08 T:123145305063424   DEBUG: Previous line repeats 64 times.
21:47:08 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_8_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:47:08 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:47:08 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:47:08 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:47:08 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:47:08 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:12 T:123145305063424   DEBUG: Previous line repeats 86 times.
21:47:12 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:47:12 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:14 T:123145305063424   DEBUG: Previous line repeats 40 times.
21:47:14 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:47:14 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:17 T:123145305063424   DEBUG: Previous line repeats 71 times.
21:47:17 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_9_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:47:17 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:47:17 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:47:17 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:47:17 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:47:17 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:20 T:123145305063424   DEBUG: Previous line repeats 80 times.
21:47:20 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:47:20 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:21 T:123145305063424   DEBUG: Previous line repeats 28 times.
21:47:21 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [NULL] Current profile doesn't provide more RBSP data in PPS, skipping
21:47:21 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
21:47:25 T:123145305063424   DEBUG: Previous line repeats 89 times.
21:47:25 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [hls,applehttp] HLS request for url 'https://static-de.ororo.tv/uploads/video/file/13983/Orphan.Black.S01E07.HDTV.x264-EVOLVE_1479460496.smil/Orphan.Black.S01E07.HDTV.x264-EVOLVE__1479460496__480p.mp4-n_10_0_0.ts?nimblesessionid=28615207&wmsAuthSign=aWQ9MTA5NDgyMisrdmlkZW8rMTM5ODMmc2VydmVyX3RpbWU9MS84LzIwMTcgODo0NTo1OSBQTSZoYXNoX3ZhbHVlPUpTdjRYdThWY3NuK2QzeGR3U1N5R3c9PSZ2YWxpZG1pbnV0ZXM9OTYwJnN0cm1fbGVuPTc3', offset 0, playlist 0
21:47:25 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:47:25 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: [https] No trailing CRLF found in HTTP header.
21:47:25 T:123145305063424   DEBUG: ffmpeg[7000002A0000]: Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
21:47:25 T:123145304526848   DEBUG: Previous line repeats 1 times.
21:47:25 T:123145304526848   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
razzeee commented 7 years ago

The addon your using is not giving enough information to scrobble. Nothing I can do about, they should refere to https://github.com/trakt/script.trakt/wiki/Providing-id's-to-facilitate-scrobbling to get their addon supported.