Search found 3 matches

by bumblebeeman
12 Mar 2015, 09:27
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 33
Views: 492899

Re: How about sharing our format expressions?

Hi! I have a short script for use with with the GUI. F:/Filme{fn =~ /3D/ ? ' 3D' : ''}{fn =~ /3d/ ? ' 3D' : ''}/{collection+'/'}{n} ({y}) {genres}/{n} ({y}) ({vf}) ({af}){fn =~ /3dhsbs/ ? '.3D.H-SBS' : ''}{fn =~ /H-SBS/ ? '.3D.H-SBS' : ''}{fn =~ /3dhou/ ? '.3D.H-OU' : ''}{fn =~ /H-OU/ ? '.3D.H-OU' :...
by bumblebeeman
12 Mar 2015, 07:29
Forum: Episode / Movie Naming Scheme
Topic: [REQUEST] How to split 3D and 2D
Replies: 2
Views: 3265

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}
by bumblebeeman
11 Mar 2015, 13:06
Forum: Episode / Movie Naming Scheme
Topic: [REQUEST] How to split 3D and 2D
Replies: 2
Views: 3265

[REQUEST] How to split 3D and 2D

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).3...