noob idiot help

All about user-defined episode / movie / file name format expressions
Post Reply
Zerelah
Posts: 23
Joined: 18 Feb 2014, 16:22

noob idiot help

Post by Zerelah »

Code: Select all

{[info.status.match(/Ended/)]}

I know its simply but i cant figure out how to add a space in the code, since if there is no match I get {n} /{n} so i need the space in the code.

I was wondering have the changes to subtitles lang affected the sub rename script I cant get it to work, It just keeps saying my path dont exist

http://filebot.sourceforge.net/forums/v ... &t=5#p2100
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: noob idiot help

Post by rednoah »

Code: Select all

{' '+[info.status.match(/Ended/)]}
You can learn these things by looking the plentidue of examples here:
http://www.filebot.net/forums/viewtopic.php?f=5&t=2
:idea: Please read the FAQ and How to Request Help.
Post Reply