Kodi Community Forum

Full Version: Scraping Movies Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I've got a problem with my movies library.

It's all with this format: 0000.- MovieName.ext -> 2334.- The Expendables.mkv

How could i get xbmc scraping correctly my library?

P.D: Sorry for my English, i'm spanish.
I've been searching and i only found information about do it with TV Shows, in fact, my tv shows are recognized correctly now.

I would like to can say to XBMC, that ignores first 6 characters of my movie filenames.

Anybody help me plz!!
Anybody can help me plzzzz?
see the <cleanstrings> advancedsetting.
Hi again,

I've been doing tests but it doesn't work yet.

I'm using this advancedsettings.xml:

<advancedsettings>
<video>
<cleanstrings>
<regexp>....[.][-]</regexp>
</cleanstrings>
</video>

<tvshowmatching action="prepend">
<regexp>Temporada[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
</advancedsettings>

My TV shows are OK, but my movies not.

I've tested this regular expression: ....[.][-]
at http://www.regextester.com/ and it looks like that it works

LOG: http://pastebin.com/3gjJwh0g

any recommendation?

thanks in advance
Please, anybody can help me with this problem?

I don't find solution for this issue Sad