Hi!
I want to know how to split 3d and 2D Movies.
2nd Problem is that i have H-OU and H-SBS 3D Movies.
At the end i want my 2D movies to be:
F:\Movies\Collection\Moviename (Year)\Moviename (Year) (vf) (af) - CDx.ext
and 3D Movies:
F:\Movies 3D\Collection\Moviename (Year)\Moviename (Year) (vf) (af).3D.H-SBS/H-OU.ext
Could anyone please help me with that? Im using GUI v4.5.6
Thanks in advance
[REQUEST] How to split 3D and 2D
Re: [REQUEST] How to split 3D and 2D
There's an example for exactly this in the Common Naming Schemes section.
@see viewtopic.php?f=5&t=2
@see viewtopic.php?f=5&t=2
-
- Posts: 3
- Joined: 11 Mar 2015, 12:59
Re: [REQUEST] How to split 3D and 2D
ok... now i have the following code working:
Code: Select all
{fn =~ /3D/ ? 'F:/Filme 3D' : 'F:/Filme'}/{collection+'/'}{n} ({y})/{n} ({y}) ({vf}) ({af}){fn =~ /H-SBS/ ? '.3D.H-SBS' : ''}{fn =~ /H-OU/ ? '.3D.H-OU' : ''}{' - CD'+pi}