Search found 148 matches

by tret
August 30th, 2010, 2:00 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

It seems there isn't much support in this thread. Your error is similar to mine: HTPC Sort v2.61 by tret Error: The 'settings.ini' file does not contain a 'alt.binaries.boneless' section I think in your case the script thinks whatever you downloaded was assigned a category "NONE".  You pr...
by tret
August 11th, 2010, 6:35 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

version 2.61 ( Use the download link at the bottom of the 1st post in the thread ) Fixes: - Fixed a bug that was causing the following error Traceback (most recent call last):   File "/home/tret/.sabnzbd/scripts/htpc_sort.py", line 356, in     if category.lower() == sbCategory.lower() and ...
by tret
August 11th, 2010, 6:19 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

Also, regarding my error on FreeBSD: I can verify my download path that htpc_sort.py is trying to use. I edited the py file to print the vars that is passed to it for debuggin purposes. Now I get this output HTPC Sort v2.60 by tret debug var 1 /home/danny/.sabnzbd/downloads/complete/Movies debug va...
by tret
August 11th, 2010, 6:18 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

I am getting this when it runs the script HTPC Sort v2.60 by tret Processing: I.Escaped.Real.Prison.Breaks.S01E03.WS.DSR.XviD-OMiCRON  [1.02 GB] ----------------------------------------------------------------------------------------------------------------- Traceback (most recent call last):   Fil...
by tret
July 13th, 2010, 10:06 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

Hey Tret, The only reason i have set like that was because the script was not working anymore so I set it manually. Just in case i just tried it again. same exact error. Wierd... Update* I've even tried to change all the Newzbin/Groups to the actuall names instead the wildcard but still no luck. I'...
by tret
July 11th, 2010, 10:49 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

version 2.60 ( Use the download link at the bottom of the 1st post in the thread ) Changes: - Added the ability to hand off a category (Most likely the 'TV' category) to Sick Beard for TV show processing. I found that TV shows not known to Sick Beard were being ignored and not moved to my TV show li...
by tret
July 11th, 2010, 10:21 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

Hey Tret, I use the "*" in my categories, other then that everything seems the same. hey xtinct, htpc_sort is designed to take a finished download from say c:\user\Downloads\SABnzbd\Downloads\Movies and move it to another location such as E:\Media\Movies In your categories configuration y...
by tret
July 8th, 2010, 6:29 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

Yes I am using 0.5.3 Final. Here is my Categories setup: http://img.photobucket.com/albums/v285/tretneo/Screenshot2010-07-08at41226PM.png SABnzbd moves all completed downloads to a category folder within /home/tret/Downloads/SABnzbd/Complete. htpc_sort then takes over and moves them to /mnt/disk2/Mo...
by tret
July 7th, 2010, 7:11 pm
Forum: Third-party Addons
Topic: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more
Replies: 1130
Views: 2676738

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

I'm not sure if anyone posted an init.d script for linux start/stop capability but here's one I put together this afternoon. #!/bin/bash ### BEGIN INIT INFO # Provides: Sick Beard # Short-Description: start/stop Sick Beard ### END INIT INFO USER="user" BEARD_DIR="/home/user/.sickbeard...
by tret
July 6th, 2010, 12:40 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

After updating to 0.5.3 Final, it seems the script just keeps giving errors, "HTPC Sort v2.51 by tret Error: The 'settings.ini' file does not contain a 'alt.binaries.x264' section" (different group depending where its downlaoding from) I get this error for anything that it tries to sort. ...
by tret
May 19th, 2010, 11:20 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

ianmen wrote: It seems that I indeed was using an old version of the script. I upgraded, it works now. Many thanks for the help !
Very cool, glad to hear it! You're Welcome :)

Rob
by tret
May 18th, 2010, 10:33 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

I am getting the follow error : Exit(1) httplib.BadStatusLine With the following traceback: Traceback (most recent call last):   File "/home/ianmen/sabscript/htpc_sort.py", line 340, in     try: handle = urllib2.urlopen(req)   File "/usr/lib/python2.6/urllib2.py", line 126, in u...
by tret
May 17th, 2010, 6:28 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

I am getting the follow error : Exit(1) httplib.BadStatusLine With the following traceback: Traceback (most recent call last):   File "/home/ianmen/sabscript/htpc_sort.py", line 340, in     try: handle = urllib2.urlopen(req)   File "/usr/lib/python2.6/urllib2.py", line 126, in u...
by tret
April 21st, 2010, 7:37 pm
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

version 2.51 (Use the download link at the bottom of the 1st post in the thread)

Changes:
- Fixed a bug in the junk file removal code which was causing an error if the minimum file size option wasn't used
by tret
April 20th, 2010, 10:52 am
Forum: Post-Processing Scripts
Topic: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Replies: 133
Views: 152716

Re: [Linux, MacOSX, Windows] Media Sorting + XBMC Updater

I found a bug in the junk file processing portion of the code. I'll be working on it and posting an update soon

Rob