v18 Problems with indexing/scapping TV Series
#1
Hi All,

I've recently upgraded my Windows version of Kodi from V17.6 to V18.8 and have had major problems getting TV Shows to scrape correctly.

On Debugging it looks like I am having problems with Subtitle rar files being held in the same location as the video rar files. This is causing the scraper to crash Kodi and I can't find a way of getting it to work.

2020-09-28 18:41:18.801 T:12228   DEBUG: AddOnLog: RAR archive support: CRARControl::ArchiveList: List file from G:/Doctor.Who.S24E01/aaf-doctor.who.s24e01.rar: aaf-doctor.who.s24e01.avi (encrypted: no)
2020-09-28 18:41:18.814 T:12228   DEBUG: AddOnLog: RAR archive support: CRARControl::VolumeChange: Next volume is G:/Doctor.Who.S24E01/aaf-doctor.who.s24e01.r00
2020-09-28 18:41:18.827 T:12228   DEBUG: AddOnLog: RAR archive support: CRARControl::VolumeChange: Next volume is G:/Doctor.Who.S24E01/aaf-doctor.who.s24e01.r01
2020-09-28 18:41:18.839 T:12228   DEBUG: AddOnLog: RAR archive support: CRARControl::VolumeChange: Next volume is G:/Doctor.Who.S24E01/aaf-doctor.who.s24e01.r02
2020-09-28 18:41:18.853 T:12228   DEBUG: AddOnLog: RAR archive support: CRARControl::VolumeChange: Next volume is G:/Doctor.Who.S24E01/aaf-doctor.who.s24e01.r03
2020-09-28 18:41:18.864 T:12228   DEBUG: AddOnLog: RAR archive support: CRARControl::VolumeChange: Next volume is G:/Doctor.Who.S24E01/aaf-doctor.who.s24e01.r04
2020-09-28 18:41:18.877 T:12228   DEBUG: AddOnLog: RAR archive support: CRARControl::VolumeChange: Next volume is G:/Doctor.Who.S24E01/aaf-doctor.who.s24e01.r05
2020-09-28 18:41:18.989 T:12228   DEBUG: AddOnLog: RAR archive support: CRARControl::ArchiveList: List file from G:/Doctor.Who.S24E01/Subs/aaf-doctor.who.s24e01-subs.rar: aaf-doctor.who.s24e01.rar (encrypted: no)
2020-09-28 18:41:18.993 T:12228   DEBUG: AddOnLog: RAR archive support: CRARControl::ArchiveList: List file from G:/Doctor.Who.S24E01/Subs/aaf-doctor.who.s24e01-subs.rar: aaf-doctor.who.s24e01.idx (encrypted: no)

It always crashes at the point of the last line above and once it does I am unable to see the folder anymore in the "Files" or "TV Series" folders on the front end GUI until I delete the SUBS file from the location.

I have tried to exclude the file types from the scraper using the below Advanced Settings but it just does not seem to work

<advancedsettings>

    <video>
      <excludefromscan>
        <regexp>-trailer</regexp>
        <regexp>[!-._ \\/]sample[-._ \\/]</regexp>
        <regexp>-Subs</regexp>
        <regexp>[!-._ \\/]Subs[-._ \\/]</regexp>
      </excludefromscan>

      <excludetvshowsfromscan>
        <regexp>-trailer</regexp>
        <regexp>[!-._ \\/]sample[-._ \\/]</regexp>
        <regexp>-Subs</regexp>
        <regexp>[!-._ \\/]Subs[-._ \\/]</regexp>
        <regexp>-subs</regexp>
        <regexp>[!-._ \\/]subs[-._ \\/]</regexp>
        <regexp>-Sub</regexp>
        <regexp>[!-._ \\/]Sub[-._ \\/]</regexp>
        <regexp>-sub</regexp>
        <regexp>[!-._ \\/]sub[-._ \\/]</regexp>
        <regexp>[!-._ \\/]Sub</regexp>
        <regexp>[!-._ \\/]sub</regexp>
        <regexp>-Subfix</regexp>
        <regexp>[!-._ \\/]Subfix[-._ \\/]</regexp>
      </excludetvshowsfromscan>
    </video>

</advancedsettings>


Help please Sad
Reply
#2
@novascape

It is a known issue. See here... https://github.com/xbmc/xbmc/issues/18232
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2020-09-28, 21:17)Karellen Wrote: @novascape

It is a known issue. See here... https://github.com/xbmc/xbmc/issues/18232



thanks, had seen that page before. i used the info from it to do my advancedsettings.xml that stopped the duplicate entries in the gui But did not fix the crashing of kodi when scanning some entries. looks like ill just have to delete the sub files it is failing on until a fix is found
Reply

Logout Mark Read Team Forum Stats Members Help
Problems with indexing/scapping TV Series0