Media Rover Help
-
- Release Testers
- Posts: 126
- Joined: January 24th, 2008, 6:43 am
Media Rover Help
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?
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?
Re: Media Rover Help
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...
Make sense?
Joe...
-
- Release Testers
- Posts: 126
- Joined: January 24th, 2008, 6:43 am
Re: Media Rover Help
Perfect sense.
Do I need to make changes to the BAT file? As at the moment it just says .BAT.EXAMPLE
Do I need to make changes to the BAT file? As at the moment it just says .BAT.EXAMPLE
Re: Media Rover Help
I would check that the paths are all correct in the script. Then just rename it to .bat, and you are golden...
Joe....
Joe....
-
- Release Testers
- Posts: 126
- Joined: January 24th, 2008, 6:43 am
Re: Media Rover Help
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?
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?
Re: Media Rover Help
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....
%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....
-
- Release Testers
- Posts: 126
- Joined: January 24th, 2008, 6:43 am
Re: Media Rover Help
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
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
Re: Media Rover Help
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...
Joe...
-
- Release Testers
- Posts: 126
- Joined: January 24th, 2008, 6:43 am
Re: Media Rover Help
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?
Could it be the location of SABNZBD?
Re: Media Rover Help
So your Mediarover directory is c:\Mediarover, correct? What does the last line of your script look like?
Joe...
Joe...
-
- Release Testers
- Posts: 126
- Joined: January 24th, 2008, 6:43 am
Re: Media Rover Help
C:\Medrover
SAB is in C:\Program Files\SABALPHA
If someone could take a look it would be most appreciated
SAB is in C:\Program Files\SABALPHA
If someone could take a look it would be most appreciated
-
- Release Testers
- Posts: 126
- Joined: January 24th, 2008, 6:43 am
Re: Media Rover Help
Nevermind I figured it all out and got it working
-
- Release Testers
- Posts: 126
- Joined: January 24th, 2008, 6:43 am
Re: Media Rover Help
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.
And lower case S & E in the S01E01 phrase, but I can live with that.
Re: Media Rover Help
That's in the mediarover.conf file:daniel_owen_uk wrote:
And lower case S & E in the S01E01 phrase, but I can live with that.
$(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
-
- Release Testers
- Posts: 126
- Joined: January 24th, 2008, 6:43 am
Re: Media Rover Help
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
Definitely worth it, just fit and forget now.
Looking forward to watching all that TV on my new C200