My nfs server stores my media. TV Shows are stored at /shared/tvshows
If I navigate using the Kodi UI to TVShows/Titles it shows me "Battlestar Galactica (2003)" as being there, but the gui suggests there are no seasons/episodes.
But when I connect to the RPi 3 using ssh:
Code
LibreELEC:~ # mkdir shared
LibreELEC:~ # mount 192.168.129.100:/shared /storage/shared
LibreELEC:~ # cd shared
LibreELEC:~/shared # ls tvshows
A Discovery of Witches Ripper Street
American Gods Star Trek Discovery
Battlestar Galactica (2003) Star Trek Picard
Game of Thrones The Bridge (2011)
Good Omens The Expanse
Lost in Space (2018) The Last Kingdom
Lucifer The Witcher
Outlander Vera
LibreELEC:~/shared # cd tvshows
LibreELEC:~/shared/tvshows # cd Battlestar\ Galactica\ \(2003\)/
LibreELEC:~/shared/tvshows/Battlestar Galactica (2003) # ls
Season 01 Season 02 Season 03 Season 04 tvshow.nfo
LibreELEC:~/shared/tvshows/Battlestar Galactica (2003) # ls -l Season\ 01
total 5069712
-rw-rw-rw- 2 136 users 408351816 Oct 22 20:33 Battlestar Galactica (2003) - S01E01 - 33.mp4
-rw-rw-rw- 2 136 users 400151366 Oct 22 20:33 Battlestar Galactica (2003) - S01E02 - Water.mp4
-rw-rw-rw- 2 136 users 398519142 Oct 22 23:13 Battlestar Galactica (2003) - S01E03 - Bastille Day.mp4
-rw-rw-rw- 2 136 users 396620167 Oct 22 17:39 Battlestar Galactica (2003) - S01E04 - Act of Contrition.mp4
-rw-rw-rw- 2 136 users 397067963 Oct 22 23:12 Battlestar Galactica (2003) - S01E05 - You Can't Go Home Again.mp4
-rw-rw-rw- 2 136 users 397098604 Oct 22 23:11 Battlestar Galactica (2003) - S01E06 - Litmus.mp4
-rw-rw-rw- 2 136 users 397732026 Oct 22 23:13 Battlestar Galactica (2003) - S01E07 - Six Degrees of Separation.mp4
-rw-rw-rw- 2 136 users 399702039 Oct 22 23:12 Battlestar Galactica (2003) - S01E08 - Flesh and Bone.mp4
-rw-rw-rw- 2 136 users 400763391 Oct 22 23:11 Battlestar Galactica (2003) - S01E09 - Tigh Me Up, Tigh Me Down.mp4
-rw-rw-rw- 2 136 users 397557418 Oct 22 23:12 Battlestar Galactica (2003) - S01E10 - The Hand of God.mp4
-rw-rw-rw- 2 136 users 399006043 Oct 22 23:13 Battlestar Galactica (2003) - S01E11 - Colonial Day.mp4
-rw-rw-rw- 2 136 users 398362709 Oct 22 17:32 Battlestar Galactica (2003) - S01E12 - Kobol's Last Gleaming (1).mp4
-rw-rw-rw- 2 136 users 400427085 Oct 22 17:40 Battlestar Galactica (2003) - S01E13 - Kobol's Last Gleaming (2).mp4
LibreELEC:~/shared/tvshows/Battlestar Galactica (2003) #
Display More
which tells me that the files are there??!
What's wrong please