Okay, I admit, I am to new to this whole thing, all I did for a long time was basic renaming and moving, I never worked into the real heavy parts of FileBot scripting. Seems I have to do some really weired work.
And I have another problem I do not understand, maybe I oversee something: I work with FileBot Node, not the pure CLI. It seem it only takes the mediafile (.mkv, .mov, .avi, .mp...) and the subtitle files...the rest is complete ignored.
Actually I also try to figure out how I can extend this snippet
Code: Select all
{y > 2010 ? y : y > 1999 ? '2000 - 2010' : '19xx - 1999'}
to work for more ranges i.e 1950-1959, 1960-1969, and so on..... *bigfacepalm*
My actual not "working" string is
Code: Select all
filebot -script 'fn:amc' '/volume1/video/Filme/Harry Potter' --output /volume1/JDown/Filme --action TEST -non-strict --conflict override --lang de --def 'ut_label=Movie' 'subtitles=deu' 'skipExtract=y' 'minFileSize=0' 'movieFormat={y > 2010 ? y : y > 1999 ? '\''2000 - 2010'\'' : '\''19xx - 1999'\''}/{n.ascii()} ({y}){width > 3000 ? '\'' UHD'\'' : null}/{n.ascii()} ({y}){width > 3000 ? '\'' UHD'\'' : null}{fn.match(/-logo|-poster|-clearart|-trailer|-thumb|-fanart|-banner|-clearlogo|-disc|-discart|-landscape|-320-10/)}' --log all --log-file '/usr/local/filebot-node/data/filebot.log'
I preworked it in FileBot Node and than tested it with the unecessary stuff stripped out in the CLI, the result you can see in the screenshot. On the right is the sourcefolder with the images and other stuff.
