Search found 254 matches

by kierse
June 24th, 2010, 11:23 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: So confused...

Hey sabbato753, Hi Kierse, What an awesome program you've developed!  I'm just trying to get your development version (5) up and running on my linux box, though, and I've run into an issue.  I used the rss feed from nzbs.org for x264, and it searched my directories, searched the feed and picked the ...
by kierse
June 24th, 2010, 11:17 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

My NAS crashed and I had to set everything up again. I didn't realize that the QNAP TS-439 Pro nuked everything in the root directory on a reboot. Lesson learned, I guess. :) While I was doing that though, I happened to notice that in my RSS feed that I'm scanning, it showed FIFA World Cup 2010. Is...
by kierse
June 22nd, 2010, 1:13 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Script Errors

I didn't have episode sorting turned on within SAB, though recently I did turn it on because it was acting a little wonky with movies and I figured what the hell - I'd turn it on for TV shows as well. What I did was just copy the episodesort.py file to the sabnzbd scripts folder. I don't call it fr...
by kierse
June 22nd, 2010, 1:36 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Script Errors

Hey avatarr, I just noticed today (not sure how long this has been going on) that the post-processing script from within SAB is giving an error:            Traceback (most recent call last):   File "/sabnzbd/scripts/episodesort.py", line 29, in <module>     from mediarover.scripts.sabnzbd ...
by kierse
June 22nd, 2010, 1:33 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

Hey bischoff, Sorry for not being 100% clear on my post, but I meant that there was no SxxExx structure in the filename. It is listed with the date and year instead of SxxExx :-) I'm sending you the sorting log now, and will try the latest development code when I get home later. Thanks! Thanks for s...
by kierse
June 17th, 2010, 12:09 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

Hi bischoff, The episode sorting fails when I download a daily show with a different filename structure than the normal (sXeX). From the error message, it looks like MR wasn't able to identify the series name when it was parsing the nzb report title.  Did you manually schedule this nzb for download ...
by kierse
May 29th, 2010, 11:50 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

Hey wally007, are there any new features in new release or its mostly under the hood work ? The meat of this release was the ability to populate the database with quality information for your existing episodes.  The rest of the changes were cosmetic.  My next task is to tackle the ability to delay s...
by kierse
May 29th, 2010, 1:01 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

Hey pilGrim, Is there a document that speaks to the differences between your episode_sort functionality over the SABnzbd sort rename functionality?  Main issue I have with SABnzbd is using ability to use multiple locations across different drives.  Media rover can watch multiple locations will it al...
by kierse
May 28th, 2010, 2:08 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

Hi everyone, I just pushed some code changes to Github that introduce some new functionality to Media Rover.  Here's a quick overview of the changes: 1) rewrote mediarover.py to be the single point of execution for all MR functionality.  From now on, running MR without any arguments will get you the...
by kierse
May 24th, 2010, 1:39 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

This is the feed that shows up in place of ALL old nzbmatrix rss links http://rss.nzbmatrix.com/rss-moved.php Thanks, that helped reproduce the error ...it'd better if MR just ignored ONE source error and continued with other sources True, but it would likely make my life a living hell in the futur...
by kierse
May 23rd, 2010, 7:13 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

wally007 wrote: ...it'd better if MR just ignored ONE source error and continued with other sources.
It's supposed to be doing that.  I'll have a look and get back to you
by kierse
May 23rd, 2010, 3:11 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

Hey paulkoan, Hello Kierse - is there any chance that "trunk" could be accepted as a version for sabnzbd or that we could turn off version checking in the conf? I update quite regularly and have to edit out the version check each time.  Done, MR will now look for a flag in the sabnzbd queu...
by kierse
May 23rd, 2010, 2:27 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: sqlite3.OperationalError: database is locked

Hey paulkoan, I am not using sorting. Thanks for bringing this one to my attention.  When quality management is turned off MR doesn't need to connect to the database and therefore shouldn't be doing so.  I'll update the code to reflect this. Kierse p.s. In case you have quality management turned on:...
by kierse
May 23rd, 2010, 2:22 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

I created a brand new directory for the downloaded files (/dev branch) and wrote new config files to the default location, which is the same location as last time. I had a look at the code and it is most definitely looking for the 'single_episode' template variable.  My production machine (which is...
by kierse
May 23rd, 2010, 2:08 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1867979

Re: Media Rover

Hi wiggy9906, There is no comma in file, I've tried season and Season, the docs indicate the season is ignored in any case and only the numerical value read. File is in series root. There was indeed a problem with the code handling the .ignore files.  I just pushed a patch to Github.  Update your co...