Search found 254 matches

by kierse
August 20th, 2010, 3:41 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hi Poag, This morning i attempted to update to the 0.5.1 version. I've tried both a upgrade and a complete reinstall to no avail. ... ValueError: invalid literal for int() with base 10: '' It appears the code responsible for parsing the series .ignore files (that I tried to fix the other day) still ...
by kierse
August 18th, 2010, 11:06 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Maverick519 wrote: Hey Kierse,

Just downloaded the new build of mediarover and it looks like from the log it is now reading the .ignore file properly for all shows.
Thanks for the quick fix.

Maverick519
Ya it was a minor bug, sorry about that.  Thanks for letting me know.

Kierse
by kierse
August 18th, 2010, 10:22 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hi wally007, Hi Kierse , been using Media Rover for almost a year now and by far very happy with it. Couple of my colleagues asked about it but got scared by config file. Are you mostly concentrating on getting most features you can in or is  GUI anywhere close to being done ? Thanks ! No, the GUI i...
by kierse
August 2nd, 2010, 4:52 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hey Maverick519, This keeps showing up for a lot of my nbzmatrix rss feeds 2010-07-30 19:30 DEBUG - skipping u'SHOW Name', unsupported category type - __init__.py:44. My fault, the nzbmatrix source plugin was checking each report to see if it was a TV subcategory.  Categories 9 and 53 (for documenta...
by kierse
July 30th, 2010, 1:23 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hey g1zm0, ...im still returning an error in SAB... I've gone over the code a couple of times now and done a bunch of tests in my Vista virtual machine and I haven't been able to replicate your problem.  As far as I can tell, it should be working.  Can you post the most recent logging output?  You'l...
by kierse
July 24th, 2010, 2:46 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hey g1zm0, Ive attempted to launch the newly updated episode_sort.sh but am having difficulties getting it to run in windows? Is it possible to make a similar change to the .bat file? The changes I mentioned in my previous post were to the .bat file not the .sh file (the problem only occurs for Wind...
by kierse
July 24th, 2010, 2:42 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hey avatarr, Is there any way to use the sorting function to batch-rename episodes that reside in the same folder? Unfortunately no, MR is currently only able to sort single downloaded episodes.  There are other tools out there that do exactly what you want; I would suggest searching the SAB forums ...
by kierse
July 21st, 2010, 10:46 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hey avatarr, Did a fresh re-install and pulled the pertinent info over from my last config file (manually). I now get this when running python mediarover.py schedule I am using this feed structure: http://services.nzbmatrix.com/rss.php?page=download&username=&apikey=&subcat=41 as generat...
by kierse
July 20th, 2010, 10:38 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hey g1zm0, No luck? Sorry for the late reply, but I've got a solution for you.  Apparently (and I don't know why this issue hasn't come up before) Windows batch files don't register empty command line arguments the same way bash/sh does under Linux/OS X.  When SAB calls episode_sort.bat with 7 argum...
by kierse
July 16th, 2010, 2:15 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

2010-07-16 19:48 DEBUG - C:\SCRIPTS\Mediarover\mediarover.py episode-sort 'F:\USENET\FINISHED\The IT Crowd S04E03 WS PDTV XviD RiVER.1' 'The IT Crowd S04E03 WS PDTV XviD RiVER.nzb' 'The IT Crowd S04E03 WS PDTV XviD RiVER' 'tvmr' 'alt.binaries.teevee' '0' - __init__.py:625 ... Argument 1: "F:\U...
by kierse
July 16th, 2010, 11:51 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hey g1zm0, Ok, last question i promise, if i cant do it after this ill give up and go back to the amiga. Im using the script provided with the latest code, but getting this error: 2010-07-16 01:39 INFO - --- STARTING --- - __init__.py:622 ERROR: incorrect number of arguments! ... Don't jump ship yet...
by kierse
July 15th, 2010, 4:34 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hello again. I have tried changing the tv dirs, but it is still trying to move it to the full hd. So I'll reorganize the disks and hope I don't run out of space until a new version with free space chek is out :D again.. love mediarover :D jansverre I'll try and come up with a solution for you in th...
by kierse
July 15th, 2010, 4:33 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

I thought that WAS the script included with media rover?? lol! I went through the commit logs and your version does closely resemble a very early version of the windows batch file provided with MR.  There have been a several changes to it since then so I'd suggest using the latest verison. Kierse
by kierse
July 15th, 2010, 3:36 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

01. @ECHO OFF 02. 03. REM filesystem direct path to Media Rover?s episodesort script 04. SET ROOT=C:\SCRIPTS\mediarover 05. 06. REM filesystem path to configuration directory 07. IF DEFINED LOCALAPPDATA 09. ( 10. # Vista and newer 11. SET CONFIG=?LOCALAPPDATA\Mediarover 12. ) 13. ELSE 14. ( 15. # X...
by kierse
July 15th, 2010, 12:34 pm
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1747762

Re: Media Rover

Hi jansverre, Hi. I have been using mediarover for quote some time now, on my windows system. However I have now changed to linux and set up everything. And sab is working great and mediarover is downloading episodes , but. When it comes to sorting, it tries to move the episodes to a hardisk that is...