News: 0.5.4 Final is out!  | Return to SABnzbd.org | Contribute to SABnzbd+ | Donors September 10, 2010, 04:02:30 PM
Welcome, Guest. Please login or register.
Did you miss your activation email?
*

[Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Pages: 1 ... 6 7 [8] 9
  Print  

  [Linux, MacOSX, Windows] Media Sorting + XBMC Updater
Author Message
tret
Full Member
***
Posts: 122


View Profile
« Reply #105 on: July 08, 2010, 07:29:17 PM »

Yes I am using 0.5.3 Final. Here is my Categories setup:



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/Movies or /mnt/disk2/TV etc.

Is this similar to your setup?

Rob


Logged
xtinct101
Release Testers
Newbie
*
Posts: 19


View Profile
« Reply #106 on: July 08, 2010, 08:51:10 PM »

Hey Tret,

I use the "*" in my categories, other then that everything seems the same.


* categories.jpg (90.49 KB, 1318x501 - viewed 47 times.)
« Last Edit: July 08, 2010, 08:53:10 PM by xtinct101 » Logged
tret
Full Member
***
Posts: 122


View Profile
« Reply #107 on: July 11, 2010, 11:21:30 AM »

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 you have movies and music being moved by SABnzbd to your media library location on the E: drive. Then in your htpc_sort settings.ini configuration you have it trying to move movies and music from your media library on E: to the same location on E: which I haven't tested but I can tell you isn't how I intended things to work so who knows what funny errors might pop up.

Try setting the Folder/Path in categories to Movies instead of E:\Media Vault\Movies and to Music instead of E:\Media Vault\Music and see how that goes. Let me know!
« Last Edit: July 11, 2010, 11:23:19 AM by tret » Logged
tret
Full Member
***
Posts: 122


View Profile
« Reply #108 on: July 11, 2010, 11:49:25 AM »

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 library location. This new feature will allow Sick Beard to process known TV shows and HTPC Sort to clean up after it OR process ignored episodes.

tret
« Last Edit: July 11, 2010, 11:50:56 AM by tret » Logged
xtinct101
Release Testers
Newbie
*
Posts: 19


View Profile
« Reply #109 on: July 11, 2010, 12:23:33 PM »

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.
« Last Edit: July 11, 2010, 01:12:31 PM by xtinct101 » Logged
tret
Full Member
***
Posts: 122


View Profile
« Reply #110 on: July 13, 2010, 11:06:19 AM »

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'll try running this setup on a win7 machine to see if I can reproduce the issue, I've been unable to observe the problem w/ my ubuntu rig.
Logged
Phantisy
Newbie
*
Posts: 2


View Profile
« Reply #111 on: August 09, 2010, 12:30:02 PM »

I am getting this when it runs the script
Code:
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):
  File "/home/xbmc/.sabnzbd/scripts/htpc_sort.py", line 356, in <module>
    if category.lower() == sbCategory.lower() and sbScript:
AttributeError: 'int' object has no attribute 'lower'
Logged
badapples
Newbie
*
Posts: 9


View Profile
« Reply #112 on: August 11, 2010, 12:40:33 AM »

Attempting to run this on a FreeBSD 8.1-Stable with python2.6.

Here is my settings file:

Code:
[SABnzbd]
address = 192.168.1.3:8080
login = danny
password = password
apikey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[Movies]
destPath = /tank/media/Movies/Feature\ Films\ -\ HD
destPath2 = /tank/media/Movies
failPath = /tank/media/Movies/New\ Downloads
libraryType = video

I get
Code:
HTPC Sort v2.60 by tret
Error: The download path couldn't be properly determined

 
when the script runs in SABnzbd 0.5.3.

My categories page in SAB looks like this:


* Screen shot 2010-08-10 at 11.32.03 PM.png (93.75 KB, 1052x390 - viewed 21 times.)
« Last Edit: August 11, 2010, 12:44:01 AM by badapples » Logged
badapples
Newbie
*
Posts: 9


View Profile
« Reply #113 on: August 11, 2010, 03:24:16 PM »

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
Code:
HTPC Sort v2.60 by tret

debug var 1 /home/danny/.sabnzbd/downloads/complete/Movies
debug var 2 Dirty Harry 5 The Dead Pool 1988 1080p Bluray DTS VC1 Remux SHiTSoNy.nzb
debug var 3 Dirty_Harry_5_The_Dead_Pool_1988_1080p_Bluray_DTS_VC1_Remux_SHiTSoNy
debug var 5 movies

Error: The download path couldn't be properly determined


/home/danny/.sabnzbd/downloads/complete/Movies is indeed a valid path.. not sure why htpc_sort can't find it or validate it.
Logged
tret
Full Member
***
Posts: 122


View Profile
« Reply #114 on: August 11, 2010, 07:18:42 PM »

I am getting this when it runs the script
Code:
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):
  File "/home/xbmc/.sabnzbd/scripts/htpc_sort.py", line 356, in <module>
    if category.lower() == sbCategory.lower() and sbScript:
AttributeError: 'int' object has no attribute 'lower'

I'm also getting this error now and am looking into the cause... Thanks for reporting it.
Logged
tret
Full Member
***
Posts: 122


View Profile
« Reply #115 on: August 11, 2010, 07:19:35 PM »

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
Code:
HTPC Sort v2.60 by tret

debug var 1 /home/danny/.sabnzbd/downloads/complete/Movies
debug var 2 Dirty Harry 5 The Dead Pool 1988 1080p Bluray DTS VC1 Remux SHiTSoNy.nzb
debug var 3 Dirty_Harry_5_The_Dead_Pool_1988_1080p_Bluray_DTS_VC1_Remux_SHiTSoNy
debug var 5 movies

Error: The download path couldn't be properly determined


/home/danny/.sabnzbd/downloads/complete/Movies is indeed a valid path.. not sure why htpc_sort can't find it or validate it.

I'm not sure what might be causing this but I'll take a look at let you know what I come up with.

Thanks,
Rob
Logged
tret
Full Member
***
Posts: 122


View Profile
« Reply #116 on: August 11, 2010, 07:35:37 PM »

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 <module>
    if category.lower() == sbCategory.lower() and sbScript:
AttributeError: 'int' object has no attribute 'lower'


tret
Logged
cman675
Newbie
*
Posts: 15


View Profile
« Reply #117 on: August 11, 2010, 09:07:16 PM »

Quote
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. But before the upgrade it was working fine. I'm using nzbmatrix for nzb's just incase that might be the problem. Any ideas?

Update** its not a nzbmatrix issue as i tried it on nzbs.org and it still gives the same error.

I too am having this error that was mentioned before. Win 7.  Ini file and categories look like they should. Any ideas? Thanks
Logged
Phantisy
Newbie
*
Posts: 2


View Profile
« Reply #118 on: August 15, 2010, 08:29:35 PM »

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 <module>
    if category.lower() == sbCategory.lower() and sbScript:
AttributeError: 'int' object has no attribute 'lower'


tret

Thanks.  Installed and testing it out now.  Hope it works I got tired of manually moving my stuff around Smiley
Logged
fergalom
Newbie
*
Posts: 2


View Profile
« Reply #119 on: August 16, 2010, 08:50:19 AM »

Hi Tret,

Seem to have run into a problem with V2.61. The media sort script gives me the following error on completion of a file (movie) download in SAB.
Tried it on a couple of movies to see -  same result.
Running Sab 0.53 release on a QNAP nas.
Your pre-2.0 scripts worked perfectly.

Code:
Traceback (most recent call last):
  File "/share/Qdownload/sabnzbd/scripts/media_sort.py", line 125, in <module>
    if config.get("misc", "failed_destination"):
  File "/opt/lib/python2.6/ConfigParser.py", line 531, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'misc'


Any ideas?
F
« Last Edit: August 16, 2010, 08:55:20 AM by fergalom » Logged

Pages: 1 ... 6 7 [8] 9
  Print  
 

Jump to: