Search found 35 matches

by te5s3rakt
24 Apr 2015, 15:48
Forum: Scripting and Automation
Topic: Log to Spreadsheet
Replies: 3
Views: 2781

Re: Log to Spreadsheet

the script fn:history looks like what i'm chasing... just a couple of questions though... is there a list of formats somewhere to refer to... just was looking to add a timestamp per line... so was looking to get lines like Date-Time <tab> source dir/file <tab> destination dir/file Also is there a wa...
by te5s3rakt
22 Feb 2015, 11:25
Forum: Scripting and Automation
Topic: Log to Spreadsheet
Replies: 3
Views: 2781

Log to Spreadsheet

Hi there, So... At present I have filebot renaming my media files, and outputting the log to gmail and pushbullet (was considering moving totally to it for logging)... I find though I don't always review the log straight away, and pushbullet isn't the best for searching for old logs... Gmail as it s...
by te5s3rakt
11 Nov 2014, 12:35
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526680

Re: [OSX] brew cask install filebot

the filebot upgrade command line there... how would you recommend to automate that if you wished? on mac
by te5s3rakt
07 Oct 2014, 11:46
Forum: Scripting and Automation
Topic: update-mes not working
Replies: 11
Views: 6562

Re: update-mes not working

so been using the amc script with the myepisodes updater... on initial run and testing it seemed to run fine and update myepisodes... but when left to run in the background now with Hazel, seems to stop at the at the point myepisodes is updating... and as a result the final email log doesn't send......
by te5s3rakt
06 Oct 2014, 07:34
Forum: Scripting and Automation
Topic: update-mes not working
Replies: 11
Views: 6562

Re: update-mes not working

So not something wrong on my end then?

I guess I'll give it a shot again tonight...
by te5s3rakt
06 Oct 2014, 03:48
Forum: Scripting and Automation
Topic: update-mes not working
Replies: 11
Views: 6562

Re: update-mes not working

ah cool...

so any idea though why i'm now getting the above error on run...
by te5s3rakt
05 Oct 2014, 13:16
Forum: Scripting and Automation
Topic: update-mes not working
Replies: 11
Views: 6562

Re: update-mes not working

actually on re run, after I just downloaded a new series, the script ran from the very start of my tv show list again... but eventually stopped with this.... SocketTimeoutException: Read timed out java.net.SocketTimeoutException: Read timed out at org.jsoup.helper.DataUtil.readToByteBuffer(DataUtil....
by te5s3rakt
05 Oct 2014, 13:13
Forum: Scripting and Automation
Topic: update-mes not working
Replies: 11
Views: 6562

Re: update-mes not working

I notice on reruns of the update-mes script it goes through all the files again... is there a way to exclude previously processed files from processing, and only processes new files... instead if i use the myepisodes switch of the amc script, how does that work in comparison to the update-mes script...
by te5s3rakt
04 Oct 2014, 05:29
Forum: Scripting and Automation
Topic: update-mes not working
Replies: 11
Views: 6562

Re: update-mes not working

Legend... worked a treat...

So I use Hazel to run the FileBot scripts on a watched folder... Now would you recommend running the above script on my series folder when it detects changes, or use the myepisodes update extension of the amc script...
by te5s3rakt
03 Oct 2014, 13:27
Forum: Scripting and Automation
Topic: update-mes not working
Replies: 11
Views: 6562

update-mes not working

So I've been trying to get this update MyEpisodes script going without much luck... Initially I thought it could be a wrong version, so have just freshly updated to Filebot 4.2 and Java v8u20, and still no luck... Initially I had another message coming up along similar lines, then now the one below....
by te5s3rakt
27 Sep 2014, 16:22
Forum: Scripting and Automation
Topic: update-mes error.
Replies: 2
Views: 2995

Re: update-mes error.

I'm getting an error too upon just setting this up... my terminal output is below... where user is my username and pwd my password :) I entered this>>> /Applications/Filebot.app/Contents/MacOS/filebot -script fn:update-mes "/Volumes/PROMISE PEGASUS/Series" --def login=user:pwd addshows=y t...
by te5s3rakt
13 May 2014, 05:05
Forum: Scripting and Automation
Topic: move files but don't write over
Replies: 13
Views: 6184

Re: move files but don't write over

cool thanks... I'll do that then :)
by te5s3rakt
13 May 2014, 05:00
Forum: Scripting and Automation
Topic: --conflict fail
Replies: 15
Views: 7003

Re: --conflict fail

haven't really had any experience on that front... think i'll just run with your other suggestion of using symlinks to organise myself... thanks heaps :)
by te5s3rakt
12 May 2014, 14:43
Forum: Scripting and Automation
Topic: --conflict fail
Replies: 15
Views: 7003

Re: --conflict fail

ah cool... i'll look into it... is there any issue with running the script locally instead of from online... updates perhaps? my media centre is generally a pretty set and forget sort of thing, so once i make a few modifications i might not touch any of the backend stuff for months or more... I woul...
by te5s3rakt
12 May 2014, 12:00
Forum: Scripting and Automation
Topic: --conflict fail
Replies: 15
Views: 7003

Re: --conflict fail

just regarding the whole "--def unsorted=y" sorting out the unprocessed/conflicted files... let me see if i understand it right... will it move the files that conflicted/where unprocessed by filbert as a result, out of the processing folder (the one the script is running on) and into a fol...
by te5s3rakt
12 May 2014, 11:22
Forum: Scripting and Automation
Topic: move files but don't write over
Replies: 13
Views: 6184

Re: move files but don't write over

sorry... noob moment... upon reading the log, i found they were saving in "~/.filebot/reports/"

is there a way to change this?

for the purpose of logging this thread... I used --def "exec=chmod 544 '{file}'" in my script to get the desired result :)
by te5s3rakt
12 May 2014, 10:40
Forum: Scripting and Automation
Topic: move files but don't write over
Replies: 13
Views: 6184

Re: move files but don't write over

i tried the storeReport=y, just put it at the end of my script in the first post... and couldn't seem to track down the report... wheres it save on mac
by te5s3rakt
11 May 2014, 13:50
Forum: Scripting and Automation
Topic: move files but don't write over
Replies: 13
Views: 6184

Re: move files but don't write over

that seams to bring in all the files, ever done... :S what are your thoughts on using --def exec="set-permissions" "{file}" to pass processed files to the set-permissions app i created? also side question... the storeReport=y... where does that save the report to... or would you ...
by te5s3rakt
09 May 2014, 13:12
Forum: Scripting and Automation
Topic: move files but don't write over
Replies: 13
Views: 6184

Re: move files but don't write over

i've got a separate automator "application" with a chmod in it... but it runs on all files every time... do you perhaps have experience with just passing the files resulting from the filebot shell script to the chmod command, so only the files it's named get their permission updated...
by te5s3rakt
09 May 2014, 12:07
Forum: Scripting and Automation
Topic: move files but don't write over
Replies: 13
Views: 6184

Re: move files but don't write over

does anyone have an idea on the set files to read only bit i'd like to add... i'd still like to set the new files to read only to prevent other apps, or people overwriting files...
by te5s3rakt
09 May 2014, 12:03
Forum: Scripting and Automation
Topic: move files but don't write over
Replies: 13
Views: 6184

Re: move files but don't write over

mmm i'll give that a shot...

ah shit... rookie rookie move.. can't believe i did that... lucky that's a media centre specific address...
by te5s3rakt
09 May 2014, 11:23
Forum: Scripting and Automation
Topic: move files but don't write over
Replies: 13
Views: 6184

move files but don't write over

Hi all, So i've got setup on my mac mini media center with automator for the below shell script to run as a folder action whenever downloaded files appear in my Completed Downloads folder (uTorrent is set to move finished files there from its active folder)... /Applications/Filebot.app/Contents/MacO...
by te5s3rakt
26 Apr 2013, 23:37
Forum: Scripting and Automation
Topic: Transmission to FileBot to Plex Automation
Replies: 7
Views: 12835

Re: Transmission to FileBot to Plex Automation

I didn't really look much into tv show download automation as I like to search for the high res web dl copies...
by te5s3rakt
25 Apr 2013, 07:22
Forum: Scripting and Automation
Topic: Transmission to FileBot to Plex Automation
Replies: 7
Views: 12835

Re: Transmission to FileBot to Plex Automation

i actually ended up jumping to uTorrent, for the reason it has a scheduler to automate download times and monthly download limit... with that i let it download in "Active Downloads" folder then when finished it moves it to "Completed Downloads" folder... I then set up OSX Automat...
by te5s3rakt
07 Apr 2013, 05:14
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 635501

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

got it now... the expression {".$lang"} on the forum I've been trying overrides the moving of the files to the new directory... using / in it like this {\".\$lang\"} fixed the issue and allowed the script to run as designed... with plex=hostname... how would you define the hostna...