Page 1 of 1

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

Posted: 22 Apr 2024, 16:20
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...

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

Posted: 22 Apr 2024, 19:12
by rednoah

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

Posted: 22 Apr 2024, 21:12
by DavidRTurner
Fantastic!! Thanks, again!!