Search found 3 matches

by Orochi
25 Mar 2014, 18:01
Forum: Feature Requests and Bug Reports
Topic: UNCUT, EXTENDED, DIRECTORS CUT
Replies: 23
Views: 22176

Re: UNCUT, EXTENDED, DIRECTORS CUT

Hello,

What do I have to add to this code:

Code: Select all

{'.'+fn.match(/EXTENDED|UNCUT|REMASTERED|DIRECTORS.CUT/)}
To make the EXTENDED appear all in capital letters.?

Thank you.
by Orochi
24 Mar 2014, 22:31
Forum: Help and Support
Topic: Need help with periods being left in the renamed files
Replies: 3
Views: 2515

Re: Need help with periods being left in the renamed files

Thank you so much rednoah . This was a great help. Now my code looks like that: Avatar.(2009).720p.BRrip.x264.YIFY.mp4 {n.upperInitial().space('.')}.({y}).{vf}{'.'+source}.{vc}{'.'+group} However, what about movies which are split into CD1 and CD2. If I add {CD$pi} parameter, it will in turn cause ...
by Orochi
23 Mar 2014, 20:01
Forum: Help and Support
Topic: Need help with periods being left in the renamed files
Replies: 3
Views: 2515

Need help with periods being left in the renamed files

Hello, First of all, I want to say thank you for a great program. I just started using the program and having a little difficulty with periods being left in the renamed files. My current template is as follows: Avatar.(2009).720p.BRrip.x264.YIFY.mp4 {n.upperInitial().space('.')}.({y}).{vf}.{source ...