Search found 7 matches

by namewithhe1d
14 Nov 2013, 15:04
Forum: Scripting and Automation
Topic: AMC on demand?
Replies: 5
Views: 6271

Re: AMC on demand?

I didn't circle back before, sorry. All has been fixed, standalone usage is working great. Thanks again
by namewithhe1d
30 Oct 2013, 01:24
Forum: Scripting and Automation
Topic: AMC on demand?
Replies: 5
Views: 6271

Re: AMC on demand?

How do I run amc on a folder? Here is my transmission-postprocess:

#!/bin/bash

filebot -script fn:amc --output "/storage" --log-file amc.log --action keeplink --conflict override -non-strict --def music=y artwork=n xbmc=localhost plex=localhost clean=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME ...
by namewithhe1d
30 Oct 2013, 01:19
Forum: Scripting and Automation
Topic: AMC on demand?
Replies: 5
Views: 6271

Re: AMC on demand?

rednoah.. You're always on top of it here. I sincerely appreciate it. I've still got a lot to learn in the unix/linux world, and this has been one of my forays. Many thanks as always, I'll check back in to share if all is fixed.
by namewithhe1d
29 Oct 2013, 20:20
Forum: Scripting and Automation
Topic: AMC on demand?
Replies: 5
Views: 6271

AMC on demand?

Two questions.

First, it turns out that for the last couple of weeks, my downloads have not been properly run through Filebot/AMC. When I was playing with the Transmission config files (Ubuntu 12.04), I was changing some directories around, and when AMC was called, it was referencing the directory ...
by namewithhe1d
23 May 2013, 17:09
Forum: Scripting and Automation
Topic: AMC - Ubuntu 12.04 - Transmission - Permissions problem
Replies: 4
Views: 5882

Re: AMC - Ubuntu 12.04 - Transmission - Permissions problem

It worked!! So, another little quirk came up:

Parameter: music = y
Parameter: artwork = n
Parameter: xbmc = nas.local
Parameter: clean = y
Parameter: ut_dir = /storage/Downloads/Tame Impala - Lonerism (2012) - V0
Parameter: ut_kind = multi
Parameter: ut_title = Tame Impala - Lonerism (2012) - V0 ...
by namewithhe1d
23 May 2013, 16:30
Forum: Scripting and Automation
Topic: AMC - Ubuntu 12.04 - Transmission - Permissions problem
Replies: 4
Views: 5882

Re: AMC - Ubuntu 12.04 - Transmission - Permissions problem

That pesky capital letter. I'll go see what I can do about that, then report back
by namewithhe1d
23 May 2013, 15:01
Forum: Scripting and Automation
Topic: AMC - Ubuntu 12.04 - Transmission - Permissions problem
Replies: 4
Views: 5882

AMC - Ubuntu 12.04 - Transmission - Permissions problem

Hey guys,

Trying to get this figured out. I'm pretty certain I have a permissions problem somewhere, and not sure how to diagnose it. Filebot is failing when trying to save with Keeplink. Same happens with hardlink.

Here is my Transmission code:
#!/bin/bash

filebot -script fn:amc --output ...