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.
It does not make any difference whether action = append, prepend or left out.
Thanks in advance!
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]](http://i.imgsafe.org/0d5a9a756b.png)
![[Image: 0d5ac0605e.png]](http://i.imgsafe.org/0d5ac0605e.png)
![[Image: 0d5ae18944.png]](http://i.imgsafe.org/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>
Thanks in advance!