Win File from the Movies folder take forever to rub
#1
I currently have 12.3 on Windows 7 64bit. All my videos and movies are stored locally on the HTPC.
The issue only started in the last month or so.
When i try to run movies from the Movies item in XBMC it takes them about 5 minutes to start, sometimes longer.
If i go to Video item and run the same movie it starts right away.

Here is the log from when i open the movie
Any help would be really appreciated
!
Code:
14:30:08 T:4424  NOTICE: DVDPlayer: Opening: E:\1. Movies\Teenage Mutant Ninja Turtles (2014) [1080p]\Teenage.Mutant.Ninja.Turtles.2014.1080p.BluRay.x264.YIFY.mp4
14:30:08 T:4424 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
14:30:08 T:4424   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
14:30:08 T:4424   DEBUG: DXVA - cheking samples array size using 842094158 render target
14:30:08 T:4424   DEBUG: DXVA - cheking samples array size using 842094169 render target
14:30:08 T:2836  NOTICE: Thread CDVDPlayer start, auto delete: false
14:30:08 T:2836  NOTICE: Creating InputStream
14:30:08 T:2836   DEBUG: CUtil::ScanForExternalSubtitles: Searching for subtitles...
14:30:08 T:2836   DEBUG: CUtil::ScanForExternalSubtitles: END (total time: 1 ms)
14:30:08 T:2836  NOTICE: Creating Demuxer
14:30:08 T:4424   DEBUG: ------ Window Init (DialogBusy.xml) ------
14:30:10 T:4572   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0",  "id": 1, "method": "VideoLibrary.GetMovies", "params": {"properties": ["title", "originaltitle", "playcount", "year", "genre", "studio", "country", "tagline", "plot", "runtime", "file", "plotoutline", "lastplayed", "trailer", "rating", "resume", "art", "streamdetails", "mpaa", "director"], "limits": {"end": 20}, "sort": {"method": "random" }, "filter": {"field": "playcount", "operator": "lessthan", "value": "1"}}}
14:30:10 T:4572   DEBUG: JSONRPC: Calling videolibrary.getmovies
14:30:10 T:4572   DEBUG: CVideoDatabase::RunQuery took 12 ms for 430 items query: select * from movieview  WHERE ((movieview.playCount IS NULL OR movieview.playCount < 1))
14:30:10 T:4572   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "id": 1, "method": "VideoLibrary.GetEpisodes", "params": { "properties": ["title", "playcount", "season", "episode", "showtitle", "plot", "file", "rating", "resume", "tvshowid", "art", "streamdetails", "firstaired", "runtime"], "limits": {"end": 20}, "sort": {"method": "random" }, "filter": {"field": "playcount", "operator": "lessthan", "value": "1"}}}
14:30:10 T:4572   DEBUG: JSONRPC: Calling videolibrary.getepisodes
14:30:10 T:4572   DEBUG: CVideoDatabase::RunQuery took 75 ms for 4567 items query: select * from episodeview  WHERE ((episodeview.playCount IS NULL OR episodeview.playCount < 1))
14:30:10 T:4572   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0",  "id": 1, "method": "VideoLibrary.GetMusicVideos", "params": {"properties": ["title", "artist", "playcount", "year", "plot", "genre", "runtime", "fanart", "thumbnail", "file", "streamdetails", "resume"],  "limits": {"end": 20}, "sort": {"method": "random"}}}
14:30:10 T:4572   DEBUG: JSONRPC: Calling videolibrary.getmusicvideos
14:30:10 T:4572   DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideoview
14:30:10 T:4572   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "id": 1, "method": "AudioLibrary.GetAlbums", "params": {"properties": ["title", "description", "albumlabel", "theme", "mood", "style", "type", "artist", "genre", "year", "thumbnail", "fanart", "rating", "playcount"], "limits": {"end": 20}, "sort": {"method": "random"}}}
14:30:10 T:4572   DEBUG: JSONRPC: Calling audiolibrary.getalbums
14:30:10 T:4572   DEBUG: CMusicDatabase::GetAlbumsByWhere query: SELECT albumview.* FROM albumview  WHERE albumview.strAlbum <> ''
14:30:10 T:4572   DEBUG: CMusicDatabase::GetAlbumsByWhere - query took 0 ms
14:30:10 T:4572   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "AudioLibrary.GetArtists", "params": {"properties": ["genre", "description", "mood", "style", "born", "died", "formed", "disbanded", "yearsactive", "instrument", "fanart", "thumbnail"], "sort": {"method": "random"}, "limits": {"end": 20}}, "id": 1}
14:30:10 T:4572   DEBUG: JSONRPC: Calling audiolibrary.getartists
14:30:10 T:4572   DEBUG: CMusicDatabase::GetArtistsByWhere query: SELECT artistview.* FROM artistview  WHERE (artistview.idArtist IN (SELECT song_artist.idArtist FROM song_artist) OR artistview.idArtist IN (SELECT album_artist.idArtist FROM album_artist)) and artistview.strArtist != '' and artistview.idArtist <> 1
14:30:10 T:4572   DEBUG: Time to retrieve artists from dataset = 1
14:30:10 T:4572   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "id": 1, "method": "AudioLibrary.GetSongs", "params": {"properties": ["title", "playcount", "artist", "album", "year", "file", "thumbnail", "fanart", "rating"], "filter": {"field": "playcount", "operator": "lessthan", "value": "1"}, "limits": {"end": 20},  "sort": {"method": "random"}}}
14:30:10 T:4572   DEBUG: JSONRPC: Calling audiolibrary.getsongs
14:30:10 T:4572   DEBUG: CMusicDatabase::GetSongsByWhere query = SELECT songview.* FROM songview  WHERE ((CAST(songview.iTimesPlayed as DECIMAL(5,1)) < 1))
14:30:10 T:4572   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "Addons.GetAddons", "params": {"properties": ["name", "author", "summary", "version", "fanart", "thumbnail"]}, "id": 1}
14:30:10 T:4572   DEBUG: JSONRPC: Calling addons.getaddons
14:30:10 T:4572   DEBUG: Skin Widgets: Total time needed to request random queries: 0:00:00.318000
14:30:16 T:4424   DEBUG: ------ Window Deinit (Pointer.xml) ------
14:30:19 T:4424   DEBUG: ------ Window Init (Pointer.xml) ------
14:30:22 T:4424   DEBUG: CWinEventsWin32::WndProcWindow is active
14:30:22 T:4424   DEBUG: CJoystick::Initialize : No Joystick found
14:30:22 T:4424   DEBUG: CWinEventsWin32::WndProcWindow is active
14:30:23 T:4424   DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\XBMC\XBMC.exe
14:30:23 T:4424   DEBUG: CWinEventsWin32::WndProc: window move event
14:30:23 T:4424   DEBUG: CWinEventsWin32::WndProc: window resize event
14:30:23 T:4424   DEBUG: CJoystick::Initialize : No Joystick found
14:30:23 T:4424   DEBUG: CWinEventsWin32::WndProcWindow is inactive
14:30:27 T:4424   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/swscale-2.dll)
14:30:27 T:4424   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/swresample-0.dll)
14:30:28 T:4424   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/avfilter-2.dll)
14:30:29 T:4424   DEBUG: CJoystick::Initialize : No Joystick found
14:30:29 T:4424   DEBUG: CWinEventsWin32::WndProcWindow is inactive
14:30:29 T:4424   DEBUG: CWinEventsWin32::WndProc: window move event
14:30:29 T:4424   DEBUG: CWinEventsWin32::WndProc: window resize event
14:30:29 T:4424   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
14:30:29 T:4424   DEBUG: CJoystick::Initialize : No Joystick found
14:30:29 T:4424   DEBUG: CWinEventsWin32::WndProcWindow is active
14:30:29 T:4424   DEBUG: ------ Window Deinit (Pointer.xml) ------
14:30:33 T:4424    INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://feeds.xbmc.org (easy=0E817E98, multi=00627A00)
14:30:40 T:4360   DEBUG: Thread Jobworker 4360 terminating (autodelete)
14:30:40 T:1420   DEBUG: Thread Jobworker 1420 terminating (autodelete)
14:30:40 T:2408   DEBUG: Thread Jobworker 2408 terminating (autodelete)
14:31:57 T:4424   DEBUG: ------ Window Init (Pointer.xml) ------
14:32:03 T:4424   DEBUG: ------ Window Deinit (Pointer.xml) ------
14:33:20 T:3456   ERROR: ffmpeg[D80]: [IMGUTILS] Picture size 0x0 is invalid
14:33:20 T:3456   ERROR: ffmpeg[D80]: [bintext] get_buffer() failed
14:33:20 T:3456   DEBUG: ffmpeg[D80]: [bin] decoding for stream 0 failed
14:33:20 T:3456   DEBUG: ffmpeg[D80]: [bin] Could not find codec parameters (Video: bintext, pal8)
14:33:20 T:3456   DEBUG: ffmpeg[D80]: [bin] Estimating duration from bitrate, this may be inaccurate
14:33:20 T:3456 WARNING: could not find codec parameters for G:\1. Movies\2010 and Older\The Brothers Grimm (2005)\The Brothers Grimm (2005).bin
14:33:20 T:5544  NOTICE: Thread Jobworker start, auto delete: true
14:33:20 T:2836   DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [mov,mp4,m4a,3gp,3g2,mj2]
14:33:20 T:3456   DEBUG: CThumbExtractor::DoWork - trying to extract filestream details from video file G:\1. Movies\2011\Swing Vote (2008)\Swing Vote (2008) (1).avi
14:33:20 T:2836   DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
14:33:20 T:2836   DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
14:33:20 T:2836    INFO: ffmpeg[B14]: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'E:\1. Movies\Teenage Mutant Ninja Turtles (2014) [1080p]\Teenage.Mutant.Ninja.Turtles.2014.1080p.BluRay.x264.YIFY.mp4':
14:33:20 T:2836    INFO: ffmpeg[B14]:   Metadata:
14:33:20 T:2836    INFO: ffmpeg[B14]:     major_brand     : isom
14:33:20 T:2836    INFO: ffmpeg[B14]:     minor_version   : 1
14:33:20 T:2836    INFO: ffmpeg[B14]:     compatible_brands: isomavc1
14:33:20 T:2836    INFO: ffmpeg[B14]:     creation_time   : 2014-11-25 18:33:11
14:33:20 T:2836    INFO: ffmpeg[B14]:   Duration: 01:41:18.08, start: 0.000000, bitrate: 2312 kb/s
14:33:20 T:2836    INFO: ffmpeg[B14]:     Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x800, 2214 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
14:33:20 T:2836    INFO: ffmpeg[B14]:     Metadata:
14:33:20 T:2836    INFO: ffmpeg[B14]:       creation_time   : 2014-11-25 18:33:11
14:33:20 T:2836    INFO: ffmpeg[B14]:       handler_name    : video.264#trackID=1:fps=23.976 - Imported with GPAC 0.5.0-rev
14:33:20 T:2836    INFO: ffmpeg[B14]:     Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 93 kb/s
14:33:20 T:2836    INFO: ffmpeg[B14]:     Metadata:
14:33:20 T:2836    INFO: ffmpeg[B14]:       creation_time   : 2014-11-25 18:33:19
14:33:20 T:2836    INFO: ffmpeg[B14]:       handler_name    : GPAC ISO Audio Handler
14:33:20 T:2836  NOTICE: Opening video stream: 0 source: 256
14:33:20 T:2836  NOTICE: Creating video codec with codec id: 28
14:33:20 T:2836   DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:yes DXVA:yes
14:33:20 T:2836   DEBUG: FactoryCodec - Video:  - Opening
14:33:20 T:2836   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swscale-2.dll)
14:33:20 T:2836   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swresample-0.dll)
14:33:20 T:2836   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avfilter-2.dll)
14:33:20 T:2836  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
14:33:20 T:2836   DEBUG: FactoryCodec - Video: ff-h264 - Opened
14:33:20 T:2836  NOTICE: Creating video thread
14:33:20 T:2836  NOTICE: Opening audio stream: 1 source: 256
14:33:20 T:2836  NOTICE: Finding audio codec for: 86018
14:33:20 T:2836   DEBUG: FactoryCodec - Audio: passthrough - Opening
14:33:20 T:2836   DEBUG: FactoryCodec - Audio: passthrough - Failed
14:33:20 T:5852  NOTICE: Thread CDVDPlayerVideo start, auto delete: false
14:33:20 T:5852  NOTICE: running thread: video_thread
14:33:20 T:5852   DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
14:33:20 T:2836   DEBUG: FactoryCodec - Audio: FFmpeg - Opening
14:33:20 T:2836   DEBUG: FactoryCodec - Audio: FFmpeg - Opened
14:33:20 T:2836  NOTICE: Creating audio thread
14:33:20 T:2836   DEBUG: CEdl::ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: E:\1. Movies\Teenage Mutant Ninja Turtles (2014) [1080p]\Teenage.Mutant.Ninja.Turtles.2014.1080p.BluRay.x264.YIFY.mp4
14:33:20 T:4516  NOTICE: Thread CDVDPlayerAudio start, auto delete: false
14:33:20 T:4516  NOTICE: running thread: CDVDPlayerAudio::Process()
14:33:20 T:2836   DEBUG: CDVDPlayer::SetCaching - caching state 3
14:33:20 T:2836   DEBUG: CDVDPlayer::CheckContinuity - wrapback :2, prev:83416.666667, curr:41708.333333, diff:-41708.333333
14:33:20 T:5852   DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(83416.666667, 1)
14:33:20 T:5852    INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
14:33:20 T:4516  NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
14:33:20 T:4516    INFO: CSoftAE::MakeStream - AE_FMT_S16NE, 48000, FL,FR
14:33:20 T:2836   DEBUG: CDVDPlayer::SetCaching - caching state 0
14:33:20 T:5852   DEBUG: DXVA - supports 'MPEG2 VLD'
14:33:20 T:5852   DEBUG: DXVA - supports 'MPEG2 IDCT'
14:33:20 T:5852   DEBUG: DXVA - supports 'H.264 VLD, no FGT'
14:33:20 T:5852   DEBUG: DXVA - supports 4245F676-2bbc-4166-a0bb-54e7b849c380
14:33:20 T:5852   DEBUG: DXVA - supports 6719B6FB-5cad-4acb-b00a-f3bfdec38727
14:33:20 T:5852   DEBUG: DXVA - supports 'VC-1 VLD'
14:33:20 T:5852   DEBUG: DXVA - supports CA15D19A-2b48-43d6-979e-7a6e9c802ff8
14:33:20 T:5852   DEBUG: DXVA - supports 7C74ADC6-e2ba-4ade-86de-30beabb40cc1
14:33:20 T:5852   DEBUG: DXVA - supports ED418A9F-010d-4eda-9ae3-9a65358d8d2e
14:33:20 T:5852   DEBUG: DXVA - trying 'H.264 VLD, no FGT'
14:33:20 T:5852   DEBUG: DXVA - source requires 4 references
14:33:20 T:5852   DEBUG: DXVA - config 0: bitstream type 2
14:33:20 T:5852   DEBUG: DXVA - config 1: bitstream type 2, encrypted
14:33:20 T:5852   DEBUG: DXVA - allocating 9 surfaces
14:33:20 T:4464   DEBUG: CSoftAE::Run - Sink was forgotten
14:33:20 T:4464   DEBUG: CSoftAE::Run - Sink restart flagged
14:33:20 T:4464    INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
14:33:20 T:4464   DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 66244
14:33:20 T:4464   DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
14:33:20 T:4464   DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
14:33:20 T:4464   DEBUG:   Audio Device    : AMD HDMI Output (2- AMD High Definition Audio Device)
14:33:20 T:4464   DEBUG:   Sample Rate     : 48000
14:33:20 T:4464   DEBUG:   Sample Format   : AE_FMT_FLOAT
14:33:20 T:4464   DEBUG:   Bits Per Sample : 32
14:33:20 T:4464   DEBUG:   Valid Bits/Samp : 32
14:33:20 T:4464   DEBUG:   Channel Count   : 2
14:33:20 T:4464   DEBUG:   Block Align     : 8
14:33:20 T:4464   DEBUG:   Avg. Bytes Sec  : 384000
14:33:20 T:4464   DEBUG:   Samples/Block   : 32
14:33:20 T:4464   DEBUG:   Format cBSize   : 22
14:33:20 T:4464   DEBUG:   Channel Layout  : FL,FR
14:33:20 T:4464   DEBUG:   Channel Mask    : 3
14:33:20 T:4464   DEBUG:   Frames          : 480
14:33:20 T:4464   DEBUG:   Frame Samples   : 960
14:33:20 T:4464   DEBUG:   Frame Size      : 8
14:33:20 T:4464   DEBUG: CSoftAE::InternalOpenSink - DirectSound Initialized:
14:33:20 T:4464   DEBUG:   Output Device : HDMI - AMD HDMI Output (2- AMD High Definition Audio Device)
14:33:20 T:4464   DEBUG:   Sample Rate   : 48000
14:33:20 T:4464   DEBUG:   Sample Format : AE_FMT_FLOAT
14:33:20 T:4464   DEBUG:   Channel Count : 2
14:33:20 T:4464   DEBUG:   Channel Layout: FL,FR
14:33:20 T:4464   DEBUG:   Frames        : 480
14:33:20 T:4464   DEBUG:   Frame Samples : 960
14:33:20 T:4464   DEBUG:   Frame Size    : 8
14:33:20 T:4464   DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 5.1
14:33:20 T:4464   DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 3840
14:33:20 T:4464   DEBUG: AERemap: Downmix normalization is disabled
14:33:20 T:4464   DEBUG: CSoftAEStream::CSoftAEStream - Converting from AE_FMT_S16NE to AE_FMT_FLOAT
14:33:20 T:4516   DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback
14:33:20 T:4516   DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(21333.333333, 0)
14:33:20 T:4516   DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:103678.287920, should be:70.910131, error:-103607.377789
14:33:20 T:4464   DEBUG: CSoftAE::Run - Sink restart flagged
14:33:20 T:4464   DEBUG: CAESinkDirectSound::IsCompatible: Formats compatible - reusing existing sink
14:33:20 T:4464    INFO: CSoftAE::InternalOpenSink - keeping old sink with : AE_FMT_FLOAT, FL,FR, 48000hz
14:33:20 T:4464   DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 5.1
14:33:20 T:4464   DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 3840
14:33:20 T:2836   DEBUG: CDVDPlayer::HandleMessages - player started 1
14:33:20 T:4424   DEBUG: CGUIInfoManager::SetCurrentMovie(E:\1. Movies\Teenage Mutant Ninja Turtles (2014) [1080p]\Teenage.Mutant.Ninja.Turtles.2014.1080p.BluRay.x264.YIFY.mp4)
14:33:20 T:5852    INFO: ffmpeg[16DC]: [h264] Cannot parallelize deblocking type 1, decoding such frames in sequential order
14:33:20 T:4424   DEBUG: CVideoDatabase::GetMovieId (E:\1. Movies\Teenage Mutant Ninja Turtles (2014) [1080p]\Teenage.Mutant.Ninja.Turtles.2014.1080p.BluRay.x264.YIFY.mp4), query = select idMovie from movie where idFile=6436
14:33:20 T:5852  NOTICE:  fps: 23.976024, pwidth: 1920, pheight: 800, dwidth: 1920, dheight: 800
14:33:20 T:5852   DEBUG: CDVDPlayerVideo::OutputPicture - change configuration. 1920x800. framerate: 23.98. format: DXVA
14:33:20 T:4464   DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
14:33:20 T:4424   DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
14:33:20 T:4424   DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
14:33:20 T:5852 WARNING: CRenderManager::Configure - timeout waiting for previous frame
14:33:20 T:5852  NOTICE: Display resolution DESKTOP : 1920x1080 @ 60.00 - Full Screen (16)
14:33:20 T:5852  NOTICE: D3D: rendering method forced to DXVA2 processor
14:33:20 T:5852   DEBUG: DXVA - processor found Progressive Device
14:33:20 T:5852   DEBUG: DXVA - processor selected Progressive Device
14:33:20 T:5852   DEBUG: DXVA - processor requires 0 past frames and 0 future frames
14:33:20 T:5852   DEBUG: CWinRenderer::SelectRenderMethod: Selected render method 3: DXVA
14:33:20 T:4424   DEBUG: created video buffer 0
14:33:20 T:4424   DEBUG: created video buffer 1
14:33:20 T:4424   DEBUG: Activating window ID: 12005
14:33:20 T:4424   DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
14:33:20 T:4424   DEBUG: ------ Window Init (VideoFullScreen.xml) ------
14:33:20 T:2836   DEBUG: CDVDPlayer::HandleMessages - player started 2
14:33:20 T:4424   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
14:33:21 T:3456   ERROR: CDVDDemuxFFmpeg::Open - error probing input format, G:\1. Movies\2011\Swing Vote (2008)\Swing Vote (2008) (1).avi
14:33:22 T:4516   DEBUG: CDVDPlayerAudio:: Discontinuity2 - was:2056196.139023, should be:2035922.353961, error:-20273.785062
14:33:24 T:4516   DEBUG: CDVDPlayerAudio:: Discontinuity2 - was:4035972.424121, should be:4010179.734796, error:-25792.689326
14:33:25 T:5852   DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33, frameduration: 41708.333333
14:33:51 T:5544   DEBUG: Thread Jobworker 5544 terminating (autodelete)
14:33:51 T:3456   DEBUG: Thread Jobworker 3456 terminating (autodelete)
14:34:00 T:4580   DEBUG: ### [Qlock] - Delaying 240 secs
14:35:37 T:4516   DEBUG: CDVDPlayerAudio:: Discontinuity2 - was:136388207.580025, should be:136399559.384211, error:11351.804186
14:37:59 T:4580   DEBUG: ### [Qlock] - Delaying 240 secs
14:39:36 T:4516   DEBUG: CDVDPlayerAudio:: Discontinuity2 - was:375508093.454311, should be:375519985.184049, error:11891.729737
14:41:58 T:4580   DEBUG: ### [Qlock] - Delaying 240 secs
14:43:37 T:4424   DEBUG: ------ Window Init (VideoOSD.xml) ------
14:43:37 T:4424   DEBUG: ------ Window Init (Pointer.xml) ------
14:43:39 T:4424   DEBUG: Keyboard: scancode: 2b, sym: 005c, unicode: 005c, modifier: 0
14:43:39 T:4424   DEBUG: CApplication::OnKey: backslash (f05c) pressed, action is ToggleFullScreen
14:43:39 T:4424   DEBUG: CWinSystemWin32::SetFullScreen (true fullscreen) on screen 0 with size 1920x1080, refresh 60.000000
14:43:39 T:4424   DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (1,1,1023,711)->(0,0,1920,1080 fullscreen)
14:43:39 T:4424   DEBUG: CWinEventsWin32::WndProc: window move event
14:43:39 T:4424   DEBUG: CWinEventsWin32::WndProc: window resize event
14:43:39 T:4424   DEBUG: CWinEventsWin32::WndProc: window move event
14:43:39 T:4424   DEBUG: CWinEventsWin32::WndProc: window resize event
14:43:39 T:4424   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
14:43:40 T:4424   DEBUG: Keyboard: scancode: 2b, sym: 005c, unicode: 005c, modifier: 0
14:43:40 T:4424   DEBUG: CApplication::OnKey: backslash (f05c) pressed, action is ToggleFullScreen
14:43:40 T:4424   DEBUG: CWinSystemWin32::SetFullScreen (windowed) on screen 0 with size 1000x655, refresh 0.000000
14:43:40 T:4424   DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1920,1080 fullscreen)->(1,1,1023,711)
14:43:40 T:4424   DEBUG: CWinEventsWin32::WndProc: window move event
14:43:40 T:4424   DEBUG: CWinEventsWin32::WndProc: window resize event
14:43:40 T:4424   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
14:43:41 T:4424   DEBUG: Keyboard: scancode: 2d, sym: 0078, unicode: 0078, modifier: 0
14:43:41 T:4424   DEBUG: CApplication::OnKey: x (f058) pressed, action is Stop
14:43:41 T:4424  NOTICE: CDVDPlayer::CloseFile()
14:43:41 T:4424  NOTICE: DVDPlayer: waiting for threads to exit
14:43:41 T:2836  NOTICE: CDVDPlayer::OnExit()
14:43:41 T:2836  NOTICE: DVDPlayer: closing audio stream
14:43:41 T:2836  NOTICE: Closing audio stream
14:43:41 T:2836  NOTICE: Waiting for audio thread to exit
14:43:41 T:4516  NOTICE: thread end: CDVDPlayerAudio::OnExit()
14:43:41 T:4516   DEBUG: Thread CDVDPlayerAudio 4516 terminating
14:43:41 T:2836  NOTICE: Closing audio device
14:43:41 T:2836   DEBUG: CSoftAEStream::~CSoftAEStream - Destructed
14:43:41 T:2836  NOTICE: Deleting audio codec
14:43:41 T:2836  NOTICE: DVDPlayer: closing video stream
14:43:41 T:2836  NOTICE: Closing video stream
14:43:41 T:2836  NOTICE: waiting for video thread to exit
14:43:41 T:4464   DEBUG: CSoftAE::Run - Sink restart flagged
14:43:41 T:4464   DEBUG: CAESinkDirectSound::IsCompatible: Formats Incompatible due to different :Sample Rates
14:43:41 T:4464    INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
14:43:41 T:4464   DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
14:43:41 T:4464   DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 66244
14:43:41 T:4464   DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
14:43:41 T:4464   DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
14:43:41 T:4464   DEBUG:   Audio Device    : AMD HDMI Output (2- AMD High Definition Audio Device)
14:43:41 T:4464   DEBUG:   Sample Rate     : 44100
14:43:41 T:4464   DEBUG:   Sample Format   : AE_FMT_FLOAT
14:43:41 T:4464   DEBUG:   Bits Per Sample : 32
14:43:41 T:4464   DEBUG:   Valid Bits/Samp : 32
14:43:41 T:4464   DEBUG:   Channel Count   : 2
14:43:41 T:4464   DEBUG:   Block Align     : 8
14:43:41 T:4464   DEBUG:   Avg. Bytes Sec  : 352800
14:43:41 T:4464   DEBUG:   Samples/Block   : 32
14:43:41 T:4464   DEBUG:   Format cBSize   : 22
14:43:41 T:4464   DEBUG:   Channel Layout  : FL,FR
14:43:41 T:4464   DEBUG:   Channel Mask    : 3
14:43:41 T:4464   DEBUG:   Frames          : 441
14:43:41 T:4464   DEBUG:   Frame Samples   : 882
14:43:41 T:4464   DEBUG:   Frame Size      : 8
14:43:41 T:4464   DEBUG: CSoftAE::InternalOpenSink - DirectSound Initialized:
14:43:41 T:4464   DEBUG:   Output Device : HDMI - AMD HDMI Output (2- AMD High Definition Audio Device)
14:43:41 T:4464   DEBUG:   Sample Rate   : 44100
14:43:41 T:4464   DEBUG:   Sample Format : AE_FMT_FLOAT
14:43:41 T:4464   DEBUG:   Channel Count : 2
14:43:41 T:4464   DEBUG:   Channel Layout: FL,FR
14:43:41 T:4464   DEBUG:   Frames        : 441
14:43:41 T:4464   DEBUG:   Frame Samples : 882
14:43:41 T:4464   DEBUG:   Frame Size    : 8
14:43:41 T:4464   DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 5.1
14:43:41 T:4464   DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 3528
14:43:41 T:4464   DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
14:43:41 T:5852  NOTICE: thread end: video_thread
14:43:41 T:5852   DEBUG: Thread CDVDPlayerVideo 5852 terminating
14:43:41 T:2836  NOTICE: deleting video codec
14:43:41 T:2836  NOTICE: CDVDPlayer::OnExit() deleting demuxer
14:43:41 T:2836  NOTICE: CDVDPlayer::OnExit() deleting input stream
14:43:41 T:2836   DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
14:43:41 T:2836   DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
14:43:41 T:2836   DEBUG: Thread CDVDPlayer 2836 terminating
14:43:41 T:4424  NOTICE: DVDPlayer: finished waiting
14:43:41 T:4424   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
14:43:41 T:4424   DEBUG: ------ Window Deinit (VideoOSD.xml) ------
14:43:41 T:4424   DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
14:43:41 T:4424   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
14:43:41 T:4424   DEBUG: ------ Window Init (MyVideoNav.xml) ------
14:43:41 T:4424   DEBUG: CGUIMediaWindow::GetDirectory (videodb://1/2/)
14:43:41 T:4424   DEBUG:   ParentPath = [videodb://1/2/]
14:43:41 T:4424   DEBUG: CVideoDatabase::RunQuery took 14 ms for 441 items query: select * from movieview
14:43:41 T:5528  NOTICE: Thread Background Loader start, auto delete: false
14:43:41 T:5528   DEBUG: Thread Background Loader 5528 terminating
14:43:41 T:3928  NOTICE: Thread Background Loader start, auto delete: false
14:43:41 T:3928   DEBUG: Thread Background Loader 3928 terminating
14:43:41 T:4424   DEBUG: ------ Window Deinit (Pointer.xml) ------
14:43:41 T:4424  NOTICE: CDVDPlayer::CloseFile()
14:43:41 T:4424 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
14:43:41 T:4424  NOTICE: DVDPlayer: waiting for threads to exit
14:43:41 T:4424  NOTICE: DVDPlayer: finished waiting
14:43:41 T:1508  NOTICE: Thread Jobworker start, auto delete: true
14:43:41 T:1508   DEBUG: CSaveFileStateJob::DoWork - Saving file state for video item E:\1. Movies\Teenage Mutant Ninja Turtles (2014) [1080p]\Teenage.Mutant.Ninja.Turtles.2014.1080p.BluRay.x264.YIFY.mp4
14:43:41 T:4372  NOTICE: Thread Jobworker start, auto delete: true
14:43:41 T:4372  NOTICE: Previous line repeats 1 times.
14:43:41 T:4372   DEBUG: CThumbExtractor::DoWork - trying to extract filestream details from video file G:\1. Movies\2011\Swing Vote (2008)\Swing Vote (2008) (1).avi
14:43:41 T:1508   DEBUG: CAnnouncementManager - Announcement: OnUpdate from xbmc
14:43:41 T:1508   DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
14:43:42 T:4424   DEBUG: ------ Window Init (Pointer.xml) ------
14:43:42 T:4372   ERROR: CDVDDemuxFFmpeg::Open - error probing input format, G:\1. Movies\2011\Swing Vote (2008)\Swing Vote (2008) (1).avi
14:43:42 T:4372   DEBUG: CThumbExtractor::DoWork - trying to extract filestream details from video file G:\1. Movies\2010 and Older\The Brothers Grimm (2005)\The Brothers Grimm (2005).bin
14:43:42 T:4372   DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [bin]
14:43:42 T:4372   DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
14:43:42 T:4372   ERROR: ffmpeg[1114]: [IMGUTILS] Picture size 1280x42293424 is invalid
14:43:42 T:4372   DEBUG: ffmpeg[1114]: [NULL] ignoring invalid width/height values
14:43:42 T:4572   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0",  "id": 1, "method": "VideoLibrary.GetMovies", "params": {"properties": ["title", "originaltitle", "playcount", "year", "genre", "studio", "country", "tagline", "plot", "runtime", "file", "plotoutline", "lastplayed", "trailer", "rating", "resume", "art", "streamdetails", "mpaa", "director"], "limits": {"end": 20}, "sort": {"order": "descending", "method": "lastplayed"}, "filter": {"field": "inprogress", "operator": "true", "value": ""}}}
14:43:42 T:4572   DEBUG: JSONRPC: Calling videolibrary.getmovies
14:43:42 T:4572   DEBUG: CVideoDatabase::RunQuery took 1 ms for 4 items query: select * from movieview  WHERE (movieview.idFile  IN (select idFile from bookmark where type = 1))
14:43:42 T:4572   DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0",  "id": 1, "method": "VideoLibrary.GetMovies", "params": {"properties": ["title", "originaltitle", "playcount", "year", "genre", "studio", "country", "tagline", "plot", "runtime", "file", "plotoutline", "lastplayed", "trailer", "rating", "resume", "art", "streamdetails", "mpaa", "director"], "limits": {"end": 20}, "sort": {"order": "descending", "method": "dateadded"}, "filter": {"field": "playcount", "operator": "is", "value": "0"}}}
14:43:42 T:4572   DEBUG: JSONRPC: Calling videolibrary.getmovies
14:43:42 T:4572   DEBUG: CVideoDatabase::RunQuery took 9 ms for 430 items query: select * from movieview  WHERE ((movieview.playCount IS NULL OR movieview.playCount = 0))
14:43:43 T:4424   DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\XBMC\XBMC.exe
14:43:43 T:4424   DEBUG: CWinEventsWin32::WndProc: window move event
14:43:43 T:4424   DEBUG: CWinEventsWin32::WndProc: window resize event
14:43:43 T:4424   DEBUG: CJoystick::Initialize : No Joystick found
14:43:43 T:4424   DEBUG: CWinEventsWin32::WndProcWindow is inactive
Reply
#2
Maybe someone wants to help..the thing is, that xbmc 12.3 is not supported anymore, so I would recommend to use the latest stable xbmc 13.2 gotham and see if your issue is fixed then
Reply
#3
The problem is i sort my movies by Last added and i would hate to loose the order as i got used to it. Is there a way to upgrade and keep that order?
Reply
#4
There's some errors in there with regards to it having issues with some .bin file movies, this came up a few days ago, so the issue/fix may be the same as here?
Reply
#5
oh yeah...didn´t saw the .bin file....

@urir10...remove this file and follow this:

http://forum.kodi.tv/showthread.php?tid=...pid1847086
Reply
#6
(2014-12-05, 01:40)urir10 Wrote: The problem is i sort my movies by Last added and i would hate to loose the order as i got used to it. Is there a way to upgrade and keep that order?

Upgrading XBMC/Kodi won't change the last-added order. Your library should be used as-is in new versions.
Reply
#7
(2014-12-05, 06:12)jznine Wrote: There's some errors in there with regards to it having issues with some .bin file movies, this came up a few days ago, so the issue/fix may be the same as here?

(2014-12-05, 10:51)David1977 Wrote: oh yeah...didn´t saw the .bin file....

@urir10...remove this file and follow this:

http://forum.kodi.tv/showthread.php?tid=...pid1847086

I deleted the bin files and its working like a charm now! thank you guys!!
Never figured that would be the issue
Reply

Logout Mark Read Team Forum Stats Members Help
File from the Movies folder take forever to rub0