Kodi Community Forum

Full Version: Duplicate entrees - mkv sub
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I have been trying for a couple of hours to figure out why KODI shows duplicate entrees on the title screen, whereas one is the .mkv and the other is the .sub file.

Image
I have tried editing the advancedsettings.xml to not list .sub as such
<advancedsettings version="1.0">
  <video>
    <excludefromscan>
      <regexp>sample</regexp>
      <regexp>\.AppleDouble</regexp>
    </excludefromscan>
    <excludefromlisting>
      <regexp>sample</regexp>
      <regexp>\.AppleDouble</regexp>
      <regexp>.sub</regexp>
    </excludefromlisting>
  </video>
</advancedsettings>

The folder structure for The Terror is The Terror > Season 0x > Episode xx > .rar (and two seperate folders with subtitles and sample). I am pretty lost, I have tried removing the library and cleaning without any different outcome. The addons I am currently using are opensubtitles ,RAR archive support and SACD ISO support.
This has already been reported. See here... https://github.com/xbmc/xbmc/issues/18232