Some background...
I have used meta<browser/> for many years, but this still requires allot of manually work!
Trying Filebot and then finding out about Filebot Node running on my Synology was great news to me.
BUT - I do have a very strict naming convention, that I would like to keep.
So for now I would like to keep it simple, and try to see if I just can get the renaming and moving of files working using Filebot Node.
I just got everything installed and it finally works with every settings set to default!

My naming convention:
TV Shows
Babylon 5 (1994)\Season 01\ (<-- Double digits Season 01 number)
Babylon 5 - s01e01 - Midnight on the Firing Line.mkv (<-- Small letters 's' and 'e' using double digits)
Babylon 5 - s01e01 - Midnight on the Firing Line.dan.srt <-- (renaming 2 letter to 3 letter country code)
Babylon 5 - s01e01 - Midnight on the Firing Line.swe.srt
Babylon 5 - s01e01 - Midnight on the Firing Line.nor.srt
Babylon 5 - s01e01 - Midnight on the Firing Line.txt (<-- Renaming .nfo file to .txt)
Movies
Resident Evil Extinction (2007)\ (Using original movie name: Example: Crouching Tiger, Hidden Dragon --> Wo hu cang long (org title IMDB) and also removing any special characters ':' no extra blank space or '-')
Resident Evil Extinction (2007).dan.srt <-- (renaming 2 letter to 3 letter country code)
Resident Evil Extinction (2007).swe.srt
Resident Evil Extinction (2007).dan.txt (<-- Renaming .nfo file to .txt)
So I used Filebot as a testing ground to get the above working with some help from rednoah

Code: Select all
Movies/{n.replace(':','')} ({y})/{n.replace(':','')} ({y}){'.'+lang}.{ext.replace('nfo', 'txt')}
Code: Select all
TV Shows/{plex[1]} ({y})/{plex[2]}/{n} - {episode.special ? 's00e'+special.pad(2) : s00e00.lower()} - {t.replaceAll(/[`´‘’?]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part $1')}{'.'+lang}.{ext.replace('nfo', 'txt')}

BUT when adding the above lines to Custom formats in Filebot Node then it doesn't work. I get this:

So it doesn't not use the Orig filename could this be because it uses [TheMovieDB] instead of IMDB?
and it doesn't rename or move the nfo --> txt
For the TV Show using NODE - it does not move or rename anything?
I thought if the string works on Filebot then it would also work on Filebot Node using the same string:

Any help is much appreciated, I know this might just be me being a Newbie to this.

Also how do I stop Filebot Node from looking for subtitles?
And could I save these setting by using one of these "Grovy" scripts people are talking about and then just point to the script?
This is a steep learning curve using Metabrowser but well worth it if I can get it running automatically
Thanks & regards
Casperse