Media Rover Help

Feel free to talk about anything and everything in this board.
daniel_owen_uk
Release Testers
Release Testers
Posts: 126
Joined: January 24th, 2008, 6:43 am

Media Rover Help

Post by daniel_owen_uk »

Ok so I have setup mediarover

It searches my TV directory, finds the missing files and sets them to download.

It doesn't use any script by default.

How can I get it to rename my series and move the correct folder.

I use F:\TV2\Show Name\Series X\Show Name - S01E01 - Episode Name

I have change the sabnzbd script directory to the mediarover script directory.

What else do I need to do?
SmilinJoe
Release Testers
Release Testers
Posts: 9
Joined: August 26th, 2009, 5:17 pm

Re: Media Rover Help

Post by SmilinJoe »

Under categories in SABnzbd you need to associate the script sabnzbd_episode_sort.bat with the TV category.  It should be in the drop down if you have your path setup correctly.  Then in the mediarover conf file, make sure the "default_category = tv" option is set.  That should associate that script with the NZBs it downloads via MR.

Make sense?

Joe...
daniel_owen_uk
Release Testers
Release Testers
Posts: 126
Joined: January 24th, 2008, 6:43 am

Re: Media Rover Help

Post by daniel_owen_uk »

Perfect sense.

Do I need to make changes to the BAT file?  As at the moment it just says .BAT.EXAMPLE
SmilinJoe
Release Testers
Release Testers
Posts: 9
Joined: August 26th, 2009, 5:17 pm

Re: Media Rover Help

Post by SmilinJoe »

I would check that the paths are all correct in the script.  Then just rename it to .bat, and you are golden...

Joe....
daniel_owen_uk
Release Testers
Release Testers
Posts: 126
Joined: January 24th, 2008, 6:43 am

Re: Media Rover Help

Post by daniel_owen_uk »

Stage Script
    Exit(2) C:\Python26\pythonw.exe: can't open file 'C:\Program': [Errno 2] No such file or directory (More)

Assume this is because it's kept in a folder with a space?

How can I fix?
SmilinJoe
Release Testers
Release Testers
Posts: 9
Joined: August 26th, 2009, 5:17 pm

Re: Media Rover Help

Post by SmilinJoe »

I had a lot of trouble with this same issue....  I tested all the variables, and nothing looked wrong.  I ended up using progra~1 (forgot about that change).  Here's what I have for the last line of the script:

%PYTHON% C:\Progra~1\MediaRover\episodesort.py -c "%CONFIG%" %1 %2 %3 %4 %5 %6

I guess python is having issues with being passed a dir with a space.  I don't know what else it could be.... 


Joe....
daniel_owen_uk
Release Testers
Release Testers
Posts: 126
Joined: January 24th, 2008, 6:43 am

Re: Media Rover Help

Post by daniel_owen_uk »

Stage Script
    Exit(2) C:\Python26\pythonw.exe: can't open file 'C:\Progra~1\episodesort.py': [Errno 2] No such file or directory (More)

LOL

This is on xp btw
SmilinJoe
Release Testers
Release Testers
Posts: 9
Joined: August 26th, 2009, 5:17 pm

Re: Media Rover Help

Post by SmilinJoe »

What's the path to were you put your MediaRover files?  It's probably not C:\Program Files\.  It should probably look more like this: C:\Progra~1\MediaRover\episodesort.py

Joe...
daniel_owen_uk
Release Testers
Release Testers
Posts: 126
Joined: January 24th, 2008, 6:43 am

Re: Media Rover Help

Post by daniel_owen_uk »

Really doing my head in now, moved media rover to root of C and it still does the same thing?

Could it be the location of SABNZBD?
SmilinJoe
Release Testers
Release Testers
Posts: 9
Joined: August 26th, 2009, 5:17 pm

Re: Media Rover Help

Post by SmilinJoe »

So your Mediarover directory is c:\Mediarover, correct?  What does the last line of your script look like?

Joe...
daniel_owen_uk
Release Testers
Release Testers
Posts: 126
Joined: January 24th, 2008, 6:43 am

Re: Media Rover Help

Post by daniel_owen_uk »

C:\Medrover

SAB is in C:\Program Files\SABALPHA

If someone could take a look it would be most appreciated :)
daniel_owen_uk
Release Testers
Release Testers
Posts: 126
Joined: January 24th, 2008, 6:43 am

Re: Media Rover Help

Post by daniel_owen_uk »

Nevermind I figured it all out and got it working :D
daniel_owen_uk
Release Testers
Release Testers
Posts: 126
Joined: January 24th, 2008, 6:43 am

Re: Media Rover Help

Post by daniel_owen_uk »

Had a small problem with allowing multipart episodes (not keen on them). (fixed it)

And lower case S & E in the S01E01 phrase, but I can live with that.
SmilinJoe
Release Testers
Release Testers
Posts: 9
Joined: August 26th, 2009, 5:17 pm

Re: Media Rover Help

Post by SmilinJoe »

daniel_owen_uk wrote:
And lower case S & E in the S01E01 phrase, but I can live with that.
That's in the mediarover.conf file:


$(season_episode_1)s => s01e03
$(SEASON_EPISODE_1)s => S01E03

Glad you got it all figured out.  I'd say it's worth the trouble :)
daniel_owen_uk
Release Testers
Release Testers
Posts: 126
Joined: January 24th, 2008, 6:43 am

Re: Media Rover Help

Post by daniel_owen_uk »

Ahh, I just changed the S01E01 bit, not that whole line.

Definitely worth it, just fit and forget now.

Looking forward to watching all that TV on my new C200 :D
Post Reply