Search found 4 matches
- 20 Oct 2018, 18:10
- Forum: Scripting and Automation
- Topic: Filebot No Longer Consistently Extracting RAR's
- Replies: 3
- Views: 2915
Re: Filebot No Longer Consistently Extracting RAR's
Sounds like this particular archive isn't supported: SevenZipException: Archive file can't be opened with none of the registered codecs :idea: RAR has many archive versions / formats / compression levels. Newer ones may not work. The scene uses store compression which is generally not an issue, but ...
- 20 Oct 2018, 17:30
- Forum: Scripting and Automation
- Topic: Filebot No Longer Consistently Extracting RAR's
- Replies: 3
- Views: 2915
Filebot No Longer Consistently Extracting RAR's
Hey everyone. So my Filebot setup has been running flawlessly for about two years, and only since about a month ago (just in time for the Fall TV season...) I started having issues with multi-file RAR archives no longer extracting on a consistent basis. Unrar'd or single-archive files still work 100 ...
- 31 May 2017, 19:05
- Forum: Scripting and Automation
- Topic: AMC - Change Format Based on Label
- Replies: 3
- Views: 3081
Re: AMC - Change Format Based on Label
Both approaches will work. You can use the {label} binding in your format if you want to do more complex checks. How exactly would I write that out in the script? I'm at work otherwise I'd try it, but my best guess is: --filter "ut_label='Kids Movie'" --def movieFormat="M:/Kids Movies/{ny}/{fn}" or ...
- 31 May 2017, 18:38
- Forum: Scripting and Automation
- Topic: AMC - Change Format Based on Label
- Replies: 3
- Views: 3081
AMC - Change Format Based on Label
Hey, sorry for the noob question but I'm having a hard time finding the syntax for this. After years of using (and fixing...) EventGhost I finally made the jump to just using the AMC script in tandem with uTorrent and it works great! What I'm looking to do is this: My media library is sorted in ...