Unfortunately I am running on ubuntu server, so no gui to use. But I'll download it locally on my machine and play with the gui editor. Thanks for the help!rednoah wrote:Use the GUI Format Editor.
Search found 5 matches
- 22 Mar 2016, 14:41
- Forum: Scripting and Automation
- Topic: Series format is skipping s0e00.
- Replies: 2
- Views: 1937
Re: Series format is skipping s0e00.
Ahh. Got ya. Forgot I had changed it to s0e00.
- 22 Mar 2016, 03:12
- Forum: Scripting and Automation
- Topic: Series format is skipping s0e00.
- Replies: 2
- Views: 1937
Series format is skipping s0e00.
I have the following series format: seriesFormat = TV Shows/{n}/{episode.special ? 'Special' : 'Season '+s.pad(1)}/{n} - {episode.special ? 'S0E'+special.pad(1) : s0e00} - {t} And it outputs a file like: TV Shows/The Walking Dead/Season 6/The Walking Dead - - Twice as Far.mkv If I remove the last ...
- 15 Oct 2014, 21:02
- Forum: Scripting and Automation
- Topic: Don't automatically prepend 0 on season numbers.
- Replies: 4
- Views: 2967
Re: Don't automatically prepend 0 on season numbers.
Ahh. I was doing --def seriesFormat="blah". Thank you much!
- 15 Oct 2014, 20:28
- Forum: Scripting and Automation
- Topic: Don't automatically prepend 0 on season numbers.
- Replies: 4
- Views: 2967
Re: Don't automatically prepend 0 on season numbers.
Any chance of an example on #1? IE, what can I change this to: filebot -script fn:amc --output "D:\Media" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" And thanks ...
- 15 Oct 2014, 18:51
- Forum: Scripting and Automation
- Topic: Don't automatically prepend 0 on season numbers.
- Replies: 4
- Views: 2967
Don't automatically prepend 0 on season numbers.
Until recently, I was using filebot for movies, and TV Rename for TV shows. When I went to automate it yesterday, I found that the amc.groovy could already do that for me.. Freaking awesome. But when I downloaded a tv show today, it prepended a 0 to the Season 7(Season 07), which screws up how I ...