Search found 120 matches

by J03 8LACK
April 22nd, 2014, 11:55 pm
Forum: Third-party Addons
Topic: MovieGrabber - Completely Automated Movie Downloader
Replies: 793
Views: 2268393

Re: MovieGrabber - Completely Automated Movie Downloader

Hey binhex,

Are there any logs for post processing. I'm Trying to figure out why none of my certificate rules are not working?

Thanks
J03
by J03 8LACK
October 30th, 2013, 12:08 pm
Forum: Third-party Addons
Topic: MovieGrabber - Completely Automated Movie Downloader
Replies: 793
Views: 2268393

Re: MovieGrabber - Completely Automated Movie Downloader

Hey binhex, just out of curiosity what are the issues you are seeing with CP, and if moviegrabber was to fulfill everything CP does for you right now, what additional features would be required for you to be able to shutdown CP?. I prefer MovieGrabber in every way. Its the true Automatic movie downl...
by J03 8LACK
October 29th, 2013, 6:10 pm
Forum: Third-party Addons
Topic: MovieGrabber - Completely Automated Movie Downloader
Replies: 793
Views: 2268393

Re: MovieGrabber - Completely Automated Movie Downloader

Hi Binhex, I have no particular source for posters. Which ever one is more reliable is good enough for me. As for XBMC I have one setup with the original XBOX for the kids TV and I am running WDTV on the others. I find it annoying waiting for the video library to update on XBMC so I resorted to stat...
by J03 8LACK
October 28th, 2013, 3:54 pm
Forum: Third-party Addons
Topic: MovieGrabber - Completely Automated Movie Downloader
Replies: 793
Views: 2268393

Re: MovieGrabber - Completely Automated Movie Downloader

Hey Binhex,

Setting up a new setup and was just wondering if there is any way to set moviegrabber to drop a movie poster jpg named (folder.jpg) in the output folder.

Thanks
J03
by J03 8LACK
August 19th, 2013, 1:24 am
Forum: Post-Processing Scripts
Topic: [Python] Corrie TV (Coronation Street)/Enders renamer script
Replies: 71
Views: 90820

Re: [Python] Corrie TV (Coronation Street)/Enders renamer sc

blackice101, Have you try just using the rss setup with binsearch feed just as this script does. you don't have to use the script to download it more for renaming it for sickbeard to id it and track it. A lot of the nzb indexer sites don't track Coronation Street that's why i create this little tool...
by J03 8LACK
February 28th, 2013, 7:21 pm
Forum: Third-party Addons
Topic: MovieGrabber - Completely Automated Movie Downloader
Replies: 793
Views: 2268393

Re: MovieGrabber - Completely Automated Movie Downloader

To be honest I have been focusing on newznab support and hoping that this might of also fixed spotweb too :-) ok looks like I will need to do some further investigation into this. Thanks for letting me know and glad your enjoying the new release :-) Hey binhex, i think the spotweb problem is due th...
by J03 8LACK
February 12th, 2013, 4:51 pm
Forum: Post-Processing Scripts
Topic: [Python] Corrie TV (Coronation Street)/Enders renamer script
Replies: 71
Views: 90820

Re: [Python] Corrie TV (Coronation Street)/Enders renamer sc

Hey james, your going to have to do a little checking. 1- check the permissions on the eastender script - make sure its executable 2- check the shebang line for any strange characters like tabs and carriage returns - easy fix delete everything up to the first line of actual code then insert the sheb...
by J03 8LACK
February 9th, 2013, 1:41 pm
Forum: Post-Processing Scripts
Topic: [Python] Corrie TV (Coronation Street)/Enders renamer script
Replies: 71
Views: 90820

Re: [Python] Corrie TV (Coronation Street)/Enders renamer sc

Hey james,

Try removing one of the O's from the shebang.

#!/usr/local/python/bin/python -O

As for the CD1 + CD2 problem, I personally don't join any files myself. And if your and HD downloader then most of the files are not split.
So in short i dont know of any joiners

Tell me how it goes
J03
by J03 8LACK
January 31st, 2013, 7:06 pm
Forum: Third-party Addons
Topic: MovieGrabber - Completely Automated Movie Downloader
Replies: 793
Views: 2268393

Re: MovieGrabber - Completely Automated Movie Downloader

Question: What if I have some specific movies I KNOW that I'll want, regardless of any criteria (i.e. my use for couchpotato) - but in general I usually just want to base it off of criteria (i.e. my use for moviegrabber)? I don't want them both to get a title at the same time. How can I use both pr...
by J03 8LACK
January 14th, 2013, 12:51 pm
Forum: Third-party Addons
Topic: MovieGrabber - Completely Automated Movie Downloader
Replies: 793
Views: 2268393

Re: MovieGrabber - Completely Automated Movie Downloader

Hey binhex, I have been playing with spotweb and it looks like and easy addition as API seems the same as newznab. Some spotweb setups work with just the ?api like newznab ( http://ServerName/?api&t=search&apikey=YOUR_API_KEY&q=Your_Search ) and some need the added text - ?page=newznabap...
by J03 8LACK
January 9th, 2013, 2:04 am
Forum: Post-Processing Scripts
Topic: [Python] Corrie TV (Coronation Street)/Enders renamer script
Replies: 71
Views: 90820

Re: [Python] Corrie TV (Coronation Street)/Enders renamer sc

Hey James, Sorry that was a little bug. -01 was removing the month also. So I have change the code to correct. take a look if AirDate[10:13] == "-01" : # correct multi part if A/B Airdate and flag MultiPart AirDate = AirDate[:10] # keeps only the first 10 chars of Airdate 2013-01-01 multiP...
by J03 8LACK
January 7th, 2013, 2:05 pm
Forum: Post-Processing Scripts
Topic: Synology Post Processing - Sickbeard
Replies: 3
Views: 13677

Re: Synology Post Processing - Sickbeard

Hey Tom, You setup the wrong script. You need set the script to be sabtosickbeard.py not autoProcessTV.py. The sabtosickbeard script talks to the autoProcess script so they do have to be in the same folder with the config file. Take a look here - http://code.google.com/p/sickbeard/wiki/PostProcessin...
by J03 8LACK
January 5th, 2013, 10:26 pm
Forum: Post-Processing Scripts
Topic: [Python] Corrie TV (Coronation Street)/Enders renamer script
Replies: 71
Views: 90820

Re: [Python] Corrie TV (Coronation Street)/Enders renamer sc

Hey James, I was wondering when the first multi part episode would be. you where on the right track but you missed the " - ". you also have to watch the formatting (the indents) (the change noted at the side) if AirDate[-1] == "1" : # changing to 01 was correct but the [-1] is on...
by J03 8LACK
January 4th, 2013, 2:18 am
Forum: Third-party Addons
Topic: MovieGrabber - Completely Automated Movie Downloader
Replies: 793
Views: 2268393

Re: MovieGrabber - Completely Automated Movie Downloader

Hi binhex, I have come across some bugs trying to setup some new newznab settings. If you find your http://www.newznabserver.com is not working try https://www.newznabserver.com also have found some new newznabservers dont allow the t=search command in the API without an VIP account but t=movie does...
by J03 8LACK
January 3rd, 2013, 4:10 am
Forum: Post-Processing Scripts
Topic: [Python] Corrie TV (Coronation Street)/Enders renamer script
Replies: 71
Views: 90820

Re: [Python] Corrie TV (Coronation Street)/Enders renamer sc

The ones uploaded on teevee were great no renaming. unfortunately they come out infrequently. Another poster has been adding them to a.b.british.drama (which I eventually got a working regex with Newznab. Corrie & Eastenders) )in 2 different name formats. They are For USA: EastEnders 20121231 a...