Update library doesn't recognize new tvshow episodes

  • Hi :)

    I have LibreELEC-RPi2.arm-9.2.6.img.gz running on RPi3.

    My TV Shows are located on a SMB share folder where each show has its own subfolder.

    All episodes are named: name of show.s01E01....mkv

    If I add my TV Show folder to LE (as TVShow with TVDB) as new source, it scans it and adds every single show and episode perfectly to the library.

    Now when I later copy a new episode to its subfolder (with the exact same naming scheme) and start "update library" it doesn't recognize the new episode.

    But if I manually select the new file in the files section and choose "Scan to library" it recognizes it and adds it to the library


    Attached is a log file which contains:

    reboot of the PI with autoupdate library at startup

    and after that one more try of manual update library


    I also tried the new LibreELEC-RPi2.arm-10.0-nightly-20210526-04dc864 with "TVDB (new)" with an extra sd card

    But it has the exact same problem as described above.

    • Official Post

    The log says you filter scans and listings at advancedsettings.xml. Remove all filters for testing.

    Another thing to try at advancedsettings.xml:

    Code
    <samba>
        <statfiles>false</statfiles>
    </samba>
  • Code
        <video>
        <excludefromscan>
            <regexp>sample</regexp>
            <regexp>[!-._ \\/]sample[-._ \\/]</regexp>
        </excludefromscan>
        <excludefromlisting>
            <regexp>sample</regexp>
            <regexp>[!-._ \\/]sample[-._ \\/]</regexp>
        </excludefromlisting>
        </video>

    This was the only content of the advancedsettings.xml.

    I removed it, rebooted LE, but I didn't help, still the same problem

    After that I added your Samba Code to the advancedsettings.xml.

    Reboot and it sadly also didn't help.

    LE still won't scan new tv show episodes.

    At the moment I was trying to add this episode:

    Final.Space.S03E11.1080p.WEBRip.x264-BAE.mkv

    Attached is a new kodi.log