Search found 11 matches

by tprice5
08 Sep 2014, 17:36
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

rednoah wrote:
Automated Media Center Defaults

Movie

Code: Select all

Movies/{n} ({y})/{n} ({y}){' CD'+pi}{'.'+lang}
And now I understand why you were so reluctant to provide information. Apologies for being so dense. I swear I was looking around the forums it just never clicked. Tracking now.
by tprice5
08 Sep 2014, 17:13
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

Getting closer ... [TEST] Rename [\\htpc\E$\Torrent Complete\The Lifeguard 2013 HDRip XviD-AQOS (SilverTorrent)\aqos-the.lifeguard.2013.hdrip.xvid.avi] to [\\192.168.0.5\f$\Movies\The Lifeguard (2013).avi] [TEST] Rename [\\htpc\E$\Torrent Complete\The Lifeguard 2013 HDRip XviD-AQOS (SilverTorrent ...
by tprice5
07 Sep 2014, 19:28
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

Okay, now I understand what you are saying. Here's what I've got so far... filebot -script fn:amc --output "\\192.168.0.5\e$\Torrent Complete" --log-file amc_uTorrent.log --action test --conflict override -non-strict --def music=y subtitles=en artwork=y extras=y xbmc=192.168.0.5 myepisodes=tprice5 ...
by tprice5
07 Sep 2014, 10:09
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

1. There's plenty of format examples here in the forums and in the GUI application itself. Will scour the forums some more then. 2. Rename perfectly adheres to your (bad) formats: Parameter: movieFormat = \\192.168.0.5\f$ Parameter: musicformat = \\192.168.0.5\d$ Parameter: seriesFormat = \\192.168 ...
by tprice5
06 Sep 2014, 18:58
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

Here is the output from the logfile. The rename portion doesn't seem to be working correctly. This may be due to the missing quote you pointed out earlier but I cannot spot it. Parameter: music = y Parameter: subtitles = en Parameter: artwork = y Parameter: extras = y Parameter: xbmc = 192.168.0.5 ...
by tprice5
06 Sep 2014, 09:16
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

rednoah wrote:Watch this video and look closely at the very last frame:
https://www.youtube.com/watch?v=a10vTV-oCa0
Ahh, I see. I will try this out when I get home from work. Should already have some stuff in the logs to go over. Will post those logs up when I can.
Thanks again.
by tprice5
05 Sep 2014, 16:07
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

Here's how to make the Logger tab visible: You may need to enable the Logger tab first (just right-click one of the other tabs like Info). I have attempted this... 2. Where is the logger in uTorrent? I've tried right clicking the categories and no context menu appears. Additionally, I see nothing ...
by tprice5
05 Sep 2014, 14:33
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

Here is what I am using to test inside the cmd prompt... filebot.exe -script fn:amc --output "\\192.168.0.5\e$\Torrent Complete\Test_Organized" --log-file AMC_Command.log --action test --conflict skip -non-strict "\\192.168.0.5\e$\Torrent Complete\Test_raw" Unfortunately, I don't know how to test ...
by tprice5
05 Sep 2014, 13:34
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

3.either via the --def ut_* parameters The only parameters I am using in the uTorrent version are... ""ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" and these are not present in my test version Could you write out the cmd line equivalent of what I plugged into ...
by tprice5
05 Sep 2014, 07:48
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

Re: AMC configuration

I will retry the command line test and capture the output as well as amc.log. I cannot find the logger in uTorrent. I am using uTorrent 3.4.2 and JRE 7up67.. Also sent a few euros your way for the support. Thanks! 1. Does what I put into uTorrent look accurate? EDIT: I just saw where you pointed out ...
by tprice5
04 Sep 2014, 22:45
Forum: Scripting and Automation
Topic: AMC configuration
Replies: 16
Views: 14415

AMC configuration

Hello, Thanks so much for the awesome piece of software. I've been using the GUI for a long time and just now starting using the CLI. I wanted to reach out about my experience in configuring AMC and maybe get some guidance, though, I am not quite at the "HELP ME!" point. My main issue is that there ...