Search found 5 matches

by cams
10 Nov 2014, 10:00
Forum: Scripting and Automation
Topic: [CODE] Editing amc script to modify pushover notification
Replies: 5
Views: 5075

Re: [CODE] Editing amc script to modify pushover notificatio

Why? I prefer Pushover's front end ;) . And it's killing me! Coding for me is basic at best but I have figured out a few things on my own so far... I feel like I am close, I just need a few small hints to show me the right direction!
by cams
10 Nov 2014, 05:44
Forum: Scripting and Automation
Topic: [CODE] Editing amc script to modify pushover notification
Replies: 5
Views: 5075

Re: [CODE] Editing amc script to modify pushover notificatio

Is it possible to modify the code to use the output names in the rename log? What I am hoping to change is the pushover notifications, to show the output (renamed) files rather than the input files.
by cams
04 Nov 2014, 12:49
Forum: Scripting and Automation
Topic: [CODE] Editing amc script to modify pushover notification
Replies: 5
Views: 5075

[CODE] Editing amc script to modify pushover notification

I've located the string that formulates the rename log for the notification message, and I'd like to modify it to draw the output filename instead. if (getRenameLog().size() > 0) { // messages used for xbmc / plex / pushover notifications def getNotificationTitle = { "FileBot finished processin...
by cams
04 Nov 2014, 11:31
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 640190

Re: [GUIDE] Fully Automated Media Center with Transmission (

You'll get that response if you run the transmission-postprocess manually. If you want to test your code, replace the input path from this "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME" to the input path of the media you want to pr...
by cams
03 Nov 2014, 14:36
Forum: Scripting and Automation
Topic: [OSX] Fresh install, error running amc script
Replies: 1
Views: 2187

[OSX] Fresh install, error running amc script

Any idea why I receive this error trying to execute the amc script? I have no idea, and I'm trying to understand with humble programming experience. /Volumes/camerontodd/Desktop/transmission-postprocess: line 2: /Applications/Filebot.app/Contents/MacOS/filebot.sh: No such file or directory logout I'...