Search found 3 matches
- 08 Mar 2016, 07:11
- Forum: Episode / Movie Naming Scheme
- Topic: Per TV Series Destination
- Replies: 4
- Views: 3138
Re: Per TV Series Destination
Red, I seem to have messed up some of the logic... I think my 'OR' (||) is in the wrong place. U if Mickey or Paw found, T otherwise. Everything is going into T at this point, when I switched T and U places, every show went to U. Do I need to do: {n =~ 'Mickey' ? 'U' : 'T'} || {n =~ 'Paw' ? 'U' : 'T ...
- 06 Mar 2016, 15:45
- Forum: Episode / Movie Naming Scheme
- Topic: Per TV Series Destination
- Replies: 4
- Views: 3138
Re: Per TV Series Destination
Thanks for your help!
Donated!
Donated!
- 06 Mar 2016, 09:45
- Forum: Episode / Movie Naming Scheme
- Topic: Per TV Series Destination
- Replies: 4
- Views: 3138
Per TV Series Destination
I apologize in advance if this ? exists but I have been hard pressed to find it. - I am using the command line execution upon a file being completed. filebot.launcher.exe -script fn:amc --output "E:/media" --action copy --conflict skip -non-strict --log-file amc.log --def "seriesFormat=T:/{n}/Season ...