Worked! Nice!
You sir, rock.
Search found 9 matches
- May 17th, 2010, 10:13 am
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154571
- May 14th, 2010, 6:25 pm
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154571
Re: Media Rover
Retried with fresh install - same show, same files - same thing happened. 2010-05-14 19:17 INFO - --- STARTING --- - episode.py:123 2010-05-14 19:17 INFO - begin processing tv directory: \\whs\Television - episode.py:225 2010-05-14 19:17 INFO - watching 25 tv show(s) - episode.py:295 2010-...
- May 14th, 2010, 4:54 pm
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154571
Re: Media Rover
Hrm...having some issues with getting sorting working: params['QUALITY'] = episode.quality.upper() AttributeError: 'NoneType' object has no attribute 'upper' FAILURE, unable to sort downloaded episode! See log file at 'C:\\Progra~1\\MediaRover\\config\\logs\\sabnzbd_episode_sort.log' for more d...
- May 14th, 2010, 2:11 pm
- Forum: Third-party Addons
- Topic: Media Rover
- Replies: 816
- Views: 2154571
Re: Media Rover
Hrm...having some issues with getting sorting working: 2010-05-14 14:58 INFO - begin processing tv directory: \\whs\Television - episode.py:225 2010-05-14 14:58 INFO - watching 25 tv show(s) - episode.py:295 2010-05-14 14:58 INFO - found download file at '\\whs\downloads\- Television\19.Kids.And.Cou...
- May 14th, 2010, 1:49 pm
- Forum: General Help
- Topic: Manually run post-processing script? (for testing)
- Replies: 3
- Views: 2733
Manually run post-processing script? (for testing)
I tried searching but wasn't really sure what to search for (and was unsuccessful in my attempts). Is there a way to run a post-processing script repeatedly on the same download to just test it out and debug? (basically to stop having to redownload things over and over and over)
- April 15th, 2009, 8:27 am
- Forum: Post-Processing Scripts
- Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
- Replies: 133
- Views: 166617
Re: [Linux, MacOSX, Windows] Media Processing + XBMC Updater
No problem! The main issue with my script right now is it's not user friendly - everything's hardcoded in the script or at least defined in the begining of the script. And there's minimal error handling as I don't really understand how to catch errors very well or where I should be catching them. ...
- April 15th, 2009, 12:34 am
- Forum: Post-Processing Scripts
- Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
- Replies: 133
- Views: 166617
Re: [Linux, MacOSX, Windows] Media Processing + XBMC Updater
Started out as just a directory walker and file renamer. Then I decided that movies leave too much variability and I didn't have time to figure out a way to do perfect matches - particularly this is the first python script I've ever written from scratch. So...I started out with a shell and got it ...
- April 14th, 2009, 9:50 pm
- Forum: Post-Processing Scripts
- Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
- Replies: 133
- Views: 166617
Re: [Linux, MacOSX, Windows] Media Processing + XBMC Updater
Anyone mind if I steal that little bit of code for stripping down the scene directory names for a 'simple' directory scanner and movie renamer/mover script I'm working on? (That's quickly getting a bit out of control). Also, tret, not sure if you know about this but you may want to check out IMDbPY...
- April 9th, 2009, 5:42 pm
- Forum: Post-Processing Scripts
- Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
- Replies: 133
- Views: 166617
Re: [Linux, MacOSX, Windows] Media Processing + XBMC Updater
Tret, I'm actually trying to use your script seperate from Sabnzbd as a scheduled script on a WHS machine - I just resolved an issue I was having with directory naming but had a question on something else. Should this be processing files themselves in the download directory or only subfolders? Als...