Quantcast
Channel: Kodi Community Forum - Meta-Data provider and Artwork Packs
Viewing all articles
Browse latest Browse all 370

Library Scanner, excluding Videos (tvtunes)

$
0
0
Hi Guys,

i am having trouble excluding videos and trailers from my library list. I do have trailers to almost every movie in my library, but sometimes they are listed as an actual movie itself (and sometimes not). Also since i have tvtunes and since it downloades mp4 backgroundvideos, i get these videos listed as well.
Please see my screenshots attached for clarification

[Image: 0d5a9a756b.png]

[Image: 0d5ac0605e.png]

[Image: 0d5ae18944.png]

Heres my advancedsettings.xml.
Code:
<advancedsettings>
    <video>
      
        <excludefromscan action="append">
            <regexp>[-\._ ](sample|trailer|theme)[-\._ ]</regexp>
            <regexp>(theme|trailer|sample)[-\._ ]</regexp>
        </excludefromscan>
  
        
  
        <excludetvshowsfromscan action="append">
            <regexp>[-\._ ](sample|trailer|theme)[-\._ ]</regexp>
            <regexp>(theme|trailer|sample)[-\._ ]</regexp>
        </excludetvshowsfromscan>
  
         <trailermatching>
        <!-- This regexp will match moviename_Trailer.avi -->
            <regexp>(.*?)(-trailer)(\.[^.]+)$</regexp>
        </trailermatching>
    </video>
</advancedsettings>
It does not make any difference whether action = append, prepend or left out.


Thanks in advance!

Viewing all articles
Browse latest Browse all 370

Trending Articles