Page 1 of 1

Filebot Selective name change

Posted: 15 Mar 2014, 14:43
by Yapsonark
Hey guys!!!


I'm new to filebot and don't use forums much. I'm hoping you can point me in the right direction.

I have a Roku supported format that I use on any new rips I make. These rips I make will automatically include ~Roku at the end

Is there a way for FileBot to see "~Roku" in the source file's title and include it in the output file.

A Recent Rip eg.
Source File Name> Despicable Me~Roku.mp4
FileBot Checks TheMovieDB
Output File Name> Despicable Me (2010)~Roku.mp4

The thing is I have alot of files that are not converted to a Roku friendly format so haveing ~Roku in the title helps me keep track of what I still have left to convert.


For some Clarification

I'm slowly building a Plex Server that's doesn't use any Transcoding for Roku playback and I use "~Roku" to mark each file that is the correct format to support Directplay on Roku. With this great program I can always take it out later :D

Thanks for your time reading my Post!!!

Re: Filebot Selective name change

Posted: 15 Mar 2014, 16:51
by rednoah
That's all in the format. Here's the snipped you need:

Code: Select all

{fn.match(/~Roku/)}
You might wanna look over the docs on format expressions and all the examples so you get a feel for it. It's pretty simple though. ;)

Re: Filebot Selective name change

Posted: 16 Mar 2014, 10:40
by Yapsonark
Thanks so much it worked perfectly!! and i will check it out thanks!