Filebot Selective name change

All about user-defined episode / movie / file name format expressions
Post Reply
Yapsonark
Posts: 14
Joined: 15 Mar 2014, 09:00

Filebot Selective name change

Post 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!!!
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Selective name change

Post 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. ;)
:idea: Please read the FAQ and How to Request Help.
Yapsonark
Posts: 14
Joined: 15 Mar 2014, 09:00

Re: Filebot Selective name change

Post by Yapsonark »

Thanks so much it worked perfectly!! and i will check it out thanks!
Post Reply