Dear friends,
my Vero2 has a 192.168.174.4 address. My Rpi2 has a 192.168.174.9 address.
The RPI2 has a 1TB disk attached to it on which amongst other things I keep my movies files.
The movie files are all in a large miscellaneous directory along with many other document types in /home/bob/WD1TB/document/docs.
The RPI2 also has an /home/bob/WD1TB/movies directory with one directory per each movie and inside this second directory I have a symlink to the corresponding movie file in document/docs plus all of the usual .nfo .jpg .png descriptor files.
All of these files and directories are owned by a 1001.1001 user and are all mod 777 (or d777 for directories).
This is the result of the df command from Vero:
192.168.174.9:/home/bob/WD1TB 1922726704 1664519864 160514888 92% /mnt/WD1TB
this is the result of mount command
192.168.174.9:/home/bob/WD1TB on /mnt/WD1TB type nfs (rw,noatime,vers=3,rsize=8192,wsize=8192,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.174.9,mountvers=3,mountport=45835,mountproto=tcp,local_lock=none,addr=192.168.174.9)
The problem is that I am missing several files I’m sharing in the Movies menu (while they are visible in the Files-Videos menus).
The content is set to Movies, scraper is local info only and each movie in its own folder scan recursively.
Here is one of the movies I am not able to see in the Movies menu, as seen from OSMC command line:
osmc@osmc:/mnt/WD1TB/movies/Solo (2018) 1080p x264 Eng$ ls -la
total 3824
drwxrwxrwx 3 1001 1001 4096 Oct 7 15:44 .
drwxrwxrwx 407 1001 1001 32768 Oct 7 16:28 …
drwxrwxrwx 2 1001 1001 4096 Oct 7 15:44 .AppleDouble
-rwxrwxrwx 1 1001 1001 110093 Sep 28 20:49 Solo-banner.jpg
-rwxrwxrwx 1 1001 1001 1303554 Sep 28 20:49 Solo-fanart.jpg
-rwxrwxrwx 1 1001 1001 179341 Sep 28 20:49 Solo-landscape.jpg
-rwxrwxrwx 1 1001 1001 946571 Sep 28 20:49 Solo-poster.jpg
lrwxrwxrwx 1 1001 1001 84 Sep 28 20:45 Solo.mkv -> …/…/document/docs/Solo.A.Star.Wars.Story.2018.1080p.mkv
-rwxrwxrwx 1 1001 1001 36869 Sep 28 20:49 Solo.nfo
-rwxrwxrwx 1 1001 1001 790369 Sep 28 20:49 clearart.png
-rwxrwxrwx 1 1001 1001 416438 Sep 28 20:49 disc.png
-rwxrwxrwx 1 1001 1001 67416 Sep 28 20:49 logo.png
osmc@osmc:/mnt/WD1TB/movies/Solo (2018) 1080p x264 Eng$ file Solo.mkv
Solo.mkv: symbolic link to …/…/document/docs/Solo.A.Star.Wars.Story.2018.1080p.mkv
osmc@osmc:/mnt/WD1TB/movies/Solo (2018) 1080p x264 Eng$ file
…/…/document/docs/Solo.A.Star.Wars.Story.2018.1080p.mkv: Matroska data
Any ideas on why the Movies entry is not created like so many others correctly? Apparently all file flags are just the same.
Thank you