Stacking in Library Mode in Dharma
#1
Guys after using the search function I figured out about stacking and what not, how to get it into Library Mode. My problem now is I am not a programmer and don't have the skills for RegExp. So in a nut shell, can anyone convert this old advanced settings file to the new format? Apparently these regexp lines are only using 3 expressions when they need to be using 4. I noticed in the xbmc.log that Dharma is kicking them out due to that. Can anyone help me and make them 4 expressions so I can use them in my setup? It would be much appreciated.

<advancedsettings>
<moviestacking action="append">
<regexp>[ _\.-]+cd[ _\.-]*([0-9a-d]+)</regexp>
<regexp>[ _\.-]+dvd[ _\.-]*([0-9a-d]+)</regexp>
<regexp>[ _\.-]+part[ _\.-]*([0-9a-d]+)</regexp>
<regexp>()[ _\.-]+([0-9]*[abcd]+)(\....)$</regexp>
<regexp>()[\^ _\.-]+([0-9]+)(\....)$</regexp>
<regexp>([a-z])([0-9]+)(\....)$</regexp>
<regexp>()([ab])(\....)$</regexp>
</moviestacking>
</advancedsettings>
Reply
#2
Method007 Wrote:Guys after using the search function I figured out about stacking and what not, how to get it into Library Mode. My problem now is I am not a programmer and don't have the skills for RegExp. So in a nut shell, can anyone convert this old advanced settings file to the new format? Apparently these regexp lines are only using 3 expressions when they need to be using 4. I noticed in the xbmc.log that Dharma is kicking them out due to that. Can anyone help me and make them 4 expressions so I can use them in my setup? It would be much appreciated.

<advancedsettings>
<moviestacking action="append">
<regexp>[ _\.-]+cd[ _\.-]*([0-9a-d]+)</regexp>
<regexp>[ _\.-]+dvd[ _\.-]*([0-9a-d]+)</regexp>
<regexp>[ _\.-]+part[ _\.-]*([0-9a-d]+)</regexp>
<regexp>()[ _\.-]+([0-9]*[abcd]+)(\....)$</regexp>
<regexp>()[\^ _\.-]+([0-9]+)(\....)$</regexp>
<regexp>([a-z])([0-9]+)(\....)$</regexp>
<regexp>()([ab])(\....)$</regexp>
</moviestacking>
</advancedsettings>

Basicaly go into file mode, enable stacking.
Name your Files As Shown
Code:
MovieName.Part #.Ext
MovieName [Part #].Ext
MovieName CD #.Ext
Theses are the Most Used Name Type in Releases (I Personally use the 1st one)
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Stacking in Library Mode in Dharma0