Search found 14 matches

by abomination
13 Feb 2017, 20:32
Forum: Scripting and Automation
Topic: [CLI] What do the different `--conflict` options do?
Replies: 13
Views: 7610

Re: [CLI] What do the different `--conflict` options do?

Code: Select all

[DUPLICATE] Rename [/Users/Mini/Downloads/From [ WWW.TORRENTING.ME ] - Balls.Deep.S02E08.Zen.And.The.Art.Of.Living.720p.HDTV.x264-YesTV/balls.deep.0208.720p-yestv.mkv] to [/Volumes/Media/TV Shows/Deep Love/Season 01/Deep Love - S01E08 - Deai.mkv]
by abomination
07 Feb 2017, 07:28
Forum: Scripting and Automation
Topic: [CLI] What do the different `--conflict` options do?
Replies: 13
Views: 7610

Re: [CLI] What do the different `--conflict` options do?

Thanks! I've added Extra Episodes and Bonus Features to the ignore list. Think I just got bit by this : / Run script [fn:amc] at [Tue Feb 07 01:34:47 EST 2017] Parameter: artwork = y Parameter: clean = y Parameter: music = y Parameter: plex = ***** Parameter: unsorted = y Parameter: excludeList ...
by abomination
07 Feb 2017, 05:18
Forum: Scripting and Automation
Topic: [CLI] What do the different `--conflict` options do?
Replies: 13
Views: 7610

Re: [CLI] What do the different `--conflict` options do?

Thank you!

Only other slight oddity in there was an episode I downloaded as 'Question Mark', which according to TVDB is actually '?', but was renamed to just 'Lost - S02E21 -.mkv'. Probably one of the illegal characters that gets stripped.
by abomination
07 Feb 2017, 04:36
Forum: Scripting and Automation
Topic: [CLI] What do the different `--conflict` options do?
Replies: 13
Views: 7610

Re: [CLI] What do the different `--conflict` options do?

And the whole entry if that's easier (more then 2x the allowed chars): https://codeshare.io/5ZJkdd
by abomination
07 Feb 2017, 04:33
Forum: Scripting and Automation
Topic: [CLI] What do the different `--conflict` options do?
Replies: 13
Views: 7610

Re: [CLI] What do the different `--conflict` options do?

Please report any issues you may find and include logs (e.g. auto-detection not working, conflict auto not working, etc) . Here's what I think is the relevant parts of the log: Run script [fn:amc] at [Mon May 09 07:32:36 EDT 2016] Parameter: artwork = y Parameter: clean = y Parameter: music = y ...
by abomination
07 Feb 2017, 04:30
Forum: Scripting and Automation
Topic: [CLI] What do the different `--conflict` options do?
Replies: 13
Views: 7610

Re: [CLI] What do the different `--conflict` options do?

Weird, because I tried to `brew update/upgrade` multiple times—obviously winging it a bit here. Happened to finally work after install Xcode.
by abomination
06 Feb 2017, 23:43
Forum: Scripting and Automation
Topic: [CLI] What do the different `--conflict` options do?
Replies: 13
Views: 7610

Re: [CLI] What do the different `--conflict` options do?

Resolved by installing Xcode. Successfully installed 4.7.7.

Stoked to try out `index`. Will post my log with the misindentifications a bit later.
by abomination
06 Feb 2017, 23:13
Forum: Scripting and Automation
Topic: [CLI] What do the different `--conflict` options do?
Replies: 13
Views: 7610

Re: [CLI] What do the different `--conflict` options do?

Mini:~ Mini$ sh -xc "`curl -fsSL https://raw.githubusercontent.com/filebot/filebot/master/installer/appbundle/Helper/brew.sh`" + xcode-select --print-path /Library/Developer/CommandLineTools + brew info 0 kegs, 0B + brew update xcrun: error: invalid active developer path (/Library/Developer ...
by abomination
06 Feb 2017, 03:48
Forum: Scripting and Automation
Topic: [CLI] What do the different `--conflict` options do?
Replies: 13
Views: 7610

[CLI] What do the different `--conflict` options do?

http://www.filebot.net/cli.html lists the different usages (override | skip | auto | index | fail), but I don't see any explanation. I'm particularly interested in what 'index' does, but can't just play with it because the 'lazy' option in https://www.filebot.net/forums/viewtopic.php?t=2049 installs ...
by abomination
20 Jan 2016, 07:35
Forum: Scripting and Automation
Topic: [OSX] AMC script works manually, not transmission-postproces
Replies: 7
Views: 3690

Re: [OSX] AMC script works manually, not transmission-postpr

Yeah I definitely have something wrong Java-wise. `java -version`: java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode) `ls -l `which java``: ls: /Library/Internet: No such file or directory ls: Plug-Ins ...
by abomination
20 Jan 2016, 05:03
Forum: Scripting and Automation
Topic: [OSX] AMC script works manually, not transmission-postproces
Replies: 7
Views: 3690

Re: [OSX] AMC script works manually, not transmission-postpr

Fixed. Something is up with my `.bash_profile`…seems Transmission isn't recognizing it? I prepended its contents to `transmission-postprocess.sh`: export JAVA_HOME="/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home" export PATH="/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/C ...
by abomination
20 Jan 2016, 04:19
Forum: Scripting and Automation
Topic: [OSX] AMC script works manually, not transmission-postproces
Replies: 7
Views: 3690

Re: [OSX] AMC script works manually, not transmission-postpr

1. I posted the questions I was thinking while reading through it—think I'm just dense. I ended up just adding: whoami > "/Users/Mini/Desktop/log.txt" to the bottom of `transmission-postprocess.sh`. I downloaded a torrent via Transmission, and when it finished I was left with a `log.txt` on my d ...
by abomination
19 Jan 2016, 09:16
Forum: Scripting and Automation
Topic: [OSX] AMC script works manually, not transmission-postproces
Replies: 7
Views: 3690

Re: [OSX] AMC script works manually, not transmission-postpr

Those instructions are pretty ambiguous. Should I be adding the code from steps 1 & 2 to `transmission-postprocess.sh` then downloading a new file? One at a time or the same time? Or should I completely replace the contents of the file so that in it's entirely it reads: whoami > "~/Scripts/amc.log ...
by abomination
19 Jan 2016, 08:43
Forum: Scripting and Automation
Topic: [OSX] AMC script works manually, not transmission-postproces
Replies: 7
Views: 3690

[OSX] AMC script works manually, not transmission-postproces

I had little issue setting up Filebot years ago, but just installed a new SSD and cannot get it quite working right again. My `transmission-postprocess.sh` is a lightly modified version of the one on Github. transmission-postprocess.sh #!/bin/sh /usr/local/bin/filebot -script fn:amc --output ...