Kodi Community Forum
Update library missing new movies - fasthash? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Update library missing new movies - fasthash? (/showthread.php?tid=135815)



Update library missing new movies - fasthash? - nugget21 - 2012-07-11

I'm running Openelec 1.95.5 64bit (XBMC Eden)

All of the sudden my update library is skipping my 'Movies' folder and throws out the following line:

02:25:23 T:139997000754944 DEBUG: VideoInfoScanner: Skipping dir 'smb://192.168.x.xx/Movies/' due to no change (fasthash)

There are definitely new files in there and it should be scanning them in. My 'TV Shows' source still updates if I add new things in there. If I go into the Video section and go to 'scan for new content' on the movies source it does find them but why has it started doing this?

I've found a few results on here about this but none that seem to have a solution.

Any ideas?


RE: Update library missing new movies - fasthash? - jmarshall - 2012-07-11

The only reason it would do this is if when you add new files to that folder it doesn't update the modified time on the folder.


RE: Update library missing new movies - fasthash? - nugget21 - 2012-07-11

Ok, can you maybe point me in the right direction as to why copying files to that directory has all of the sudden stopped updating the modified time on the folder?


RE: Update library missing new movies - fasthash? - jmarshall - 2012-07-11

No idea, try it and see?


RE: Update library missing new movies - fasthash? - bleze - 2013-06-29

A similar problem regarding fasthash? In the database, I had paths stored but no movies. No idea how it happened. I could see the folders being skipped but the movies very missing from the library.

I cooked up this query;

delete from path where strHash like 'fast%'
and strPath not in (select c22 from movie)

After running it, I was able to update library and get back the missing movies.