Search found 116 matches

by pilGrim
October 23rd, 2010, 1:32 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

Hi Kierse, Just one more update on this issue... I reinstalled everything (deleted test file, new logs) and the problem still occurred.  Then I noticed that a mediarover schedule happened right after my test and my test file was put into the queue as it was missing.  The second time the source was p...
by pilGrim
October 19th, 2010, 10:24 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

Hi Kierse, All was working fine but for some reason I am now getting the following error on my sorts: (from SABnzbd download and unpack history) > python mediarover.py episode-sort /path/to/some.download some.download.nzb some.download 12345 tv alt.public.access.tv 0 (More) clicking more gives me: 2...
by pilGrim
October 16th, 2010, 8:25 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

Hi Kierse, Hmmm, I'll have to look into why your getting [None].  Its obviously a bug with the quality management code though I'm not sure what's going on.  As for 201010101055, that's the year/month/day/hour/minute/second and its appended to the end of the file during sorting when MR discovers that...
by pilGrim
October 9th, 2010, 10:25 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

Hi Kierse, Mediarover is working perfect for me.  I did manage to get the sort script to work and am so happy that the issue I had with shows in multiple locations as well as having the file named for the Alias I declared are all solved for now. I do have one quick question on the sort script; after...
by pilGrim
May 29th, 2010, 6:46 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

Hey pilGrim, I assume you are talking about series aliases here?  If MR matches a job title using a series alias, it renames the episode using the parent series name rather than the alias Kierse Hi Kierse, yes I did not explain that well did I.  Based on your comment it sounds like it does what I w...
by pilGrim
May 29th, 2010, 8:30 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

rollingeyeball wrote: pilGrim, I can confirm MR does that :)
Perfect!  Many thanks, that is a good enough reason for me to switch.

One more question, does the mediarover script also use the alias name when renaming?  that would make it perfect in my eyes, given my pain points.

pilgrim
by pilGrim
May 28th, 2010, 7:10 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

2) removed episode_sort.py.  Keeping in line with the previous statement, episode sorting is now a function of the mediarover.py script.  Along with this change comes the ability to easily sort a downloaded episode manually.  Instead of having to provide the 7 arguments usually supplied by SABnzbd,...
by pilGrim
May 22nd, 2010, 8:33 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

www.nzbindex.nl also has a working rss feed. Build the feed from there their website and then add &nzblink=1 to the URL. Again set provider as mytvnzb. I've been using rss feed from nzbindex.nl since Monday (5 days). No false positives. I can't say how many matches were made as I have 3 other f...
by pilGrim
February 8th, 2010, 11:42 pm
Forum: Post-Processing Scripts
Topic: Simple Python IMDB Check Help
Replies: 6
Views: 5081

Re: Simple Python IMDB Check Help

Hi Camelot,

Worked like a charm.  Big thanks for the help.

Cheers!
by pilGrim
February 8th, 2010, 7:58 pm
Forum: Post-Processing Scripts
Topic: Simple Python IMDB Check Help
Replies: 6
Views: 5081

Re: Simple Python IMDB Check Help

hey, This should remove the commas imdbwebvotes = '6,563' numbersSplit = imdbwebvotes.split(',') numberStringWithoutCommas = "" for num in numbersSplit:     numberStringWithoutCommas = "%s%s" % (numberStringWithoutCommas, num) real_number = int(numberStringWithoutCommas) print &...
by pilGrim
February 6th, 2010, 8:36 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: A quick update

Hi guys, I'm going to be out of the country for the next 3 weeks or so on vacation.  I'm not sure how much time (if any) I'll have to devote to Media Rover while I'm gone so I wanted to give everyone a heads up.  Also, I wanted to give a quick update on a couple of topics I know are near and dear t...
by pilGrim
February 6th, 2010, 8:09 am
Forum: Post-Processing Scripts
Topic: Simple Python IMDB Check Help
Replies: 6
Views: 5081

Re: Simple Python IMDB Check Help

Many thanks Camelot,

That helps a lot.  Any simple ideas on how to strip the , out of the string that represents the number of votes?

I did setup the code to just skip anything with less than 1000 votes, but wanted to be able to adjust beyond that with a variable.

Cheers,

pilgrim
by pilGrim
February 5th, 2010, 8:55 pm
Forum: Post-Processing Scripts
Topic: Simple Python IMDB Check Help
Replies: 6
Views: 5081

Simple Python IMDB Check Help

Hi All, Well this should be simple but I am a complete noob in python.  I am getting stuck in the following situation: I set a variable:  IMDB_Votes = 1,000 I pull out the current votes from the IMDB HTML Page: imdbwebvotes = re.search(">([0-9]*,*[0-9][0-9][0-9]) votes= imdb_vote): I think I ha...
by pilGrim
February 2nd, 2010, 8:15 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

Looks very similar to issue I reported a few post back.  I found that  if you have movies in your queue, the mediarover cannot parse the name and it stops.  Guess we need an error trap here so mediarover could keep running.  Not sure if that is your exact issue, but looks about the same.  Delete or...
by pilGrim
January 30th, 2010, 4:32 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1486280

Re: Media Rover

Guys... Today my Media Rover started to act up on me... I noticed that I hadn't downloaded anything for a while and checked... Apparently something has changed. I've also updated to the latest version from the dev branch without any difference. Any ideas? :) Looks very similar to issue I reported a...