Can Filebot pull file duration from the file itself, and NOT search for the series?

All about user-defined episode / movie / file name format expressions
Post Reply
DavidRTurner
Power User
Posts: 89
Joined: 01 Feb 2014, 16:59

Can Filebot pull file duration from the file itself, and NOT search for the series?

Post by DavidRTurner »

I'm trying to rename a bunch of 'extras' - DVD extras, snippets from Youtube, etc.
I've set my own renaming expression for these in the past.
Now, I want to add the video duration to the filename (ie.

Code: Select all

{fn} ({minutes}min)
but when I run FB, it searches for the series...
Some of my filenames do not have the 'correct' series name (and I don't want them to, for personal reasons).

So, can I BYPASS the search, so this simply renames the filename using one of the files fields (in this case, {minutes}) - and does NOT try to rename the show?
I'm using the GUI, so is there any code like {skip_API} ?

Thanks...
DavidRTurner
Power User
Posts: 89
Joined: 01 Feb 2014, 16:59

Re: Can Filebot pull file duration from the file itself, and NOT search for the series?

Post by DavidRTurner »

Fantastic!! Thanks, again!!
Post Reply