WIP Ember Media Manager 1.9.x - Download & Discussion Thread
Hola tengo películas partidas Ember Media Manager 1.5.0 x64 - Build from 2020-02-29 me las apila bien, pero kodi 18 me muestra cada parte como una película independiente y no me las agrupa me pueden ayudar GRACIAS….


Hello I have split movies Ember Media Manager 1.5.0 x64 - Build from 2020-02-29 stacks them well for me, but kodi 18 shows me each part as an independent movie and it doesn't group them together they can help me THANKS….


 
El increíble Hulk (2008) (4k).Part1.strm
El increíble Hulk (2008) (4k).Part2.strm
El increíble Hulk (2008) (4k).Part3.strm

Code:
2.3.4 moviestacking

Main page: File stacking

This is used by the file stacking algorithm to combine multi-part files and contains a list of "regular expressions". For stacking videos that are contained in folders, such as VIDEO_TS folders, see <folderstacking>

As of v9.11, video stacking regular expressions must contain exactly four (4) capture expressions.

Default:

<moviestacking>
<!-- <cd/dvd/part/pt/disk/disc> <0-N> -->
<regexp>(.*?)([ _.-]*(?:cd|dvd|p(?:ar)?t|dis[ck])[ _.-]*[0-9]+)(.*?)(\.[^.]+)$</regexp>
<!-- <cd/dvd/part/pt/disk/disc> <a-d> -->
<regexp>(.*?)([ _.-]*(?:cd|dvd|p(?:ar)?t|dis[ck])[ _.-]*[a-d])(.*?)(\.[^.]+)$</regexp>
<!-- movienamea-xvid.avi, movienameb-xvid.avi -->
<regexp>(.*?)([ ._-]*[a-d])(.*?)(\.[^.]+)$</regexp>
</moviestacking>

If the argument action="append" or append="yes" is supplied, the default moviestacking regular expressions will remain intact and the user specified ones will be added to the end.

Example:

<moviestacking action="append">
<!-- This expression will match movename1-xvid.avi, moviename2-xvid.avi.
Be warned that it will likely stack sequels in a flat directory layout,
so it is only recommend in a dir-per-video layout. -->
<regexp>(.*?)([ ._-]*[0-9])(.*?)(\.[^.]+)$</regexp>
</moviestacking>


If the argument action="prepend" is supplied, the default moviestacking regular expressions will remain intact and the user specified ones will be added to the beginning.

Example:

<moviestacking action="prepend">
<regexp>(Title)(Volume)(Ignore)(Extension)</regexp>
</moviestacking>

If no argument is supplied, or the argument append="no" is supplied, the default moviestacking regular expressions are overwritten by the user specified ones.


Messages In This Thread
RE: Ember Media Manager 1.5.x - Discussion Thread - by jtm010101 - 2020-04-04, 13:25
Miscellaneous > Media List Editor - by pstrg - 2020-06-09, 02:38
MovieSets - by pstrg - 2020-06-11, 22:01
Logout Mark Read Team Forum Stats Members Help
Ember Media Manager 1.9.x - Download & Discussion Thread2