Kodi Community Forum
Stacking not working after update to 9.11 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Stacking not working after update to 9.11 (/showthread.php?tid=65857)



Stacking not working after update to 9.11 - Le_Monit - 2010-01-02

Hi,

I was running 9.04 in portable mode and I just upgraded to 9.11
I choosed to install 9.11 in portable mode, just like 9.04
The installation went fine but when I start XBMC, it updates the library by adding each splitted movie part as a new movie...
As a result, I get 3 entries per movie:
- a stacked entry (Which was made by 9.04)
- an entry for My.Movie-Cd1.avi
- an entry for My.Movie-Cd2.avi

The advancedsettings.xml file seems to be identical to the one I had in 9.04
<advancedsettings>
<moviestacking append="no">
<regexp>[ _\.-]+cd[ _\.-]*([0-9a-d]+)</regexp>
<regexp>[ _\.-]+dvd[ _\.-]*([0-9a-d]+)</regexp>
<regexp>[ _\.-]+part[ _\.-]*([0-9a-d]+)</regexp>
</moviestacking>
</advancedsettings>

I could not find any similar post in the forum.
Can anyone help me?


- ccMatrix - 2010-01-03

The stacking regular expressions changed. You should check the wiki for the correct format and then re-create the expressions you need for your naming scheme. The new expression system expects exactly 4 capture expressions.


Thanks!! - Le_Monit - 2010-01-03

You were right! I updated the advancedsettings.xml file and the stacking now works just as good as under 9.04.

Thx for answering so fast.