enen92 / screensaver.kaster

A chromecast-like screensaver for Kodi
GNU General Public License v2.0
25 stars 12 forks source link

Recursive folders on a mounted USB drive not working #16

Open dgptamayo opened 4 years ago

dgptamayo commented 4 years ago

Hi. I'm having some issues using a mounted USB drive with subfolders inside. Here's the folder structure:

htpc@htpc:/mnt/media/photos$ ls -la
total 32
drwxrwxr-x 4 htpc htpc  4096 Feb 10 08:54 .
drwxrwxr-x 4 htpc htpc  4096 Feb 10 08:33 ..
drwxr-xr-x 2 htpc   htpc  4096 Feb 10 08:39 Folder-B
drwxrwsr-x 2 htpc   htpc 12288 Feb  9 22:33 Folder-A

debug log:

08:56:11.833 T:140313339994880   DEBUG: CGUIMediaWindow::GetDirectory ()
08:56:11.833 T:140313339994880   DEBUG:   ParentPath = []
08:56:11.867 T:140311600953088   ERROR: GetDirectory - Error getting /mnt/media/photos/Folder-A/Folder-B
08:56:12.745 T:140313217722112   DEBUG: CWebServer[8080]: request received for /jsonrpc

Wondering why it's trying to look for Folder-B inside Folder-A instead of using the root directory (/mnt/media/photos)