<video>
<excludefromlisting> <!-- Regular expressions that if evaluated to true won't be displayed in Files View -->
<regexp>[-\._ ](sample|trailer|!sample)[-\._ ]</regexp>
<regexp>MovieObject.bdmv</regexp>
</excludefromlisting>
<excludefromscan> <!-- Regular expressions that if evaluated to true won't be scanned while database updating -->
<regexp>[-\._ ](sample|trailer|!sample)[-\._ ]</regexp>
<regexp>[0-9]\{5\}.m2ts</regexp> <!-- *****.m2ts does not scan while database updating -->
<regexp>MovieObject.bdmv</regexp>
</excludefromscan>
</video>
<videolibrary>
<allitemsonbottom>true</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->
<backgroundupdate>false</backgroundupdate> <!-- set to hide the video scanner dialog from the gui -->
<cleanonupdate>true</cleanonupdate> <!-- set to false to prevent xbmc from removing items from the database while updating -->
<hideallitems>true</hideallitems> <!-- removes the "*All" items from the video library -->
<hideemptyseries>true</hideemptyseries> <!-- hide empty series in the video library -->
<hiderecentlyaddeditems>true</hiderecentlyaddeditems> <!-- removes the "Recently added ..." items from the video library. -->
<recentlyaddeditems>35</recentlyaddeditems> <!-- number of recently added items. Defaults to 25 -->
<itemseparator> / </itemseparator> <!-- separator used for multiple artists/genres in tags. Note, this is *space* *slash* *space* -->
<exportautothumbs>true</exportautothumbs> <!-- export auto-generated thumbs. Defaults to false -->
<flattentvshows>1</flattentvshows> <!-- Flatten TV show seasons, 0=never 1=if one season (default) 2=all -->
<mymovies> <!-- Options specific to MyMovies XML file parsing -->
<categoriestogenres>false</categoriestogenres> <!-- Add MyMovies Custom Categories to XBMC Genres (boolean, default is false) -->
</mymovies>
</videolibrary>