Not creating local entry for file on external media

  • I have some episodes on my Linux server:

    Code
    amonra@charon:/shared/tvshows/The Wheel of Time/Season 01$ ll
    total 12023248
    drwxrwsrwx 1 sickchill           users                      286 Nov 21 21:16  ./
    drwxrwsrwx 1 sickchill           users                       18 Nov 21 19:33  ../
    -rw-rw-r-- 2 debian-transmission debian-transmission 3782233002 Nov 21 19:28 'The Wheel of Time - S01E01 - Leavetaking.mkv'
    -rw-rw-r-- 2 debian-transmission debian-transmission 4239546132 Nov 21 20:11 "The Wheel of Time - S01E02 - Shadow's Waiting.mkv"
    -rw-rw-r-- 2 debian-transmission debian-transmission 4290022011 Nov 21 20:41 'The Wheel of Time - S01E03 - A Place of Safety.mkv'
    amonra@charon:/shared/tvshows/The Wheel of Time/Season 01$ 

    This is shared to the Librelec/Kodi box using NFS at 192.168.129.100

    Looking at the NFS share from the Kodi box shows the episodes.

    Trying to Update Library for TV Shows doesn't update the local list of shows and episodes. Log file: http://ix.io/3FME

    The only line that I can find that appears relevant says:

    Code
    2021-11-22 12:00:28.632 T:1799328640   DEBUG: VideoInfoScanner: Skipping dir 'nfs://192.168.129.100/shared/tvshows/The Wheel of Time/' due to no change

    Puzzled

    David

  • I deleted the directory under tvshows on the server, and recreated it. This time the debug log http://ix.io/3FTE shows something that may be helpful:

    Code
    2021-11-23 17:28:17.855 T:1785832320   DEBUG: VideoInfoScanner: Rescanning dir 'nfs://192.168.129.100/shared/tvshows/The Wheel of Time/' due to change (ebdb118416b7e639f59b085184e79512 != 835c9d4acaced7d041df100b1f42de84)
    2021-11-23 17:28:17.856 T:1785832320   DEBUG: VideoInfoScanner: Found episode match nfs://192.168.129.100/shared/tvshows/The Wheel of Time/Season 01/The Wheel of Time - S01E01 - Leavetaking.mkv (s1e1) [s([0-9]+)[ ._x-]*e([0-9]+(?:(?:[a-i]|\.[1-9])(?![0-9]))?)([^\\/]*)$]
    2021-11-23 17:28:17.864 T:1785832320   DEBUG: CNFSFile::Open - opened shared/tvshows/The Wheel of Time/Season 01/The Wheel of Time - S01E01 - Leavetaking.mkv
    2021-11-23 17:28:17.897 T:1720165248   DEBUG: CurlFile::Open(0x5b8f44e8) https://image.tmdb.org/t/p/original/5pEB9T4PcNEYxVWF6k2f79UFMxv.jpg
    2021-11-23 17:28:17.978 T:1785832320   DEBUG: CNFSFile::Close closing file shared/tvshows/The Wheel of Time/Season 01/The Wheel of Time - S01E01 - Leavetaking.mkv
    2021-11-23 17:28:17.979 T:1785832320   ERROR: VideoInfoScanner: Asked to lookup episode nfs://192.168.129.100/shared/tvshows/The Wheel of Time/Season 01/The Wheel of Time - S01E01 - Leavetaking.mkv online, but we have no episode guide. Check your tvshow.nfo and make sure the <episodeguide> tag is in place.

    Does that help you to guide me to a solution?

    Thanks

    David