problems with advancedsettings.xml
#1
Hi!

I got a problem with my xbmc 10.0 dharma. Sometimes it adds sample-files and subtitlefiles to my movie- and tv-show- database. And I've tried to make an advancedsettings.xml, but without any sucess. Once or twice some tv-shows that are in rar-archives got every little rar-file added.

The strange thing is that it doesn't happen every time I start XBMC. Anyone got a clue what could be wrong?

This is how my advancedsettings.xml looks like:
Code:
<advancedsettings>
<video>
    <videoextensions>
        <remove>.dat|.smi|.srt|.txt</remove>
    </videoextensions>    
        <excludefromscan action="append">
        <regexp>/swesub/</regexp>
        <regexp>/swesubs/</regexp>
        <regexp>/sample/</regexp>
        <regexp>(~utorrentpartfile)</regexp>
        <regexp>-trailer</regexp>
        <regexp>[-._ \\/]sample[-._ \\/]</regexp>
        <regexp>!sample.mkv</regexp>
    </excludefromscan>
    <excludefromlisting action="append">
        <regexp>/swesub/</regexp>
        <regexp>/swesubs/</regexp>
        <regexp>/sample/</regexp>
        <regexp>(~utorrentpartfile)</regexp>
        <regexp>-trailer</regexp>
        <regexp>[-._ \\/]sample[-._ \\/]</regexp>
        <regexp>!sample.mkv</regexp>
    </excludefromlisting>
     </video>
</advancedsettings>


Best Regards

Sorry for my crappy english Wink
Reply
#2
anyone? Wink

win 7-user also, if that helps?
Reply
#3
Name your files correctly
Reply
#4
ok, thanks for the advice but really don't think that's the soloution to this problem, cause most of the time it works allright but sometimes on xbmc startup it finds the sample-files and adds them and every rar-archive-file to the episodelist of tv-show. but i think when not using "scan for content on starup" and instead manually scan it seems to get it right... could it be that xbmc doesn't load advancedsettings on every startup or something maybe?
Reply

Logout Mark Read Team Forum Stats Members Help
problems with advancedsettings.xml0