[REQUEST] How to split 3D and 2D

All about user-defined episode / movie / file name format expressions
Post Reply
bumblebeeman
Posts: 3
Joined: 11 Mar 2015, 12:59

[REQUEST] How to split 3D and 2D

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

There's an example for exactly this in the Common Naming Schemes section.

@see viewtopic.php?f=5&t=2
:idea: Please read the FAQ and How to Request Help.
bumblebeeman
Posts: 3
Joined: 11 Mar 2015, 12:59

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

Post 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}
Post Reply