ShaneKodi / sabconnect

Automatically exported from code.google.com/p/sabconnect
0 stars 0 forks source link

Better NZBMatrix integration #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On NZBMatrix.com:

1. The Download button on the details page should be a Send to SABnzbd button.
2. NZBMatrix categories should be sent to SABnzbd.

Original issue reported on code.google.com by guillaume.boudreau on 24 Jun 2010 at 7:54

GoogleCodeExporter commented 9 years ago
Did some changes to improve NZBMatrix support: the download link in the details 
page is now a "Send to SABnzbd" button, and the NZBMatrix category is now sent 
to SABnzbd, so if you have matching category names in SAB, your downloads will 
automatically get the correct category.

Attached: diff & complete modified extension, including the 2 new files I added.

Original comment by guillaume.boudreau on 24 Jun 2010 at 7:56

Attachments:

GoogleCodeExporter commented 9 years ago
More changes; the background page stopped working, because of the missing 
</script> closed tags (<script> tags need a matching </script>; you can't close 
them using <script ... />)

Original comment by guillaume.boudreau on 27 Jun 2010 at 12:21

Attachments:

GoogleCodeExporter commented 9 years ago
To improve the auto-categorization, the extension could fetch the SAB 
categories (api?mode=get_cats&output=json), then check if the full NZBMatrix 
category exists in SAB. If not, look for a category named as the 'parent' 
category (preceding the : character) ("TV: HD" > "TV"). If none of those match, 
try what follows the : character ("Other: e-books" > "e-books").

Original comment by guillaume.boudreau on 27 Jun 2010 at 7:47

GoogleCodeExporter commented 9 years ago
SABnzbd 0.5.3 makes my auto-categorization hack deprecated.

[quote]- Support of nzbmatrix categories[/quote]

Documentation here: http://wiki.sabnzbd.org/configure-categories
Example SAB categories for NZBMatrix: http://cl.ly/eec6e7308ee01f800b3d

Original comment by guillaume.boudreau on 28 Jun 2010 at 2:39

GoogleCodeExporter commented 9 years ago
Please fix for SABnzbd 0.5.4.  nzbmatrix has replaced newzbin since newzbin was 
taken over

Original comment by rlay...@gmail.com on 11 Nov 2010 at 5:46

GoogleCodeExporter commented 9 years ago
rlayton: SABconnect is not maintained anymore. Search for SABconnect++, which 
started where SABconnect left off, and fixed and improved from there.

Original comment by guillaume.boudreau on 11 Nov 2010 at 11:07