by markus101 » April 28th, 2010, 2:41 pm
I'm interested in the Category support, but I'm attacking this differently, instead of modifying nzbdStatus I am looking to have a service run on my Home Server that will emulate SABnzbd's API and bridge the communication between SABnzbd and nzbdStatus.
If it is a request that it doesn't need to manipulate, Pausing/Resuming, Adding by Newzbin ID, or getting the queue status, it sends the request to SABnzbd, captures the appropriate return string (ok or the json for the qstatus request) and then sends it back to nzbdStatus. If its adding by URL it will eventually get the proper category (from nzbmatrix) and clean up the file name before sending it to SABnzbd
For Example:
Movies, clean it up like Newzbin - "Movie Name (2010)"
TV, Get the episode name from TheTVDB and make it look like Newzbin - "Show Name - 1x05 - Episode Name"
For everything else I will get the category and send it to SABnzbd with the category, it might not work for all categories, but it should cover the basics.
Depending on how well this runs I may release it out after some testing, not sure how many people would actually find this useful, but two things are driving me crazy when downloading from NZBMatrix, one it doesn't set the category and two the name looks awful, I know SAB can handle some of this, but I want it to do more and manually editing queue items sucks, especially when I forgot to also change the category.
-Markus