2010-01-17, 22:39
Hi,
Sorry if this sounds strange but I am trying to get stacking working on my T3CH
r23157 X-Box build but the files are named to adhere to the newest builds. I am using the following, which works on the 1-03 T3CH build:
<advancedsettings>
<moviestacking>
<!-- <cd/dvd/part/pt/disk/disc> <0-N> -->
<regexp>(.*?)([ _.-]*(?:cd|dvd|p(?:ar)?t|dis[ck]|d)[ _.-]*[0-9]+)(.*?)(\.[^.]+)$</regexp>
<!-- <cd/dvd/part/pt/disk/disc> <a-d> -->
<regexp>(.*?)([ _.-]*(?:cd|dvd|p(?:ar)?t|dis[ck]|d)[ _.-]*[a-d])(.*?)(\.[^.]+)$</regexp>
<!-- movienamea-xvid.avi, movienameb-xvid.avi -->
<regexp>(.*?)([ ._-]*[a-d])(.*?)(\.[^.]+)$</regexp>
</moviestacking>
</advancedsettings>
Is there any way to get this working on the 23157 build or does it just lack support for something in that code? The files are named, movie - part1.avi
I upgrade my 23157 build yesterday to the 1-03 T3CH build using T3CH Upgrader, did some minimal testing and decided to keep it. I noticed movies were not stacking and found out why, so I went through the process of renaming (movie-1.avi > movie - part1.avi). Thought I was set but soon discovered that both Mplayer & DVDPlayer were just a bit unstable, compared to the 23157 build, so I am reverted back. The biggest hold back however is the 23157 build will not stack those renamed files. Any ideas?
Thanks!
Sorry if this sounds strange but I am trying to get stacking working on my T3CH
r23157 X-Box build but the files are named to adhere to the newest builds. I am using the following, which works on the 1-03 T3CH build:
<advancedsettings>
<moviestacking>
<!-- <cd/dvd/part/pt/disk/disc> <0-N> -->
<regexp>(.*?)([ _.-]*(?:cd|dvd|p(?:ar)?t|dis[ck]|d)[ _.-]*[0-9]+)(.*?)(\.[^.]+)$</regexp>
<!-- <cd/dvd/part/pt/disk/disc> <a-d> -->
<regexp>(.*?)([ _.-]*(?:cd|dvd|p(?:ar)?t|dis[ck]|d)[ _.-]*[a-d])(.*?)(\.[^.]+)$</regexp>
<!-- movienamea-xvid.avi, movienameb-xvid.avi -->
<regexp>(.*?)([ ._-]*[a-d])(.*?)(\.[^.]+)$</regexp>
</moviestacking>
</advancedsettings>
Is there any way to get this working on the 23157 build or does it just lack support for something in that code? The files are named, movie - part1.avi
I upgrade my 23157 build yesterday to the 1-03 T3CH build using T3CH Upgrader, did some minimal testing and decided to keep it. I noticed movies were not stacking and found out why, so I went through the process of renaming (movie-1.avi > movie - part1.avi). Thought I was set but soon discovered that both Mplayer & DVDPlayer were just a bit unstable, compared to the 23157 build, so I am reverted back. The biggest hold back however is the 23157 build will not stack those renamed files. Any ideas?
Thanks!