Automated Media Center - Add standard video format
Posted: 09 Sep 2013, 15:17
Hey guys,
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"
The last time I really used java was at least five years ago, so I'm a little rusty. Maybe someone could fix the small error for me. Would be really nice
I'm still trying to get the gist of Groovy, so I don't quite get what all those parts of the argument are doing.
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}''
