Skip to content

Instantly share code, notes, and snippets.

@syaifulnizamyahya
Created October 20, 2018 16:34
Show Gist options
  • Select an option

  • Save syaifulnizamyahya/c7cbdcae731b37b7a0af5111e467ed02 to your computer and use it in GitHub Desktop.

Select an option

Save syaifulnizamyahya/c7cbdcae731b37b7a0af5111e467ed02 to your computer and use it in GitHub Desktop.
Kodi advanced settings
<advancedsettings>
<video>
<excludefromscan>
<regexp>(noscan)</regexp>
<regexp>[Rr][Ee][Mm][Uu][Xx]</regexp>
<regexp>[!-._ \\/][Tt][Rr][Aa][Ii][Ll][Ee][Rr][!-._ \\/]</regexp>
<regexp>[!-._ \\/][Ss][Aa][Mm][Pp][Ll][Ee][!-._ \\/]</regexp>
</excludefromscan>
<excludetvshowsfromscan>
<regexp>(noscan)</regexp>
<regexp>[Rr][Ee][Mm][Uu][Xx]</regexp>
<regexp>[!-._ \\/][Tt][Rr][Aa][Ii][Ll][Ee][Rr][!-._ \\/]</regexp>
<regexp>[!-._ \\/][Ss][Aa][Mm][Pp][Ll][Ee][!-._ \\/]</regexp>
</excludetvshowsfromscan>
<excludefromlisting>
<regexp>(noscan)</regexp>
<regexp>[Rr][Ee][Mm][Uu][Xx]</regexp>
<regexp>[-\._ ][Tt][Rr][Aa][Ii][Ll][Ee][Rr][-\._ ]</regexp>
<regexp>[-\._ ][Ss][Aa][Mm][Pp][Ll][Ee][-\._ ]</regexp>
</excludefromlisting>
</video>
<videolibrary>
<recentlyaddeditems>999999</recentlyaddeditems>
<!-- number of recently added items. Defaults to 25 -->
</videolibrary>
</advancedsettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment