Trouble with video stacking
#1
I'm trying to get files formatted like the following to show up as one file:
Movie Title (1of2).avi
Movie Title (2of2).avi

...and yes, I know regular expressions Smile I was able to get stacking working with the example regexp's in the manual, then I put the following in advancedsettings.xml to try to make this work:
Code:
<advancedsettings>
        <moviestacking append="no">
                <regexp>[ _-]*[[({][0-9]+of[0-9]+[])}]</regexp>
        </moviestacking>
</advancedsettings>

For some reason, though, this isn't working. I tested with sed (without the + signs as those aren't supported) and it worked there. Even a regexp as simple as [0-9]of2 won't match in XBMC (8.10final1-intrepid4). What am I doing wrong?
Reply
#2
Test your regex with:
http://www.fileformat.info/tool/regex.htm
Reply
#3
That tester has a small bug in it but with slight modification my regexp works. Even the modified regexp that lets that tester pass it won't work with XBMC.
Reply

Logout Mark Read Team Forum Stats Members Help
Trouble with video stacking0