How do i stop Kodi from scanning extras folders and videoextra.nfo?
#1
As said topic i get a bunch of these in my log:
01:42:53 T:2756 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive D:\rar1\movies\3.10.To.Yuma.720p.Bluray.x264-SEPTiC\s-310toyuma.rar\videoextras.nfo, likely corrupt
01:42:53 T:2756 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive D:\rar1\movies\3.10.To.Yuma.720p.Bluray.x264-SEPTiC\s-310toyuma.rar\Extras, likely corrupt
01:42:53 T:2756 ERROR: XFILE::CWINFileSMB::Open: Unable to open file smb://snyfton/rar/movies/13.Assassins.2010.LIMITED.720p.BluRay.x264-HAiDEAF/haideaf-13.assassins.rar/videoextras.nfo Error: 2
01:42:53 T:2756 WARNING: XFILE::CRarDirectory::GetDirectory: rar lib returned no files in archive smb://snyfton/rar/movies/13.Assassins.2010.LIMITED.720p.BluRay.x264-HAiDEAF/haideaf-13.assassins.rar\videoextras.nfo, likely corrupt
01:42:53 T:2756 ERROR: XFILE::CWINFileSMB::Open: Unable to open file smb://snyfton/rar/movies/13.Assassins.2010.LIMITED.720p.BluRay.x264-HAiDEAF/haideaf-13.assassins.rar/Extras Error: 2

My advancesettings got it included already...
<excludefromscan action="prepend">
<regexp>(?i)videoextras</regexp>
<regexp>(?i)extras</regexp> <!-- Greedy, whole path, case insensitive ignore -->
<regexp>(?i)sample</regexp> <!-- Greedy, whole path, case insensitive ignore -->
<regexp>(?i)proof</regexp>
<regexp>(?i)subpack</regexp>
<regexp>(?i)uTorrentPartFile</regexp> <!-- Ignore common scrap files -->
</excludefromscan>
<excludetvshowsfromscan action="prepend">
<regexp>(?i)videoextras</regexp>
<regexp>(?i)extras</regexp> <!-- Greedy, whole path, case insensitive ignore -->
<regexp>(?i)sample</regexp> <!-- Greedy, whole path, case insensitive ignore -->
<regexp>(?i)proof</regexp>
<regexp>(?i)uTorrentPartFile</regexp> <!-- Ignore common scrap files -->
<regexp>(?i)subpack</regexp>
</excludetvshowsfromscan>
Reply

Logout Mark Read Team Forum Stats Members Help
How do i stop Kodi from scanning extras folders and videoextra.nfo?0