Loading of photos failed via sftp/ssh when the folder is too big
#1
Hello,

I'm using XBMC 13.2 on my raspberry pi. My data (music, video and photo) is stored on an other computer and I access my data via sftp/ssh. Music and video works fine but I have a problem with photos. When I open a folder that is too big (more than ~ 200MB), XBMC loading some seconds and just shown an emtpy folder. If the folder is less than 200MB, all works fine.

Code:
#### folder with photo less than ~200MB
13:01:19 T:3037008672   DEBUG: CGUIMediaWindow::GetDirectory (sftp://USERNAME:[email protected]:22/home/pi/seafile/seafile-fuse/[email protected]/5b7aee26-8e48-4a07-a417-36d1a31b6f09_photo/2014/Strömtaler See/)
13:01:19 T:3037008672   DEBUG:   ParentPath = [sftp://USERNAME:[email protected]:22/home/pi/seafile/seafile-fuse/[email protected]/5b7aee26-8e48-4a07-a417-36d1a31b6f09_photo/2014/]
13:01:19 T:2807034944   DEBUG: webserver: request received for /jsonrpc
13:01:19 T:2807034944   DEBUG: Previous line repeats 1 times.
13:01:19 T:2807034944  NOTICE: Thread BackgroundLoader start, auto delete: false
13:01:19 T:2807034944   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libexif-arm.so)
13:01:19 T:2807034944   DEBUG: Loading: /opt/xbmc-bcm/xbmc-bin/lib/xbmc/system/libexif-arm.so
13:01:20 T:2807034944   DEBUG: Saving fileitems [sftp://USERNAME:[email protected]:22/home/pi/seafile/seafile-fuse/[email protected]/5b7aee26-8e48-4a07-a417-36d1a31b6f09_photo/2014/Strömtaler See/]
13:01:20 T:2807034944   DEBUG:   -- items: 6, sort method: 0, ascending: true
13:01:20 T:2807034944   DEBUG: Thread BackgroundLoader 2807034944 terminating
13:01:20 T:2807034944  NOTICE: Thread BackgroundLoader start, auto delete: false
13:01:21 T:2807034944   DEBUG: Thread BackgroundLoader 2807034944 terminating

#### folder with photo more than ~200MB
13:01:38 T:3037008672   DEBUG: CGUIMediaWindow::GetDirectory (sftp://USERNAME:[email protected]:22/home/pi/seafile/seafile-fuse/[email protected]/5b7aee26-8e48-4a07-a417-36d1a31b6f09_photo/2014/Zypern/)
13:01:38 T:3037008672   DEBUG:   ParentPath = [sftp://USERNAME:[email protected]:22/home/pi/seafile/seafile-fuse/[email protected]/5b7aee26-8e48-4a07-a417-36d1a31b6f09_photo/2014/]
13:01:38 T:2807034944   DEBUG: Thread BackgroundLoader 2807034944 terminating
13:01:38 T:2807034944   DEBUG: webserver: request received for /jsonrpc
13:01:39 T:3037008672   DEBUG: Previous line repeats 1 times.
13:01:39 T:3037008672   DEBUG: ------ Window Init (DialogBusy.xml) ------

13:01:45 T:2807034944  NOTICE: Thread BackgroundLoader start, auto delete: false
13:01:46 T:2807034944   DEBUG: Thread BackgroundLoader 2807034944 terminating
13:01:46 T:3037008672   DEBUG: ------ Window Deinit (DialogBusy.xml) ------

13:01:51 T:3037008672   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/libexif-arm.so)
13:01:51 T:3037008672   DEBUG: Unloading: libexif-arm.so

Any hints?

Thank you!
Reply

Logout Mark Read Team Forum Stats Members Help
Loading of photos failed via sftp/ssh when the folder is too big0