Search found 3 matches

by Daniel3032
03 Oct 2016, 22:51
Forum: Windows
Topic: Move file depending on file name
Replies: 2
Views: 2087

Re: Move file depending on file name

Thank you, that worked :) i changed it to

Code: Select all

{fn =~ /Joy/ ? 'G:/Videoer/Movies/1 A -JoyBell/' : 'G:/Videoer/Movies/'}{n} {'('+y+')'} {'['+vf+']'} {[channels]} [{vc} {bitdepth}bit {fn.match (/Joy/)}]/{n} {'('+y+')'} {'['+vf+']'} {[channels]} [{vc} {bitdepth}bit {fn.match (/Joy/)}] {' CD'+pi}{'.'+lang}
by Daniel3032
03 Oct 2016, 15:15
Forum: Windows
Topic: Move file depending on file name
Replies: 2
Views: 2087

Move file depending on file name

This is what i use now G:/Videoer/Movies/{n} {'('+y+')'} {'['+vf+']'} {[channels]} [{vc} {bitdepth}bit {fn.match (/Joy/)}]/{n} {'('+y+')'} {'['+vf+']'} {[channels]} [{vc} {bitdepth}bit {fn.match (/Joy/)}] {' CD'+pi}{'.'+lang} I would like to have filebot move any file with the name ''Joy'' in it to ...
by Daniel3032
29 Sep 2016, 22:17
Forum: Episode / Movie Naming Scheme
Topic: How to add 10bit
Replies: 7
Views: 3979

Re: How to add 10bit

Hey Cyberdoggy, the way i solved this was doing [{bitdepth}bit]
It worked for me so maybe it will work for you to :)