Search found 23 matches
- 26 Apr 2020, 21:52
- Forum: Scripting and Automation
- Topic: Is it possible to send email at address if specific TV series is processed?
- Replies: 2
- Views: 1983
Is it possible to send email at address if specific TV series is processed?
I’d like to send my wife an email if one of her shows is processed. She is definitely not interested in getting an email every time one of my shows or movies is though. Is it possible to do this?
- 12 Oct 2016, 04:27
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1043146
Re: [OSX] Folder Action with Automator
I get this error when I run the command in terminal:
Illegal usage: bad file arguments or ut_dir/ut_file parameters
Failure (°_°)
Illegal usage: bad file arguments or ut_dir/ut_file parameters
Failure (°_°)
- 24 Oct 2012, 00:52
- Forum: Scripting and Automation
- Topic: Prowl Notification
- Replies: 1
- Views: 3350
Prowl Notification
This is code that was written by Peter Niels. I had no part in writing it and take no credit. I have been using it successfully to alert me when a new torrent is downloaded an added to the library. You must use Prowl on your Timer. I have found this much more reliable than email through gmail's ...
- 30 Jul 2012, 06:34
- Forum: Scripting and Automation
- Topic: Patchwork code for XBMC automation
- Replies: 17
- Views: 14562
Re: Patchwork code for XBMC automation
Actually it really should be fanart.jpg or <moviename>-fanart.jpg. Check here for a pretty good guide (harder to find something official on this surprisingly): http://forum.xbmc.org/showthread.php?tid=59281 Sorry, that is correct. It's been a week or so since I was playing with it. I knew it wasn't ...
- 29 Jul 2012, 20:13
- Forum: Scripting and Automation
- Topic: Patchwork code for XBMC automation
- Replies: 17
- Views: 14562
Re: Patchwork code for XBMC automation
Thanks again for all your help. Initially, I realized that the newer version of XBMC needs the backdrops to be named "wallpaper" instead, so I changed that in the script. Then I realized that XBMC will automatically bring in the backdrops, episode information, etc. Having them in the folder ...
- 17 Jul 2012, 04:38
- Forum: Scripting and Automation
- Topic: Patchwork code for XBMC automation
- Replies: 17
- Views: 14562
Re: Patchwork code for XBMC automation
Hmm, it seems to be downloading the backdrops, but they don't show up in XMBC. Not sure what's going on. The XBMC library is getting updated because the new movie shows up along with the right thumb, but the backdrop doesn't. I've tried to exit and restart XMBC as well as "update library", but ...
- 15 Jul 2012, 21:48
- Forum: Scripting and Automation
- Topic: Patchwork code for XBMC automation
- Replies: 17
- Views: 14562
Re: Patchwork code for XBMC automation
I guess TheMovieDB calls it "backdrops" as you referenced previously. Anyway, they don't seem to load for me unless I do a refresh. As far as the clear logos. I believe they come from here: http://fanart.tv/tv-fanart/
- 15 Jul 2012, 06:48
- Forum: Scripting and Automation
- Topic: Patchwork code for XBMC automation
- Replies: 17
- Views: 14562
Re: Patchwork code for XBMC automation
I was talking about Movie fanart and TV clear logos. Sorry for not being more specific.rednoah wrote:That's what it's doing right now:
http://filebot.sourceforge.net/forums/v ... ?f=4&t=181
Are you talking about series artwork or movie artwork?
- 14 Jul 2012, 22:54
- Forum: Scripting and Automation
- Topic: Patchwork code for XBMC automation
- Replies: 17
- Views: 14562
Re: Patchwork code for XBMC automation
Everything seems to be working great, but it does not appear to be fetching clear logos (for Neon skin in XBMC) nor the Fanart. The thumb gets fetched just fine. Is this normal? It's not a huge deal, I end up just refreshing the video file and pulling it in from XBMC, but would be great if the ...
- 04 Jul 2012, 16:08
- Forum: Scripting and Automation
- Topic: Patchwork code for XBMC automation
- Replies: 17
- Views: 14562
Re: Patchwork code for XBMC automation
Hunh, I haven't had any problems with that an I have tested it on some files that contained sample files. That is part of the reason it took me this long to write this; I wanted to make sure that there were no major errors. I do seem to sometimes get an extra page if I donwload a season pack. There ...
- 03 Jul 2012, 22:39
- Forum: Scripting and Automation
- Topic: Patchwork code for XBMC automation
- Replies: 17
- Views: 14562
Patchwork code for XBMC automation
I made a patchwork of the code kindly provided by Rednoah and many others here on this board that allows utorrent to: 1) launch a groovy script that 2) extracts rar files if necessary 3) ignore unfinished files (if more than one download is happening at the same time) 4) delete "sample" files so ...
- 14 Jun 2012, 15:51
- Forum: Scripting and Automation
- Topic: script failure becuase of episode or movie name with colon
- Replies: 19
- Views: 19593
Re: script failure becuase of episode or movie name with col
Oh, gotcha. I can do that.
- 14 Jun 2012, 15:44
- Forum: Scripting and Automation
- Topic: script failure becuase of episode or movie name with colon
- Replies: 19
- Views: 19593
Re: script failure becuase of episode or movie name with col
I don't feel remotely qualified to write a tutorial on scripting. I'd love to understand more, but some of the fundamentals of groovy elude me and I didn't feel that the web tutorials were that helpful. They jumped around too much without steadily building the skill-set. I'm a surgeon and am ...
- 14 Jun 2012, 15:34
- Forum: Scripting and Automation
- Topic: script failure becuase of episode or movie name with colon
- Replies: 19
- Views: 19593
Re: script failure becuase of episode or movie name with col
That makes sense. I didn't know about being able to cut and paste the utorrent "logger" output into cmd line. That could have saved me an enormous amount of debugging time! Oh well. I kind of like deleting the sample files, so I left that in there and simply added your change input to exclude sample ...
- 14 Jun 2012, 05:53
- Forum: Scripting and Automation
- Topic: script failure becuase of episode or movie name with colon
- Replies: 19
- Views: 19593
Re: script failure becuase of episode or movie name with col
Here is the output. I noticed that it seems to place the file in the output directory until the full copy is complete and when it fails, the file disappears. It seems to be trying to process the sample file that was deleted. Why does that make the file that was copied suddenly get deleted mid script ...
- 14 Jun 2012, 05:11
- Forum: Scripting and Automation
- Topic: script failure becuase of episode or movie name with colon
- Replies: 19
- Views: 19593
Re: script failure becuase of episode or movie name with col
Ahh, do you mean the "logger"? Download almost finished. Will let you know in a few. I'm sure you are on the edge of your seat....
- 14 Jun 2012, 05:05
- Forum: Scripting and Automation
- Topic: script failure becuase of episode or movie name with colon
- Replies: 19
- Views: 19593
Re: script failure becuase of episode or movie name with col
How do I find the utorrent log? I tried a google search for utorrent log and there was nothing useful.
- 14 Jun 2012, 04:47
- Forum: Scripting and Automation
- Topic: script failure becuase of episode or movie name with colon
- Replies: 19
- Views: 19593
Re: script failure becuase of episode or movie name with col
No, I did not. What does --Dunixfs=false do? In the mean time. I'll try to check if that works now. I already deleted the original files. I'll re-download them and let you know what happens. If it fails, I'll try it from cmd line and send you the log.
- 14 Jun 2012, 04:38
- Forum: Scripting and Automation
- Topic: script failure becuase of episode or movie name with colon
- Replies: 19
- Views: 19593
Re: script failure becuase of episode or movie name with col
I think it happens not when the file contains a colon :, but when the TVDB episode title contains a colon. I am not sure this is the case, but it seems to only fail when that scenerio plays out. It will extract the rar files. It deletes the sample files, but then fails when trying to rename the ...
- 14 Jun 2012, 04:04
- Forum: Scripting and Automation
- Topic: script failure becuase of episode or movie name with colon
- Replies: 19
- Views: 19593
script failure becuase of episode or movie name with colon
I am trying to put the finishing touches on my script that is a Frankenstein mis-mash of several other's great work. This script un-rars files if they need it. It deletes sample files so that you don't get duplicates or duplicate notifications. It uses filebot to rename episodes according to XBMC ...
- 01 Jun 2012, 00:16
- Forum: Scripting and Automation
- Topic: How To: Send emails when FileBot renames or moves files.
- Replies: 17
- Views: 19030
Re: How To: Send emails when FileBot renames or moves files.
No. That's the loop that fetches artwork. I recommend doing a basic groovy tutorial. Consider this: def paths = rename(...) paths.each{ f -> println f.name } Once you understand this the rest will be easy. Do some small experiments before you start modifying to big script. Thank you. I'll work on ...
- 31 May 2012, 18:25
- Forum: Scripting and Automation
- Topic: How To: Send emails when FileBot renames or moves files.
- Replies: 17
- Views: 19030
Re: How To: Send emails when FileBot renames or moves files.
You can't "just append" it. Each rename() call will return the output fileset and then you can just run sendmail.exe with those filenames. It's quite easy. Just put it after the rename() call. groups.each{ group, files -> // fetch subtitles def subs = getMissingSubtitles(file:files, output:"srt ...
- 31 May 2012, 06:09
- Forum: Scripting and Automation
- Topic: How To: Send emails when FileBot renames or moves files.
- Replies: 17
- Views: 19030
Re: How To: Send emails when FileBot renames or moves files.
Anyone know if I can just append this to the end of the rednoah's "utorrent-postprocess.groovy" script? def msg = "${it.name} has been added to the library" //EDIT YOUR DETAILS execute("sendemail.exe", "-f", " FROM EMAIL ADDRESS ", "-t", " TO EMAIL ADDRESS ", "-s", " SMTP SERVER:PORT ", "-xu ...