Bug webdav problems adding to libary.
#1
Hello! Ive recently switched to webdav and I cant suceed building my movie libary. Kodi think there is some .nomedia file which there sure isnt.
Tv-shows works but not movies, the same movie dir can be built by samba or https.
I can also browse the libary fine and play from it as in the file browser.

3:12:59 T:4488 NOTICE: VideoInfoScanner: Starting scan ..
13:13:00 T:4488 WARNING: Skipping item 'davs://USERNAMETongue[email protected]:443/dav/pub/film/' with '.nomedia' file in parent directory, it won't be added to the library.
13:13:00 T:4488 WARNING: Skipping item 'davs://USERNAMETongue[email protected]:443/dav/pub/film/Breakfast%20at%20Tiffany%27s%20%281961%29/' with '.nomedia' file in parent directory, it won't be added to the library.
13:13:00 T:4488 WARNING: Skipping item 'davs://USERNAMETongue[email protected]:443/dav/pub/film/Brokeback%20Mountain%20%282005%29/' with '.nomedia' file in parent directory, it won't be added to the library.
13:13:00 T:4488 WARNING: Skipping item 'davs://USERNAMETongue[email protected]:443/dav/pub/film/Bullitt%20%281968%29/' with '.nomedia' file in parent directory, it won't be added to the library.
13:13:00 T:4488 WARNING: Skipping item 'davs://USERNAMETongue[email protected]:443/dav/pub/film/Cache%20%282005%29/' with '.nomedia' file in parent directory, it won't be added to the library.
13:13:00 T:4488 WARNING: Skipping item 'davs://USERNAMETongue[email protected]:443/dav/pub/film/Donnie%20Darko%20%282001%29/' with '.nomedia' file in parent directory, it won't be added to the library.
13:13:00 T:4488 WARNING: Skipping item 'davs://USERNAMETongue[email protected]:443/dav/pub/film/Once%20Upon%20A%20Time%20In%20America%20%281984%29/' with '.nomedia' file in parent directory, it won't be added to the library.
13:13:00 T:4488 WARNING: Skipping item 'davs://USERNAMETongue[email protected]:443/dav/pub/film/Rear%20Window%20%281954%29/' with '.nomedia' file in parent directory, it won't be added to the library.
13:13:00 T:4488 WARNING: Skipping item 'davs://USERNAMETongue[email protected]:443/dav/pub/film/The%20Dark%20Knight%20%282008%29/' with '.nomedia' file in parent directory, it won't be added to the library.
13:13:00 T:4488 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:01

Ive also tried
<video>
<excludefromscan>
<regexp>[!-._ \\/].nomedia[-._ \\/]</regexp>
</excludefromscan>

with no help.
Reply
#2
It seems you really have a .nomedia file. What happens if you do: ls /path to/pub/film/.* | grep "nomedia" ?
Reply
#3
(2015-05-03, 13:27)kyungrak Wrote: It seems you really have a .nomedia file. What happens if you do: ls /path to/pub/film/.* | grep "nomedia" ?

no returns, Ive search with -iname **nomedia*" and checked manually like 10 times, it doesnt exist! if it did it wouldnt work with samba or https either I guess.
Reply
#4
Have you searched at the root level just to be sure?

cd /
sudo find -iname .noname

I might be wrong but I don't think samba or https processes .nomedia files.
Reply
#5
(2015-05-03, 13:48)kyungrak Wrote: Have you searched at the root level just to be sure?

cd /
sudo find -iname .noname

I might be wrong but I don't think samba or https processes .nomedia files.

Yep..

# find / -iname .noname
#
Reply
#6
there was a typo, i meant .nomedia and not .noname
Reply
#7
Found this thread: http://forum.kodi.tv/showthread.php?tid=210661&page=2

Might be related
Reply
#8
ah right .nomedia, Ive searched for that too and dont have it..
So what we need to do is ping @mksortiege Smile
Reply

Logout Mark Read Team Forum Stats Members Help
webdav problems adding to libary.0