Change Stack settings
#1
Hello!

I'm new over here, but i have and Xbox with XBMC since 2004, my problem is next:

I have a TV receiver that records tv in a mpg files like that:

0001E3FAED39_1258121157.fmpg.001.mpg
0001E3FAED39_1258121157.fmpg.002.mpg
0001E3FAED39_1258121157.fmpg.003.mpg

In my Xbmc of my xbox if i choose STACK i only see a file

0001E3FAED39_1258121157.fmpg.mpg

But now i downloaded xbmc for windows and if i choose stack, nothing happens, the files doesnt' stack.

I've been reading and people says that I have to put "-part1" "-part2" but i cannot change the file names.

Is there any possibility to change xbmc stack settings to make that my files stack correctly like in xbox?

Thanks and sorry for my english, i'm from spain.
Reply
#2
yes. see advancedsettings.xml documentation.
Reply
#3
Yes, i've arrived at this point, i created advancedsettings.xml and inside de <moviestacks>.

But, can anyone help me with regexp code?

I will like to stack some video files like that:

0001E3FAED39_1258121157.fmpg.001.mpg
0001E3FAED39_1258121157.fmpg.002.mpg
0001E3FAED39_1258121157.fmpg.003.mpg

Where First 13 chars are ever the same, 10 seconds will the same for the differents parts and the numbers of 001 will be changing

Thanks i'm so lost
Reply
#4
it's explained perfectly fine in the wiki;
Code:
<regexp>(Title)(Volume)(Ignore)(Extension)</regexp>

so for your files one example would be
Code:
<regexp>(.*?)\.fmpg\.([0-9]+)()(\....$)</regexp>
Reply
#5
Thank you Spiff, i will start working with this example, I tell you.

Thank you!
Reply
#6
Thanks a lot Spiff it works perfectly!!!!!!!!

Thankyou very much!
Reply
#7
hello,
i think i have a problem similar to this one, so i do not open another thread.
I would like to stack stream-files like this:

video123-cd1.strm
video123-cd2.strm
>>> video123.strm

i tried that, but i did not work. i think i can do that with some settings in the advancedsettings.xml
i tried this to add the strm-extension to video and remove it from music:
Quote:<advancedsettings>
<musicextensions>
<remove>.strm</remove>
</musicextensions>
<videoextensions>
<add>.strm</add>
</videoextensions>
</advancedsettings>
now the thumbnails are changed to video, but staking is not working (yes, i enabled it in the sidemenu)
any ideas to solve that?
Reply

Logout Mark Read Team Forum Stats Members Help
Change Stack settings0