Search found 6 matches
- June 15th, 2009, 4:01 pm
- Forum: Post-Processing Scripts
- Topic: enable TV Series sorting for custom category
- Replies: 0
- Views: 3029
enable TV Series sorting for custom category
I want to enable tv sorting for a custom category i created. The purpose of this is to have 2 seperate tv folders for completely different users. Im using the smart downloading script and running 2 different instances of it. Is this possible to enable or would i have to write a post proc script t...
- May 20th, 2009, 2:06 pm
- Forum: Third-party Addons
- Topic: New TV show tracker and downloader: TVSeriesNzb
- Replies: 18
- Views: 18578
Re: New TV show tracker and downloader: TVSeriesNzb
There is something like this (from what i can tell) over in the post processing forum. You might find that interesting as well.
- May 19th, 2009, 8:22 pm
- Forum: Post-Processing Scripts
- Topic: SABnzbd Smart Downloader
- Replies: 154
- Views: 164002
Re: SABnzbd Smart Downloader
I finally figured out how to debug this thing using pdb. lol i feel so dumb. anyway i found the problem with the 0.9.4 i was having. It had set SSDhistory = {} on line 155 when it should have been SSDhistory = [] This was causing line 878: if toDownload: SSDhistory.append(nzbDetails['Report-Formatt...
- May 19th, 2009, 5:26 pm
- Forum: Post-Processing Scripts
- Topic: SABnzbd Smart Downloader
- Replies: 154
- Views: 164002
Re: SABnzbd Smart Downloader
lol i cant figure out what it is, but just changing those 2 lines to include the /sabnzbd makes every show i want say FAILED PROCESSING. when i change it back by removing the /sabnzbd the shows are added to the queue but are duplicated. this is so frustrating Ok: 1. When i have no /sabnzbd in SSD-TV...
- May 18th, 2009, 2:33 pm
- Forum: Post-Processing Scripts
- Topic: SABnzbd Smart Downloader
- Replies: 154
- Views: 164002
Re: SABnzbd Smart Downloader
thanks markus. ill try that after work :-) thanks a ton for the updates and all the help ur providing in this thread
- May 17th, 2009, 10:22 pm
- Forum: Post-Processing Scripts
- Topic: SABnzbd Smart Downloader
- Replies: 154
- Views: 164002
Re: SABnzbd Smart Downloader
Hey guys - great script. im having a problem getting queue checking to work. i use a newzbin rss feed and when smart queue checking is enabled, the script works but queue checking doesnt. Ill get duplicate episodes in the queue if i run the script again before an episode is finished downloading. Ho...