Page 1 of 1

[REQUEST] How to split 3D and 2D

Posted: 11 Mar 2015, 13:06
by bumblebeeman
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

Re: [REQUEST] How to split 3D and 2D

Posted: 11 Mar 2015, 15:21
by rednoah
There's an example for exactly this in the Common Naming Schemes section.

@see viewtopic.php?f=5&t=2

Re: [REQUEST] How to split 3D and 2D

Posted: 12 Mar 2015, 07:29
by bumblebeeman
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}