I've only been using Filebot for a few days now, so I'm still quite inexperienced concerning this whole stuff. I've been using theAutomated Media Center Script which works like a charm. I have one wish though:
Instead of "Raising Hope - S03E01 - Not Indecent, But Not Quite Decent Enough Proposal", I'd like my files to be renamed to something like "Raising Hope - S03E01 - Not Indecent, But Not Quite Decent Enough Proposal - 1080p".
I tried the following argument which lead to "Warning: Invalid Argument"
Code: Select all
-script fn:amc "D:\Serien_Downloads" --output "D:" -non-strict --def subtitles=en --def "seriesFormat=TV Shows/{n}/{episode.special ? "Special" : "Season "+s.pad(2)}/{n} - {episode.special ? "S00E"+special.pad(2) : s00e00} - {t.replaceAll(/[`´‘’?]/, "'").replaceAll(/[!?.]+$/).replacePart(', Part $1')}{".$lang"} - {vf}''
