Search found 13 matches

by paulkoan
October 25th, 2011, 7:49 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Media Rover

Hmm, yes the commas are definitely what's causing the problem.  I use a third party library to parse and validate the config file.  One of the features of this library is that it turns a comma separated string into a list of values.  My guess is that its taking your url with commas and returning a ...
by paulkoan
October 17th, 2011, 7:53 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Media Rover

I believe I gave this some thought when I first designed the quality management feature. My original goal with MR was to create something that required as little human intervention as possible once it was configured. Storing multiple versions of the same file on disk means the user needs to go in p...
by paulkoan
October 4th, 2011, 3:56 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Media Rover

Hello, I was wondering if there was a way with mediarover to prioritise quality from the perspective of the download queue, rather than what is on disk? So mediarover consumes the various nzb sources I have, and comes up with three different sources for a download. What I would like it to do is add ...
by paulkoan
July 1st, 2010, 7:15 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Duplicates not matching

2. When you update the code, are you unpacking the new version on top of the existing folder? I've run into problems when people unpack a new version on top of the existing one.  This is problematic as old code that's been removed from one update to another can stick around and cause problems. Than...
by paulkoan
June 30th, 2010, 3:27 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Duplicates not matching

2. When you update the code, are you unpacking the new version on top of the existing folder? I've run into problems when people unpack a new version on top of the existing one.  This is problematic as old code that's been removed from one update to another can stick around and cause problems. Than...
by paulkoan
June 29th, 2010, 5:22 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Duplicates not matching

Hello, I am using the latest git pull of mediarover, and the dupe matching doesn't seem to be working: 2010-06-30 06:30 DEBUG - begin processing item 'episode.S03E03.720p.HDTV.x264-IMMERSE' - __init__.py:320 2010-06-30 06:30 ERROR - episode 'episode - 3x03' does not exist on disk - error.py:45 2010-...
by paulkoan
May 23rd, 2010, 4:39 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Media Rover

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. 

Cheers,

Paul
by paulkoan
May 22nd, 2010, 10:35 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: sqlite3.OperationalError: database is locked

I tried deleting the metadata.db  and got the same error, and there isn't another instance of mediarover running.  I am not using sorting. Any ideas what can be holding the db open? It was on an nfs share - only one process openining it as far as I can tell, so I guess this is just a nfs locking is...
by paulkoan
May 22nd, 2010, 9:17 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

sqlite3.OperationalError: database is locked

Hello, I tried this with dev release 176 and 194, and am getting the following traceback. I tried deleting the metadata.db  and got the same error, and there isn't another instance of mediarover running.  I am not using sorting. Any ideas what can be holding the db open? Paul Traceback (most recent ...
by paulkoan
May 8th, 2010, 10:59 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Media Rover

Ok, well it appears that nzbs has a similar parameter "h=" that serves the same purpose as the fauth parameter in newzbin, and it is accepted during a download. The url passed to Sab doesn't have the h= parameter passed, though it is present in the rss feed itself, so I guess the factory ...
by paulkoan
May 7th, 2010, 10:20 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Media Rover

MR doesn't use the download url from a newzbin feed.  Instead, it passes the newzbin ID straight to SABnzbd for processing.  In order for this to work, you need to have configured SABnzbd with your newzbin credentials.  See Config > Index Sites > Newzbin Account Info in SABnzbd Kierse Aah, thank Ki...
by paulkoan
May 7th, 2010, 6:49 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Media Rover

MR doesn't use the download url from a newzbin feed.  Instead, it passes the newzbin ID straight to SABnzbd for processing.  In order for this to work, you need to have configured SABnzbd with your newzbin credentials.  See Config > Index Sites > Newzbin Account Info in SABnzbd Kierse Aah, thank Ki...
by paulkoan
May 7th, 2010, 10:58 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1481105

Re: Media Rover

Shady, the fauth parameter should work. Simple copying the rss feed it gives you should be enough. The fauth parameter definitely works for downloading the rss feed, but the fauth parameter is not in the url passed to sab to download, so it fails. Is there a way to pass parameters through to sab? A...