Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all 85308 articles
Browse latest View live

Problem with playercorefactory or smb parsing to external player?

$
0
0
Hi folks,
here i come with a strange problem which i hope you can help to solve.

I am running Kodi 15.2 on an Android tablet with no problems, everything works fine.
In order to stream online content to my Chrome-cast with BubbleUpnP i have a "playercorefactory.xml" which is in my "Android/data/....." folder. Everything fine, no problems

Now:
I have several movies in my red which i integrated into my Movie library on Android. Working perfect, but when i click on the movie they won´t play at all. For testing purpose i deleted the "playercorefactory.xml" file, started Kodi again and the movies play fine in Kodi itself.
I also tested to play the movies accessing them by "library sharing" from my Kodi (PC where the movie files are stored). Those play fine and stream via BubbleUpnp when the "playercorefactory.xml" is in the "Android/data/..." folder.

So as it also happens with Localcast it seams to be a smb sharing/parsing problem.
I would love to integrate the movies of my Red into the Android Kodi library - streaming them with BubbleUpnp and not accessing them via "library sharing"

Above the xml and a part of the debug log with the smb parsing error.
I saw in other threads that this problem happened with much earlier Kodi builds, seams its back again - at least on Android devices.

Code:
<playercorefactory>
    <players>
        <!-- MXPlayer Free definition -->
        <player name="MX Playerfree" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.mxtech.videoplayer.ad</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- MX Player Pro definition -->
        <player name="MX Player Pro" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.mxtech.videoplayer.pro</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- Plex definition -->
        <player name="Plex" type="ExternalPl Mkayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.plexapp.plex</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- Avia definition -->
        <player name="Avia" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.videon.android.mediaplayer</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- VLC Player definition -->
        <player name="VLC" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>org.videolan.vlc</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- Allcast definition -->
        <player name="Allcast" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.koushickdutta.cast</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- RockPlayer Lite definition -->
        <player name="RockPlayerLite" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.redirectin.rockplayer.android.unified.lite</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- BubbleUPnP definition -->
        <player name="BubbleUPnP" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.bubblesoft.android.bubbleupnp</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- Localcast -->
        <player name="Localcast" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>de.stefanpledl.localcast</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- Vget definition -->
        <player name="Vget" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>mb.videoget</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- mVideoplayer Free definition -->
        <player name="mVideoplayerFree" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>afzkl.development.mVideoPlayer</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>        

        <!-- Vplayer definition -->
        <player name="Vplayer" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>me.abitno.vplayer.t</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- Vbukit Chromecast definition -->
        <player name="Vbukit Chromecast" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.creatingrevolutions.vbukitchromecast</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

          <!-- Vbukit definition -->
        <player name="Vbukit" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.creatingrevolutions.virtualbucket</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- SopCast Player definition -->
        <player name="SopCast" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>org.sopcast.android</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>

        <!-- Dolphin Web Browser definition -->
        <player name="Dolphin Browser" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>mobi.mgeek.TunnyBrowser</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>
        
        <!-- Dolphin Jetpack definition -->
        <player name="Dolphin Jetpack" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.dolphin.browser.engine</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>
        
        <!-- ES File Explorer definition -->
        <player name="ES File Explorer" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.estrongs.android.pop</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>
        
        <!-- RemoteCast definition -->
        <player name="RemoteCast" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>com.benlc.camcast</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>
        
        <!-- CheapCast definition -->
        <player name="CheapCast" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename>at.maui.cheapcast</filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>
        
        <!--  definition -->
        <player name="" type="ExternalPlayer" audio="false" video="true">
            <!-- Android intent -->
            <filename></filename>
            <!-- Hide XBMC -->
            <hidexbmc>true</hidexbmc>
            <!-- After 2 minutes bump the play count of the item in XBMC -->
            <playcountminimumtime>120</playcountminimumtime>
        </player>
    </players>
    
    <!-- Rules for which external player to use -->
    <!-- Localcast is default
             change player= value to one of the above names to change this -->
    <rules action="prepend">
        
        <!-- Video files -- Default rule (last to ensure above trigger first -->
        <rule video="true" player="BubbleUPnP"/>
    </rules>
</playercorefactory>

Found an interesting error entry in the debug log
Code:
21:26:26 T:1745615488  NOTICE: ExternalPlayer Filename: com.bubblesoft.android.bubbleupnp
21:26:26 T:1745615488  NOTICE: ExternalPlayer Tweaks: hideconsole (false), hidexbmc (true), islauncher (false), warpcursor ()
21:26:26 T:1745615488  NOTICE: virtual bool CExternalPlayer::OpenFile(const CFileItem&, const CPlayerOptions&): smb://THOMAS-PC/E - Data/MIS VIDEOS/Movies/Game.m4v
21:26:26 T:18446744071794921216  NOTICE: Thread ExternalPlayer start, auto delete: false
21:26:26 T:18446744071794921216  NOTICE: virtual void CExternalPlayer::Process(): Player : com.bubblesoft.android.bubbleupnp
21:26:26 T:18446744071794921216  NOTICE: virtual void CExternalPlayer::Process(): File   : smb://THOMAS-PC/E - Data/MIS VIDEOS/Movies/Game.m4v
21:26:26 T:18446744071794921216  NOTICE: virtual void CExternalPlayer::Process(): Content:
21:26:26 T:18446744071794921216  NOTICE: virtual void CExternalPlayer::Process(): Args   :
21:26:26 T:18446744071794921216  NOTICE: virtual void CExternalPlayer::Process(): Start
21:26:26 T:18446744071794921216  NOTICE: virtual void CExternalPlayer::Process(): Hiding Kodi window
21:26:26 T:18446744071794921216  NOTICE: virtual BOOL CExternalPlayer::ExecuteAppAndroid(const char*, const char*): com.bubblesoft.android.bubbleupnp
21:26:26 T:18446744071794921216   ERROR: CXBMCApp::StartActivity - ExceptionOccurred launching com.bubblesoft.android.bubbleupnp
21:26:26 T:18446744071794921216  NOTICE: virtual BOOL CExternalPlayer::ExecuteAppAndroid(const char*, const char*): Failure
21:26:26 T:18446744071794921216  NOTICE: virtual void CExternalPlayer::Process(): Stop
21:26:26 T:18446744071794921216  NOTICE: virtual void CExternalPlayer::Process(): Showing Kodi window

Chrome not found

$
0
0
hey

first, sorry for my bad english.

i want Netflix/Chrome on my RP2/Kodi - i have install with "repository.addonscriptorde-beta"

but if i want to start chrome he say not found. but where is the Chrome application?! :<

Some Questions about Black Glass Nova on Fire TV

$
0
0
I have just installed Black Glass Nova on Fire TV running Kodi Helix which is working great. Still there are some issues that I think would make the skin even better:

1) On the home screen, one has to click on the menu (weather, add-ons etc) to get the objects under it. Is it possible to get them when one points the remote on the menu without actually clicking on it?

2) On the customized home screen, I can't set the background of my choice. Setting->skin->home screen->add background takes me to the folder where the add-ons are. It doesn't let me access root storage to get my background file from the download folder. I can't get to any other directories. This is very frustrating since I have to add my files to any of the add-on folders in order to be able to change it. Could you plz tell me if there's a way to correct this problem. Please note that I have already set "View Hidden Files" as Yes in the setting.

DVD Image fails to load for TV show Kodi 15.2

$
0
0
Hey Guys,

I am trying to get a TV show disk for my girl to work on kodi it's the only DVD release I need to work because she wants the menus extras that come with a dvd. I tried to follow some directions and it does show up in kodi and scraped but when it loads the show it fails here is my debug log. Thanks in advance Smile

Windows 10
Kodi 15.2

Code:
17:54:04 T:4616  NOTICE: special://profile/ is mapped to: special://masterprofile/
17:54:04 T:4616  NOTICE: -----------------------------------------------------------------------
17:54:04 T:4616  NOTICE: Starting Kodi (15.2 Git:20151019-02e7013). Platform: Windows NT x86 32-bit
17:54:04 T:4616  NOTICE: Using Release Kodi x32 build
17:54:04 T:4616  NOTICE: Kodi compiled Oct 19 2015 by MSVC 180030723 for Windows NT x86 32-bit version 6.0 (0x06000000)
17:54:04 T:4616  NOTICE: Running on Windows 7 SP1, kernel: Windows NT x86 64-bit version 6.1
17:54:04 T:4616  NOTICE: Host CPU: Intel(R) Pentium(R) CPU G3258 @ 3.20GHz, 2 cores available
17:54:04 T:4616  NOTICE: Desktop Resolution: 1920x1080 32Bit at 59Hz
17:54:04 T:4616  NOTICE: Running with administrator rights
17:54:04 T:4616  NOTICE: Aero is enabled
17:54:04 T:4616  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
17:54:04 T:4616  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
17:54:04 T:4616  NOTICE: special://masterprofile/ is mapped to: C:\Users\Jonathan\AppData\Roaming\Kodi\userdata
17:54:04 T:4616  NOTICE: special://home/ is mapped to: C:\Users\Jonathan\AppData\Roaming\Kodi\
17:54:04 T:4616  NOTICE: special://temp/ is mapped to: C:\Users\Jonathan\AppData\Roaming\Kodi\cache
17:54:04 T:4616  NOTICE: The executable running is: C:\Program Files (x86)\Kodi\Kodi.exe
17:54:04 T:4616  NOTICE: Local hostname: Jonathan-HTPC
17:54:04 T:4616  NOTICE: Log File is located: C:\Users\Jonathan\AppData\Roaming\Kodi\kodi.log
17:54:04 T:4616  NOTICE: -----------------------------------------------------------------------
17:54:04 T:4616  NOTICE: load settings...
17:54:04 T:1636  NOTICE: Thread CWin32PowerStateWorker start, auto delete: false
17:54:04 T:4616 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
17:54:04 T:4616 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
17:54:04 T:4616  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
17:54:04 T:4616  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
17:54:04 T:4616  NOTICE: Default DVD Player: dvdplayer
17:54:04 T:4616  NOTICE: Default Video Player: dvdplayer
17:54:04 T:4616  NOTICE: Default Audio Player: paplayer
17:54:04 T:4616  NOTICE: Disabled debug logging due to GUI setting. Level 0.
17:54:04 T:4616  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
17:54:04 T:4616  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
17:54:04 T:4616  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
17:54:04 T:4616  NOTICE: Loaded playercorefactory configuration
17:54:04 T:4616  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
17:54:04 T:4616  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
17:54:04 T:4616  NOTICE: CWakeOnAccess::LoadFromXML - unable to load:C:\Users\Jonathan\AppData\Roaming\Kodi\userdata\wakeonlan.xml
17:54:04 T:4616  NOTICE: WakeOnAccess - Enabled:TRUE
17:54:04 T:1952  NOTICE: Thread ActiveAE start, auto delete: false
17:54:04 T:4372  NOTICE: Thread AESink start, auto delete: false
17:54:04 T:1952  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTSHD" on device "SHARP HDMI (Intel(R) Display Audio)" seems to be not supported.
17:54:04 T:1952  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_TRUEHD" on device "SHARP HDMI (Intel(R) Display Audio)" seems to be not supported.
17:54:04 T:1952  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_EAC3" on device "SHARP HDMI (Intel(R) Display Audio)" seems to be not supported.
17:54:04 T:1952  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTS" on device "SHARP HDMI (Intel(R) Display Audio)" seems to be not supported.
17:54:04 T:1952  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AC3" on device "SHARP HDMI (Intel(R) Display Audio)" seems to be not supported.
17:54:04 T:1952  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "SHARP HDMI (Intel(R) Display Audio)" seems to be not supported.
17:54:04 T:1952  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_LPCM" on device "SHARP HDMI (Intel(R) Display Audio)" seems to be not supported.
17:54:04 T:1952  NOTICE: Found 2 Lists of Devices
17:54:04 T:1952  NOTICE: Enumerated DIRECTSOUND devices:
17:54:04 T:1952  NOTICE:     Device 1
17:54:04 T:1952  NOTICE:         m_deviceName      : {3C3EDC1B-2606-496F-BBB9-B7622F63EFCC}
17:54:04 T:1952  NOTICE:         m_displayName     : HDMI - SHARP HDMI (Intel(R) Display Audio)
17:54:04 T:1952  NOTICE:         m_displayNameExtra: DIRECTSOUND: SHARP HDMI (Intel(R) Display Audio)
17:54:04 T:1952  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
17:54:04 T:1952  NOTICE:         m_channels        : FL,FR
17:54:04 T:1952  NOTICE:         m_sampleRates     : 48000
17:54:04 T:1952  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
17:54:04 T:1952  NOTICE:     Device 2
17:54:04 T:1952  NOTICE:         m_deviceName      : default
17:54:04 T:1952  NOTICE:         m_displayName     : default
17:54:04 T:1952  NOTICE:         m_displayNameExtra:
17:54:04 T:1952  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
17:54:04 T:1952  NOTICE:         m_channels        : FL,FR
17:54:04 T:1952  NOTICE:         m_sampleRates     : 48000
17:54:04 T:1952  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
17:54:04 T:1952  NOTICE:     Device 3
17:54:04 T:1952  NOTICE:         m_deviceName      : {902BB569-6A26-4245-81B8-01C2F0631B6D}
17:54:04 T:1952  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
17:54:04 T:1952  NOTICE:         m_displayNameExtra: DIRECTSOUND: Realtek Digital Output (Realtek High Definition Audio)
17:54:04 T:1952  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
17:54:04 T:1952  NOTICE:         m_channels        : FL,FR
17:54:04 T:1952  NOTICE:         m_sampleRates     : 48000
17:54:04 T:1952  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
17:54:04 T:1952  NOTICE: Enumerated WASAPI devices:
17:54:04 T:1952  NOTICE:     Device 1
17:54:04 T:1952  NOTICE:         m_deviceName      : {3C3EDC1B-2606-496F-BBB9-B7622F63EFCC}
17:54:04 T:1952  NOTICE:         m_displayName     : HDMI - SHARP HDMI (Intel(R) Display Audio)
17:54:04 T:1952  NOTICE:         m_displayNameExtra: WASAPI: SHARP HDMI (Intel(R) Display Audio)
17:54:04 T:1952  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
17:54:04 T:1952  NOTICE:         m_channels        : FL,FR
17:54:04 T:1952  NOTICE:         m_sampleRates     : 192000,48000,44100,32000
17:54:04 T:1952  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4MSB,AE​_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
17:54:04 T:1952  NOTICE:     Device 2
17:54:04 T:1952  NOTICE:         m_deviceName      : default
17:54:04 T:1952  NOTICE:         m_displayName     : default
17:54:04 T:1952  NOTICE:         m_displayNameExtra:
17:54:04 T:1952  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
17:54:04 T:1952  NOTICE:         m_channels        : FL,FR
17:54:04 T:1952  NOTICE:         m_sampleRates     : 192000,48000,44100,32000
17:54:04 T:1952  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4MSB,AE​_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
17:54:04 T:1952  NOTICE:     Device 3
17:54:04 T:1952  NOTICE:         m_deviceName      : {902BB569-6A26-4245-81B8-01C2F0631B6D}
17:54:04 T:1952  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
17:54:04 T:1952  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
17:54:04 T:1952  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
17:54:04 T:1952  NOTICE:         m_channels        : FL,FR
17:54:04 T:1952  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
17:54:04 T:1952  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
17:54:04 T:4616  NOTICE: Running database version Addons19
17:54:04 T:4616  NOTICE: ADDONS: Using repository repository.addonscriptorde-beta
17:54:04 T:4616  NOTICE: ADDONS: Using repository repository.xbmc.org
17:54:04 T:4596  NOTICE: Thread RemoteControl start, auto delete: false
17:54:04 T:3292  NOTICE: Thread JobWorker start, auto delete: true
17:54:04 T:4616  NOTICE: Found screen: Generic PnP Monitor on Intel(R) HD Graphics, adapter 0.
17:54:04 T:4616  NOTICE: Primary mode: 1920x1080@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 320x200@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 320x200@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 320x240@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 320x240@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 400x300@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 400x300@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 512x384@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 512x384@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 640x400@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 640x400@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 640x480@ 73.00 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 720x480@ 29.97i - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 1 times.
17:54:04 T:4616  NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 720x480@ 30.00i - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 1 times.
17:54:04 T:4616  NOTICE: Additional mode: 800x600@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 800x600@ 72.00 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 1024x768@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1024x768@ 70.00 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 1152x864@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x600@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x600@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x768@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x800@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x960@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x1024@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1360x768@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1366x768@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1400x1050@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1440x900@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1600x900@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Previous line repeats 2 times.
17:54:04 T:4616  NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
17:54:04 T:4616  NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
17:54:04 T:4616  NOTICE: Checking resolution 16
17:54:04 T:4180  NOTICE: Thread PeripBusCEC start, auto delete: false
17:54:04 T:3312  NOTICE: Thread PeripBusUSB start, auto delete: false
17:54:04 T:4616  NOTICE: Running database version Addons19
17:54:04 T:4616  NOTICE: Running database version ViewModes6
17:54:04 T:4616  NOTICE: Running database version Textures13
17:54:04 T:4616  NOTICE: Running database version MyMusic52
17:54:04 T:4616  NOTICE: Running database version MyVideos93
17:54:04 T:4616  NOTICE: Running database version TV29
17:54:04 T:4616  NOTICE: Running database version Epg10
17:54:05 T:4616 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
17:54:05 T:4616 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
17:54:05 T:4616 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
17:54:05 T:4616 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
17:54:05 T:4876  NOTICE: Thread LanguageInvoker start, auto delete: false
17:54:05 T:4616  NOTICE: initialize done
17:54:05 T:4616  NOTICE: Running the application...
17:54:05 T:4876  NOTICE: -->Python Interpreter Initialized<--
17:54:05 T:1640  NOTICE: Thread JobWorker start, auto delete: true
17:54:05 T:4616  NOTICE: starting zeroconf publishing
17:54:05 T:4616  NOTICE: Webserver: Starting...
17:54:05 T:3740  NOTICE: Thread JobWorker start, auto delete: true
17:54:05 T:4616  NOTICE: WebServer: Started the webserver
17:54:05 T:4616  NOTICE: starting upnp client
17:54:05 T:4616  NOTICE: starting upnp server
17:54:05 T:4616  NOTICE: starting upnp controller
17:54:05 T:4616  NOTICE: starting upnp renderer
17:54:05 T:4616  NOTICE: ES: Starting event server
17:54:05 T:4972  NOTICE: Thread TCPServer start, auto delete: false
17:54:05 T:4932  NOTICE: Thread EventServer start, auto delete: false
17:54:05 T:4932  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
17:54:05 T:4932  NOTICE: UDP: Listening on port 9777
17:54:05 T:4392  NOTICE: Thread RSSReader start, auto delete: false
17:54:05 T:4968  NOTICE: Thread AirPlayServer start, auto delete: false
17:54:14 T:4740  NOTICE: Thread JobWorker start, auto delete: true
17:54:16 T:896  NOTICE: Thread BackgroundLoader start, auto delete: false
17:54:40 T:4616  NOTICE: Previous line repeats 1 times.
17:54:40 T:4616  NOTICE: DVDPlayer: Opening: D:\HTPC\TV\Hacking The System\Hacking.the.System.S01E05.Hacking.to.Win.INTERNAL.720p.HDTV.x264-DHD.mkv
17:54:40 T:4616 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
17:54:40 T:2204  NOTICE: Thread DVDPlayer start, auto delete: false
17:54:40 T:2204  NOTICE: Creating InputStream
17:54:40 T:2204  NOTICE: Creating Demuxer
17:54:40 T:2204  NOTICE: Opening stream: 0 source: 256
17:54:40 T:2204  NOTICE: Creating video codec with codec id: 28
17:54:40 T:2204  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
17:54:40 T:2204  NOTICE: Creating video thread
17:54:40 T:2204  NOTICE: Opening stream: 1 source: 256
17:54:40 T:2204  NOTICE: Finding audio codec for: 86019
17:54:40 T:172  NOTICE: Thread DVDPlayerVideo start, auto delete: false
17:54:40 T:172  NOTICE: running thread: video_thread
17:54:40 T:2204  NOTICE: Creating audio thread
17:54:40 T:172  NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1280x720)
17:54:40 T:2008  NOTICE: Thread DVDPlayerAudio start, auto delete: false
17:54:40 T:2008  NOTICE: running thread: CDVDPlayerAudio::Process()
17:54:40 T:2008  NOTICE: Creating audio stream (codec id: 86019, channels: 6, sample rate: 48000, no pass-through)
17:54:41 T:172  NOTICE:  fps: 29.970030, pwidth: 1280, pheight: 720, dwidth: 1280, dheight: 720
17:54:41 T:172  NOTICE: Display resolution DESKTOP : 1920x1080@ 59.94 - Full Screen (16)
17:54:41 T:172  NOTICE: D3D: rendering method forced to DXVA processor
17:54:41 T:4616 WARNING: CWinRenderer::UpdateVideoFilter - chosen scaling method 1 is not supported by renderer
17:54:41 T:2008  NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 32
17:54:44 T:172  NOTICE: Previous line repeats 1 times.
17:54:44 T:172  NOTICE: DXVA::CDecoder::Close - closing decoder
17:54:44 T:172  NOTICE: DXVA::Close - closing decoder context
17:54:44 T:172  NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1280x720)
17:54:44 T:2008  NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 32
17:54:47 T:172  NOTICE: Previous line repeats 1 times.
17:54:47 T:172  NOTICE: DXVA::CDecoder::Close - closing decoder
17:54:47 T:172  NOTICE: DXVA::Close - closing decoder context
17:54:47 T:172  NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1280x720)
17:54:47 T:2008  NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 32
17:54:47 T:172  NOTICE: DXVA::CDecoder::Close - closing decoder
17:54:47 T:172  NOTICE: DXVA::Close - closing decoder context
17:54:47 T:172  NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1280x720)
17:54:47 T:2008  NOTICE: CDVDPlayerAudio::OutputPacket skipping a packets of duration 32
18:16:45 T:2008  NOTICE: Previous line repeats 1 times.
18:16:45 T:2008 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
18:16:46 T:172 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available
18:16:46 T:2204  NOTICE: CDVDPlayer::OnExit()
18:16:46 T:2204  NOTICE: DVDPlayer: eof, waiting for queues to empty
18:16:46 T:2204  NOTICE: Closing stream player 1
18:16:46 T:2204  NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
18:16:46 T:2204  NOTICE: Waiting for audio thread to exit
18:16:46 T:2008  NOTICE: thread end: CDVDPlayerAudio::OnExit()
18:16:46 T:2204  NOTICE: Closing audio device
18:16:46 T:2204  NOTICE: Deleting audio codec
18:16:46 T:2204  NOTICE: Closing stream player 2
18:16:46 T:2204  NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
18:16:46 T:2204  NOTICE: waiting for video thread to exit
18:16:46 T:172   ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
18:16:46 T:172  NOTICE: thread end: video_thread
18:16:46 T:2204  NOTICE: deleting video codec
18:16:46 T:2204  NOTICE: DXVA::CDecoder::Close - closing decoder
18:16:46 T:2204  NOTICE: DXVA::Close - closing decoder context
18:16:46 T:4304  NOTICE: Thread BackgroundLoader start, auto delete: false
18:16:46 T:4616  NOTICE: CDVDPlayer::CloseFile()
18:16:46 T:4616  NOTICE: DVDPlayer: waiting for threads to exit
18:16:46 T:4616  NOTICE: DVDPlayer: finished waiting
18:16:46 T:4616  NOTICE: CDVDPlayer::CloseFile()
18:16:46 T:4616  NOTICE: DVDPlayer: waiting for threads to exit
18:16:46 T:4616  NOTICE: DVDPlayer: finished waiting
18:16:46 T:1708  NOTICE: Thread JobWorker start, auto delete: true
18:25:26 T:4628  NOTICE: Previous line repeats 1 times.
18:25:26 T:4628  NOTICE: Thread RSSReader start, auto delete: false
18:25:33 T:4648  NOTICE: Thread BackgroundLoader start, auto delete: false
18:26:51 T:3816  NOTICE: Previous line repeats 10 times.
18:26:51 T:3816  NOTICE: Thread JobWorker start, auto delete: true
18:26:52 T:3784  NOTICE: Thread BackgroundLoader start, auto delete: false
18:27:46 T:4616  NOTICE: Previous line repeats 3 times.
18:27:46 T:4616  NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
18:27:46 T:4616  NOTICE: Enabled debug logging due to GUI setting. Level 2.
18:27:46 T:4616   DEBUG: ------ Window Init () ------
18:28:00 T:152   DEBUG: Thread JobWorker 152 terminating (autodelete)
18:28:00 T:3816   DEBUG: Thread JobWorker 3816 terminating (autodelete)
18:28:01 T:4424   DEBUG: webserver: request received for /jsonrpc
18:28:01 T:4616   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
18:28:01 T:4616   DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
18:28:01 T:4616   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
18:28:01 T:4616   DEBUG: ------ Window Init (Settings.xml) ------
18:28:01 T:3672  NOTICE: Thread JobWorker start, auto delete: true
18:28:02 T:4424   DEBUG: webserver: request received for /jsonrpc
18:28:02 T:4616   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
18:28:02 T:4616   DEBUG: ------ Window Deinit (Settings.xml) ------
18:28:02 T:4616   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
18:28:02 T:4616   DEBUG: ------ Window Init (Home.xml) ------
18:28:03 T:2484   DEBUG: webserver: request received for /jsonrpc
18:28:10 T:4616   DEBUG: Previous line repeats 16 times.
18:28:10 T:4616   DEBUG: Activating window ID: 10025
18:28:10 T:4616   DEBUG: ------ Window Deinit (Home.xml) ------
18:28:10 T:4616   DEBUG: ------ Window Init (MyVideoNav.xml) ------
18:28:10 T:4616   DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/)
18:28:10 T:4616   DEBUG:   ParentPath = [videodb://tvshows/titles/]
18:28:10 T:4616   DEBUG: CVideoDatabase::RunQuery took 10 ms for 46 items query: SELECT * FROM tvshow_view
18:28:10 T:1584  NOTICE: Thread BackgroundLoader start, auto delete: false
18:28:10 T:1584   DEBUG: Thread BackgroundLoader 1584 terminating
18:28:11 T:4424   DEBUG: webserver: request received for /jsonrpc
18:28:11 T:940   DEBUG: Previous line repeats 1 times.
18:28:11 T:940  NOTICE: Thread JobWorker start, auto delete: true
18:28:11 T:4424   DEBUG: webserver: request received for /jsonrpc
18:28:20 T:4616   DEBUG: Previous line repeats 64 times.
18:28:20 T:4616   DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/24/)
18:28:20 T:4616   DEBUG:   ParentPath = [videodb://tvshows/titles/]
18:28:20 T:3672   DEBUG: CVideoDatabase::RunQuery took 38 ms for 5 items query: SELECT * FROM season_view  WHERE season_view.idShow = 24
18:28:20 T:3672   DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 24
18:28:20 T:4616   DEBUG: WindowVideoNav::GetDirectory
18:28:20 T:2324  NOTICE: Thread BackgroundLoader start, auto delete: false
18:28:20 T:2324   DEBUG: Thread BackgroundLoader 2324 terminating
18:28:20 T:4952  NOTICE: Thread BackgroundLoader start, auto delete: false
18:28:20 T:4952   DEBUG: Thread BackgroundLoader 4952 terminating
18:28:20 T:4424   DEBUG: webserver: request received for /jsonrpc
18:28:20 T:4616   DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/)
18:28:20 T:4616   DEBUG:   ParentPath = [videodb://tvshows/]
18:28:20 T:3672   DEBUG: CVideoDatabase::RunQuery took 11 ms for 46 items query: SELECT * FROM tvshow_view
18:28:20 T:1440  NOTICE: Thread BackgroundLoader start, auto delete: false
18:28:20 T:1440   DEBUG: Thread BackgroundLoader 1440 terminating
18:28:22 T:4424   DEBUG: webserver: request received for /jsonrpc
18:28:22 T:4616   DEBUG: Previous line repeats 4 times.
18:28:22 T:4616   DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/46/)
18:28:22 T:4616   DEBUG:   ParentPath = [videodb://tvshows/titles/]
18:28:22 T:3672   DEBUG: CVideoDatabase::RunQuery took 31 ms for 1 items query: SELECT * FROM season_view  WHERE season_view.idShow = 46
18:28:22 T:3672   DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 46
18:28:22 T:4616   DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/46/-2/?tvshowid=46)
18:28:22 T:4616   DEBUG:   ParentPath = [videodb://tvshows/titles/]
18:28:22 T:940   DEBUG: CVideoDatabase::RunQuery took 1 ms for 8 items query: select * from episode_view  WHERE episode_view.idShow = 46
18:28:22 T:940   DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 46
18:28:22 T:4616   DEBUG: WindowVideoNav::GetDirectory
18:28:22 T:3336  NOTICE: Thread BackgroundLoader start, auto delete: false
18:28:22 T:3336   DEBUG: Thread BackgroundLoader 3336 terminating
18:28:24 T:4424   DEBUG: webserver: request received for /jsonrpc
18:28:24 T:4616   DEBUG: Previous line repeats 2 times.
18:28:24 T:4616   DEBUG: CGUIWindowVideoBase::OnPlayMedia D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso
18:28:24 T:4616   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
18:28:24 T:4616   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
18:28:24 T:4616   DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
18:28:24 T:4616   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
18:28:24 T:4616   DEBUG: Loading settings for D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso
18:28:24 T:4616   DEBUG: CPlayerCoreFactory::GetPlayers(D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso)
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/mms/udp
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: dvdimage
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: adding player: DVDPlayer (1) for rule: dvdimage
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
18:28:24 T:4616   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
18:28:24 T:4616   DEBUG: CPlayerCoreFactory::GetPlayers: matched 1 rules with players
18:28:24 T:4616   DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
18:28:24 T:4616   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
18:28:24 T:4616   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
18:28:24 T:4616   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
18:28:24 T:4616   DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
18:28:24 T:4616  NOTICE: DVDPlayer: Opening: D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso
18:28:24 T:4616 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:28:24 T:4616   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
18:28:24 T:3832  NOTICE: Thread DVDPlayer start, auto delete: false
18:28:24 T:3832  NOTICE: Creating InputStream
18:28:24 T:3832   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/libdvdnav.dll)
18:28:24 T:3832    INFO:   msg: libdvdnav: Using dvdnav version 4.2.1
18:28:24 T:3832   DEBUG: libdvdcss debug:
18:28:24 T:3832    INFO:   msg: opening target `D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso'
18:28:24 T:3832   DEBUG:   msg:
18:28:24 T:3832   DEBUG: libdvdcss debug:
18:28:24 T:3832   DEBUG: using libc for access
18:28:24 T:3832   DEBUG:   msg:
18:28:25 T:4616   DEBUG: ------ Window Init (DialogBusy.xml) ------
18:28:25 T:3832    INFO:   msg: libdvdcss error: failed creating cache directory
18:28:25 T:3832   DEBUG: libdvdnav: DVD Title:
18:28:25 T:3832   DEBUG:   msg: J
18:28:25 T:3832   DEBUG:   msg: E
18:28:25 T:3832   DEBUG:   msg: R
18:28:25 T:3832   DEBUG:   msg: S
18:28:25 T:3832   DEBUG:   msg: E
18:28:25 T:3832   DEBUG:   msg: Y
18:28:25 T:3832   DEBUG:   msg: _
18:28:25 T:3832   DEBUG:   msg: S
18:28:25 T:3832   DEBUG:   msg: H
18:28:25 T:3832   DEBUG:   msg: O
18:28:25 T:3832   DEBUG:   msg: R
18:28:25 T:3832   DEBUG:   msg: E
18:28:25 T:3832   DEBUG:   msg: _
18:28:25 T:3832   DEBUG:   msg: S
18:28:25 T:3832   DEBUG:   msg: 1
18:28:25 T:3832   DEBUG:   msg: _
18:28:25 T:3832   DEBUG:   msg: D
18:28:25 T:3832   DEBUG:   msg: 1
18:28:25 T:3832   DEBUG:
                                            libdvdnav: DVD Serial Number:
18:28:25 T:3832   DEBUG:   msg: 3
18:28:25 T:3832   DEBUG:   msg: c
18:28:25 T:3832   DEBUG:   msg: a
18:28:25 T:3832   DEBUG:   msg: b
18:28:25 T:3832   DEBUG:   msg: 8
18:28:25 T:3832   DEBUG:   msg: 4
18:28:25 T:3832   DEBUG:   msg: 5
18:28:25 T:3832   DEBUG:   msg: 1
18:28:25 T:3832   DEBUG:
                                            libdvdnav: DVD Title (Alternative):
18:28:25 T:3832   DEBUG:   msg:
18:28:25 T:3832    INFO:   msg: libdvdnav: vm: DVD Title: JERSEY_SHORE_S1_D1
18:28:25 T:3832    INFO:   msg: libdvdnav: Unable to find map file 'RIVE=C:/.dvdnav/JERSEY_SHORE_S1_D1.map'
18:28:25 T:3832    INFO:   msg: libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions:
18:28:25 T:3832    INFO:   msg:  1
18:28:25 T:3832    INFO:   msg:  2
18:28:25 T:3832    INFO:   msg:  3
18:28:25 T:3832    INFO:   msg:  4
18:28:25 T:3832    INFO:   msg:  5
18:28:25 T:3832    INFO:   msg:  6
18:28:25 T:3832    INFO:   msg:  7
18:28:25 T:3832    INFO:   msg:  8
18:28:25 T:3832   DEBUG:   msg:
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::Open - Setting region mask ff
18:28:25 T:3832  NOTICE: DVDPlayer: playing a file with menu's
18:28:25 T:3832  NOTICE: Creating Demuxer
18:28:25 T:3832   DEBUG: DVDNAV_HIGHLIGHT: Highlight button 1
18:28:25 T:3832   DEBUG:  - DVDNAV_VTS_CHANGE (HOLDING)
18:28:25 T:3832   DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
18:28:25 T:3832 WARNING: could not find codec parameters for D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso
18:28:25 T:3832   DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
18:28:25 T:3832    INFO: ffmpeg[EF8]: Input #0, mpeg, from 'D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso':
18:28:25 T:3832    INFO: ffmpeg[EF8]:   Duration: N/A, bitrate: N/A
18:28:25 T:3832   ERROR: CSelectionStreams::Get - failed to get stream
18:28:25 T:3832   DEBUG: CApplication::OnPlayBackStarted: play state was 1, starting 1
18:28:25 T:3832   DEBUG: CDVDPlayer::SetCaching - caching state 3
18:28:25 T:3832 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
18:28:25 T:3832 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED
18:28:25 T:3832   DEBUG: CDVDPlayer::SetCaching - caching state 0
18:28:25 T:3832  NOTICE: Creating Demuxer
18:28:25 T:3832   DEBUG: DVDNAV_VTS_CHANGE
18:28:25 T:3832    INFO: CDVDInputStreamNavigator::GetVideoAspectRatio - Aspect wanted: 0, Scale permissions: 3
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - Cell change: Title 1, Chapter 1
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - At position 0% inside the feature
18:28:25 T:3832   DEBUG: DVDNAV_CELL_CHANGE
18:28:25 T:3832    INFO: CDVDInputStreamNavigator::ProcessBlock - none or invalid audio stream selected, defaulting to first
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::SetActiveAudioStream - id: 0, stream: -1
18:28:25 T:3832   DEBUG: libdvdcss debug:
18:28:25 T:3832    INFO:   msg: cracking title key at block 7047
18:28:25 T:3832   DEBUG:   msg:
18:28:25 T:4616   DEBUG: CApplication::PlayFile: OpenFile succeed, play state 2
18:28:25 T:4616   DEBUG: CApplication::OnPlayBackStarted: play state was 2, starting 0
18:28:25 T:1988  NOTICE: Thread BackgroundLoader start, auto delete: false
18:28:25 T:3832   DEBUG: libdvdcss debug:
18:28:25 T:3832    INFO:   msg: non MPEG block found at block 7223 (end of title)
18:28:25 T:3832   DEBUG:   msg:
18:28:25 T:3832   DEBUG: libdvdcss debug:
18:28:25 T:3832   DEBUG: end of title reached
18:28:25 T:3832   DEBUG:   msg:
18:28:25 T:3832   DEBUG: libdvdcss debug:
18:28:25 T:3832    INFO:   msg: successful attempts 0/0, scrambled blocks 0/176
18:28:25 T:3832   DEBUG:   msg:
18:28:25 T:3832   DEBUG: libdvdcss debug:
18:28:25 T:3832   DEBUG: no scrambled sectors found
18:28:25 T:3832   DEBUG:   msg:
18:28:25 T:3832   DEBUG: libdvdcss debug:
18:28:25 T:3832    INFO:   msg: title key is 00:00:00:00:00
18:28:25 T:3832   DEBUG:   msg:
18:28:25 T:3832   DEBUG: libdvdcss debug:
18:28:25 T:3832   DEBUG: unencrypted title
18:28:25 T:3832   DEBUG:   msg:
18:28:25 T:3832   DEBUG: DVDNAV_NAV_PACKET - DISCONTINUITY FROM:0 TO:280633 DIFF:280633
18:28:25 T:3832   DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
18:28:25 T:3832   DEBUG: DVDNAV_CELL_CHANGE (HOLDING)
18:28:25 T:3832   DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
18:28:25 T:3832    INFO: ffmpeg[EF8]: Input #0, mpeg, from 'D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso':
18:28:25 T:3832    INFO: ffmpeg[EF8]:   Duration: N/A, start: 0.280633, bitrate: N/A
18:28:25 T:3832    INFO: ffmpeg[EF8]:     Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, bt470bg/bt470m/bt470m), 720x480 [SAR 8:9 DAR 4:3], max. 9800 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
18:28:25 T:3832   DEBUG: CDVDDemuxFFmpeg::AddStream(0, ...) -> 0
18:28:25 T:3832   ERROR: CSelectionStreams::Get - failed to get stream
18:28:25 T:4616   DEBUG: CGUIInfoManager::SetCurrentMovie(D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso)
18:28:25 T:3832  NOTICE: Opening stream: 0 source: 256
18:28:25 T:3832    INFO: CDVDInputStreamNavigator::GetVideoAspectRatio - Aspect wanted: 0, Scale permissions: 3
18:28:25 T:3832  NOTICE: Creating video codec with codec id: 2
18:28:25 T:3832   DEBUG: CDVDFactoryCodec: compiled in hardware support: AMCodec:no MediaCodec:no DXVA:yes iMXVPU:no MMAL:no
18:28:25 T:3832   DEBUG: FactoryCodec - Video:  - Opening
18:28:25 T:3832  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video
18:28:25 T:3832   DEBUG: FactoryCodec - Video: ff-mpeg2video - Opened
18:28:25 T:3832  NOTICE: Creating video thread
18:28:25 T:3832   DEBUG: CDVDPlayer::SetCaching - caching state 3
18:28:25 T:3832 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
18:28:25 T:3540  NOTICE: Thread DVDPlayerVideo start, auto delete: false
18:28:25 T:3540  NOTICE: running thread: video_thread
18:28:25 T:3540   DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(0.000000, 1)
18:28:25 T:3540    INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
18:28:25 T:4616   DEBUG: CVideoDatabase::GetMovieId (D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso), query = select idMovie from movie where idFile=1480
18:28:25 T:4616   DEBUG: CVideoDatabase::GetEpisodeId (D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso), query = select idEpisode from episode where idFile=1480
18:28:25 T:3540  NOTICE:  fps: 29.970030, pwidth: 720, pheight: 480, dwidth: 640, dheight: 480
18:28:25 T:3540   DEBUG: CDVDPlayerVideo::OutputPicture - change configuration. 720x480. framerate: 29.97. format: YV12
18:28:25 T:3540  NOTICE: Display resolution DESKTOP : 1920x1080@ 59.94 - Full Screen (16)
18:28:25 T:3540   DEBUG: CWinRenderer::SelectRenderMethod: Requested render method: 0
18:28:25 T:3540   DEBUG: CWinShader::LoadEffect - loading shader special://xbmc/system/shaders/testshader.fx
18:28:25 T:4616   DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
18:28:25 T:4616   DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
18:28:25 T:4616   DEBUG: UPnP: Building didl for object 'D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso'
18:28:25 T:1988   DEBUG: Thread BackgroundLoader 1988 terminating
18:28:25 T:3540   DEBUG: CWinRenderer::SelectRenderMethod: Selected render method 1: Pixel Shaders
18:28:25 T:3540   DEBUG: CXBMCRenderManager::Configure - 3
18:28:25 T:3540   DEBUG: CDVDClock::Discontinuity - CDVDPlayerVideo::OutputPicture - was:-5265.083186, should be:-33366.666667, error:-28101.583481
18:28:25 T:4616   DEBUG: created video buffer 0
18:28:25 T:4616   DEBUG: created video buffer 1
18:28:25 T:4616   DEBUG: created video buffer 2
18:28:25 T:4616   DEBUG: Activating window ID: 12005
18:28:25 T:4616   DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
18:28:25 T:4616   DEBUG: ------ Window Init (VideoFullScreen.xml) ------
18:28:25 T:4616   DEBUG: CWinShader::LoadEffect - loading shader special://xbmc/system/shaders/yuv2rgb_d3d.fx
18:28:25 T:3832   DEBUG: CDVDPlayer::HandleMessages - player started 2
18:28:25 T:3832   DEBUG: CDVDPlayer::SetCaching - caching state 0
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - Cell change: Title 1, Chapter 2
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - At position 0% inside the feature
18:28:25 T:3540   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
18:28:25 T:3832   DEBUG: DVDNAV_CELL_CHANGE
18:28:25 T:3832    INFO: CDVDInputStreamNavigator::ProcessBlock - none or invalid audio stream selected, defaulting to first
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::SetActiveAudioStream - id: 0, stream: -1
18:28:25 T:3832   DEBUG: DVDNAV_NAV_PACKET - DISCONTINUITY FROM:681033 TO:280633 DIFF:-400400
18:28:25 T:3540   DEBUG: ffmpeg[DD4]: [src] w:720 h:480 pixfmt:yuv420p tb:1001/60000 fr:0/1 sar:8/9 sws_param:
18:28:25 T:3540   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 0
18:28:25 T:3832   DEBUG: libdvdnav: chapter NOT FOUND!
18:28:25 T:3832   DEBUG: Previous line repeats 1 times.
18:28:25 T:3832   DEBUG: DVDNAV_CELL_CHANGE (HOLDING)
18:28:25 T:3540   DEBUG: CDVDClock::Discontinuity - CDVDPlayerVideo::OutputPicture - was:-19675.815134, should be:84916.440737, error:104592.255871
18:28:25 T:3540   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
18:28:25 T:3540   DEBUG: Previous line repeats 1 times.
18:28:25 T:3540   DEBUG: CDVDClock::Discontinuity - CDVDPlayerVideo::OutputPicture - was:90655.958619, should be:39105.517882, error:-51550.440737
18:28:25 T:3540   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
18:28:25 T:4616   DEBUG: Previous line repeats 3 times.
18:28:25 T:4616   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
18:28:25 T:3832   DEBUG: libdvdnav: chapter NOT FOUND!
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - Cell change: Title 1, Chapter 2
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - At position 33% inside the feature
18:28:25 T:3832   DEBUG: DVDNAV_CELL_CHANGE
18:28:25 T:3832    INFO: CDVDInputStreamNavigator::ProcessBlock - none or invalid audio stream selected, defaulting to first
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::SetActiveAudioStream - id: 0, stream: -1
18:28:25 T:3832   DEBUG: DVDNAV_NAV_PACKET - DISCONTINUITY FROM:1481833 TO:280633 DIFF:-1201200
18:28:25 T:3832   DEBUG: libdvdnav: chapter NOT FOUND!
18:28:25 T:3832   DEBUG: Previous line repeats 1 times.
18:28:25 T:3832   DEBUG: DVDNAV_CELL_CHANGE (HOLDING)
18:28:25 T:3832   DEBUG: libdvdnav: chapter NOT FOUND!
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - Cell change: Title 1, Chapter 2
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - At position 67% inside the feature
18:28:25 T:3832   DEBUG: DVDNAV_CELL_CHANGE
18:28:25 T:3832    INFO: CDVDInputStreamNavigator::ProcessBlock - none or invalid audio stream selected, defaulting to first
18:28:25 T:3832   DEBUG: CDVDInputStreamNavigator::SetActiveAudioStream - id: 0, stream: -1
18:28:25 T:3832   DEBUG: DVDNAV_NAV_PACKET - DISCONTINUITY FROM:1481833 TO:280633 DIFF:-1201200
18:28:25 T:3832   DEBUG:  - DVDNAV_WAIT (HOLDING)
18:28:25 T:3832   DEBUG: DVDNAV_STILL_FRAME - waiting 1 sec, with delay of 3 sec
18:28:29 T:3540 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available
18:28:29 T:3540    INFO: CDVDPlayerVideo - Stillframe detected, switching to forced 29.970030 fps
18:28:29 T:3540   DEBUG: CDVDClock::Discontinuity - CDVDPlayerVideo::OutputPicture - was:4144796.702307, should be:4078678.265202, error:-66118.437105
18:28:30 T:3832   DEBUG: DVDNAV_CELL_CHANGE (HOLDING)
18:28:30 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - Cell change: Title 1, Chapter 3
18:28:30 T:3832   DEBUG: CDVDInputStreamNavigator::ProcessBlock - At position 0% inside the feature
18:28:30 T:3832   DEBUG: DVDNAV_CELL_CHANGE
18:28:30 T:3832    INFO: CDVDInputStreamNavigator::ProcessBlock - none or invalid audio stream selected, defaulting to first
18:28:30 T:3832   DEBUG: CDVDInputStreamNavigator::SetActiveAudioStream - id: 0, stream: -1
18:28:30 T:3832   DEBUG: DVDNAV_NAV_PACKET - DISCONTINUITY FROM:1481833 TO:280633 DIFF:-1201200
18:28:30 T:3832   DEBUG: CDVDPlayer::SetCaching - caching state 1
18:28:30 T:3832 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
18:28:30 T:3832   DEBUG: DVDNAV_STOP
18:28:30 T:3832   DEBUG: CDVDPlayer::SetCaching - caching state 0
18:28:30 T:4616   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
18:28:30 T:3540    INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
18:28:30 T:3540   DEBUG: CDVDClock::Discontinuity - CDVDPlayerVideo::OutputPicture - was:4935138.463722, should be:3964405.715697, error:-970732.748025
18:28:30 T:3832   DEBUG: CDVDPlayer::HandleMessages - player started 2
18:28:30 T:3540   DEBUG: CDVDPlayerVideo::CalcDropRequirement - hurry: 1
18:28:31 T:3540   DEBUG: Previous line repeats 3 times.
18:28:31 T:3540 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available
18:28:31 T:3832  NOTICE: CDVDPlayer::OnExit()
18:28:31 T:3832  NOTICE: DVDPlayer: eof, waiting for queues to empty
18:28:31 T:3832  NOTICE: Closing stream player 2
18:28:31 T:3832  NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
18:28:31 T:3540   DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
18:28:31 T:3832  NOTICE: waiting for video thread to exit
18:28:31 T:3540   ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
18:28:31 T:3540  NOTICE: thread end: video_thread
18:28:31 T:3540   DEBUG: Thread DVDPlayerVideo 3540 terminating
18:28:31 T:3832  NOTICE: deleting video codec
18:28:31 T:3832   DEBUG: CApplication::OnPlayBackEnded: play state was 2, starting 0
18:28:31 T:3832   DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
18:28:31 T:3832   DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
18:28:31 T:3832   DEBUG: Thread DVDPlayer 3832 terminating
18:28:31 T:4616   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
18:28:31 T:4616   DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
18:28:31 T:4616   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
18:28:31 T:4616   DEBUG: ------ Window Init (MyVideoNav.xml) ------
18:28:31 T:4616   DEBUG: CGUIMediaWindow::GetDirectory (videodb://tvshows/titles/46/-2/?tvshowid=46)
18:28:31 T:4616   DEBUG:   ParentPath = [videodb://tvshows/titles/46/-2/?tvshowid=46]
18:28:31 T:4616   DEBUG: CVideoDatabase::RunQuery took 1 ms for 8 items query: select * from episode_view  WHERE episode_view.idShow = 46
18:28:31 T:4616   DEBUG: CVideoDatabase::RunQuery took 2 ms for 0 items query: select * from movie_view join movielinktvshow on movielinktvshow.idMovie=movie_view.idMovie WHERE movielinktvshow.idShow = 46
18:28:31 T:4616   DEBUG: WindowVideoNav::GetDirectory
18:28:31 T:3768  NOTICE: Thread BackgroundLoader start, auto delete: false
18:28:31 T:3768   DEBUG: Thread BackgroundLoader 3768 terminating
18:28:31 T:4616  NOTICE: CDVDPlayer::CloseFile()
18:28:31 T:4616  NOTICE: DVDPlayer: waiting for threads to exit
18:28:31 T:4616  NOTICE: DVDPlayer: finished waiting
18:28:31 T:4616  NOTICE: CDVDPlayer::CloseFile()
18:28:31 T:4616  NOTICE: DVDPlayer: waiting for threads to exit
18:28:31 T:4616  NOTICE: DVDPlayer: finished waiting
18:28:31 T:3672   DEBUG: CSaveFileStateJob::DoWork - Saving file state for video item D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso
18:28:31 T:3672   DEBUG: CSaveFileStateJob::DoWork - Marking video item D:\HTPC\TV\Jersey Shore\S01\S01E01E02E03E04.iso as watched
18:28:31 T:3672   DEBUG: CAnnouncementManager - Announcement: OnUpdate from xbmc
18:28:31 T:3672   DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
18:28:35 T:4616   DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
18:29:01 T:4616   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/libdvdnav.dll)
18:29:01 T:940   DEBUG: Thread JobWorker 940 terminating (autodelete)
18:29:01 T:3672   DEBUG: Thread JobWorker 3672 terminating (autodelete)

minix box

$
0
0
I am having problems opening the stream for all movies and or shows, through the Brilliant tv app and my Minix Andriod Box. It tells me that the script has failed. Can someone help me,

Live to set up

$
0
0
What add on do i choose from the list of pvr manager?

How to detect New Media event and how to do Safe Remove?

$
0
0
Hello Kodi team and developers,

Story:
I am working on a service plugin that automatically copies the photos from SD flash to my photo media library in specific folder structure of my preference (YYYY-MM/YYYY-MM-DD/IMGXXX.jpg), skips photos that are already copied, creates preview picture of the month folder, etc.
In my family the photographer is my wife, so the target is to have a seamless way to backup her photos from SD card with as minimum movements as possible.
My ultimate goal is this workflow: my wife inserts the SD card from the camera into the card reader, service plugin detects new media and automatically kicks in the backup process displaying progress bar and once all photos are copied - a dialog is displayed asking her if she wants to Safely Remove the media, she clicks OK - a confirmation is displayed that media is disconnected (Kodi does that already). She removes the SD card and inserts her next SD card. Happy wife - happy life Smile

My initial version is doing most already, except it is polling for the target media folder from settings and kicks in when the list of files is changed and cannot safely remove media.

Questions:
1) How do I detect New Media is connected? i.e. when Kodi displays "New Media Connected" and debug log shows:
INFO: UDisks: Added /media/htpc/3930-6466

I need to detect event and get media path.
Ideally I need cross platform detection, while linux way is minimum.

2) How do I initiate Safely Remove media from plugin?

Thank you for your help!

How do you customize the PVR Guide?

$
0
0
I am running mythtv backend with kodi as the frontend. It works great, but I would like some functionality similar to Pseudotv live. The problem, however, is that I cannot pause and record from the PTVL interface. Is there any way to do this with another addon?

Newbie-Some issues and questions

$
0
0
Hi and thanks for your help

Purchased a mygica1800 box and have been playing around. Was able to install video addons but many do not work. Just wondering if it could be a compatibility issue (running version 15.1 of kodi) or a regional setting thing.

Examples; I installed superrepo repository, installed from zip, then enabled addons, but when I try to see videos, I get the red x saying see error log.

My plan was to install (please don't judge) gay porn addons such as aeMD,pridetube,gaypornia,xhamster gay..but the repo only has one gay addon but many other hetero porn addons , and the gay ones dont work...(no issues with other porn addon ons and video playback)

Is kodi gay friendly ? Lol

Then I Googled gay porn addon and found agx repo but can't locate the repo url. (To add repo from source) So I tried talking the zip file downloaded from pc on usb key but can't figure out how to install repository from usb port from mygiga..it doesn't show the usb port as a choice.

Last question. Is this box natively or by design "jailbroken"? The place I bought it from had many others jailbroken devices, but I chose this one as it seemed more powerful. I forgot to ask if it was jailbroken. I can see many movies ( the very latest ones such as Martians of poor quality...we even see people or their shadows passing in front of screen where the movie was taped...lol...) i figure a have access to everything..

Thanks

Stereo always upmixes

$
0
0
Hi all,

I'm giving KODI another try - my media center is currently an ancient MythTV and it's getting... ugh.

Anyway, I'm having a bit of an audio issue - stereo seems to always upmix to multichannel. Stuff that's actually encoded with multichannel works perfectly, but stereo is always upmixed. The upmix option IS disabled. I have also tried enabling it. And redisabling it.

This happens with music (I've tried both FLAC and MP3, both from files I created) and video (which I've also created myself over the years, so there's AVI containers and MKV containers, anything from reencoding mono to MP3, to stereo reencoded as AAC). No matter what I do, stereo gets upmixed to multichannel.

This is the very same system I run MythTV on, using the same audio device (using ALSA, not Pulse). Any other player (MythTV, mpg123, mplayer, vlc) stereo is plain stereo.

I am running Ubuntu 14.04.3 and Kodi 15.2 (Git: 02r7013) which I installed using the PPA. Using HDMI output.

Anyone have any ideas?

EDIT: Forgot to add debug log. it is at http://pastebin.com/SUR7nhi0

Schedule and split recording

$
0
0
Hello everyone,, i'm very new to Kodi and PVR software so all assistance is welcome.

I would like to record a 24 hour transmission of a tv channel with all the shows and commercials. I believe with Kodi, i can schedule recordings, however i would also want to split the the recordings into various lengths (during the recording) so i would not have a 24hour long clip in my timeline when editing. Is that possible, if so, how?

Thank you in advance :-)

Grainy picture quality + greenish tinge in the video

$
0
0
Hello
I have just setup my home theatre with a 50" full hd led with an onkyo 3700. I have connected this to my old laptop which is just about to manage to play my full hd 5gb odd 6 channel dts mkv files. I am on the latest stable version of kodi.

The problem I am facing is that the picture quality is extremely grainy on the tv. I tried VLC, there its better(though not as clear as the source file used to look on my old 42inch tv). Tried multiple movies, but same problem exists everywhere.

What setting could be wrong? I already changed rendering to software and disabled dxga as mentioned in other threads. Still no improvement.

Also the picture quality is much greener than normal. Even in hindi movies, the actor's hair looks greenish in certain shots.
Please help.

Multichannel downmix

$
0
0
I have a Rpi2 with openelec kodi.

A Yamaha RX-V465 with up to 7.1 channel support.

But only stereo speakers connected

Rpi2 via HDMI to Reciver and then hdmi to Tv.


What audio settings am i supposed to use in kodi to make this work great?

my reciver supports all the passthrough options shown in kodi.

let the pi downmix to stereo? what settings do i use then?
or let the reciver downmix to stereo? In this case do i setup kodi settings like im using all maxxed out with passthrou 7.1 and DTS enables and so on?

pvr conflict problem

$
0
0
Hi I got a conflict problem with my pvr I can only play demo stuff, not stuff from simple client could someone assist me with issues please if I turn the demo off then the TV on my task bar goes missing, but if I put pvr demo on it works just playing demo

Streaming services on various boxes


Jarvis text rendering display Error

$
0
0
Hey Kodi Team,

Test with different latest Jarvis Nightly Builds, own Skin and Confluence..
On a Windows 7 intel i7 system with onboard Intel HD graphics (with different drivers)

Seems to be a text rendering display Error in labels with

<autoscroll>true</autoscroll>

and

<scrollspeed>xxx</scrollspeed>

Images are Confluence, Home with white background for a better contrast.
With standard title font expect a bigger fontsize and without shadowcolor.

[Image: 23551028zx.jpg]

[Image: 23551029fp.png]

with <scrollspeed> tag in default or direct in the label, depending on the speed
on all scrollspeed values, more or less.

I not sure if this is a Jarvis error?, but work in different previous versions.

regards

Kodi crashes daily after 15.2 update

$
0
0
Hi
I updated Kodi to 15.2 a few days ago and from that time on Kodi crashes daily. I'm running Kodi 15.2 och Mac OS X 10.11.1. I also tried to do a clean install of Kodi but still experience these crashes.

Crash report:
http://pastebin.com/m33Y7E0h

Windows 10 Display settings at 125%

$
0
0
Hi,

In W10 there is an option to "Change the size of text, app , and other items: 125%)

If I do this, so its easier to read the desktop on the TV from the other side fo the room, can I have Kodi remain at the original 100%?

15.2 Recently added not working

$
0
0
Hi all,

sorry if there was already solution for my problem but I have been looking the forum for hours and I can't find it.
I have been using XBMC/KODI for few years now and recently added never really worked for me and finally I am trying to solve the problem but I am like a stupit blind man and cannot do anything about it.

I am using 15.2 on Win10 now (Confluence of course), I have two issues: recently added on home screen is only available for music section - however it did not update since I installed XBMC for the first time.

So the question is how to make it update in the music section and how to make it show in the movies/tv shows sections.

In menu I have checked "Show Recently added Videos " and "Show Recently added Music". Tried to uncheck it and check again but it doesn't change anything.

I created advancedsettings.xml which is (I think) correctly loaded.
19:06:26 T:4284 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
19:06:26 T:4284 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<videolibrary>
<dateadded>0</dateadded>
</videolibrary>
</advancedsettings>

But still with no effect.

I have also selected in menu automatic library update during startup.

Can someone please give me some hint how to solve it?

Thanks, a lot,
Maciek

Selectively refusing to scrape some movies

$
0
0
Hi there

My setup involves the following:

1 x vero running OSMC
2 x RPi B running OSMC
1 x Windows 10 PC running Kodi
all served by a Synology 1811+ NAS via FTP

All the movies here are added to the database except for 8 - and those eight movies do play in any other media player. Strangely they are the 8 Harry Potter movies.

Using the PC logs, the relevant lines appear to be:

2235. 23:19:40 T:1908   ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://192.168.1.14/volume1/Media/Movies/Harry Potter and the Goblet of Fire (2005)/
2236. 23:19:40 T:1908   DEBUG: VideoInfoScanner: Scanning dir 'nfs://192.168.1.14/volume1/Media/Movies/Harry Potter and the Goblet of Fire (2005)/' as not in the database
2237. 23:19:40 T:1908   DEBUG: VideoInfoScanner: No (new) information was found in dir nfs://192.168.1.14/volume1/Media/Movies/Harry Potter and the Goblet of Fire (2005)/
2238. 23:19:40 T:1908   ERROR: Failed to open(//Movies/Harry Potter and the Half Blood Prince (2009)/) opendir call failed with "NFS: READDIRPLUS of //Movies failed with NFS3ERR_ACCES(-13)"

You can find the complete log here: xbmclogs.com/pap9lsdle

Can anyone please advise?

Thanks very much
Viewing all 85308 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>