Sharing Forums

Please login or register.

Login with username, password and session length
Advanced search  

News:

Anyone want to see anything else added to the site? Just message Shaitan with your ideas.

Pages: 1 ... 10 11 [12] 13   Go Down

Author Topic: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3  (Read 16330 times)

0 Members and 3 Guests are viewing this topic.

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: SabTab v2.0 : greasemonkey/SABnzbd hack for V3
« Reply #165 on: January 25, 2008, 08:00:47 AM »

One question/request. When clicking on "queue" or "history" I get a plain white window rather than the plush interface that's in use in sabnzbdplus. Do you have any plans to support any of these templates and use their interface when clicking history/queue?

Those templates don't really offer History/Queue pages, but have appropriated the URL for those pages to feed their fancy AJAX displays for the main SAB page. The best option for now is to just click on the Sab Tab itself to go to the main page when you want to see those pages, since that is where the template is designed to show them.

I was really happy to get this API so Sab Tab will work regardless of the template and I really don't want to get back into integrating with specific (and constantly changing) templates.

Quote
Will these marked downloads persist and carry over to future newzbin sessions (i.e if I download a movie today, will that same movie title continue to be marked as downloaded in a week?) If so, this would be the biggest "cant do without" feature for myself as I continually forget what I've already obtained (old age sucks) and constantly end up doublechecking. If this behavior is not present, would it be exceedingly difficult to implement?

If you enable both marking options in SabTab prefs anything currently in your SAB queue or history will be marked. Sab Tab/Newzbin.com remembers nothing, it all comes from SAB.

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: SabTab v2.0 : greasemonkey/SABnzbd hack for V3
« Reply #166 on: March 17, 2008, 01:41:17 PM »

UPDATE!

// Version 2.0.1
//
// Changes from v2.0
//      updated Mark titles in SAB history method to work much better with long SAB histories
//      Fixed more special character errors for marking posts

I started noticing that with very long (100+ entries) SAB histories would cause Newzbin to freeze up for several seconds if you had Marked Downloaded posts enabled. This was due to the script parsing the lengthy history file. Since the latest versions of SAB return an XML/RSS formated history I used Mozilla's built in parser, which made it literally over 100 times faster.

I also fixed it so that titles containing the & symbol will be marked.

johnjay

  • Editors
  • Ancient
  • *
  • Offline Offline
  • Posts: 214
  • The empire is on the run
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #167 on: March 17, 2008, 06:32:32 PM »

Thanks!

It works much better now.

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #168 on: March 19, 2008, 12:57:34 PM »

UPDATE!

// Version 2.0.2
//
// Changes from v2.0.1
// Fixed compatibility issues with Firefox 3 (beta 4 at least), also improved security

kizer8

  • Guest
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #169 on: April 20, 2008, 02:08:43 PM »

I get SAB Data not available in SabTab in NewzXXX.  What am I doing wrong?

Thanks,
Kizer

blun7

  • Guest
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #170 on: May 26, 2008, 02:25:19 AM »

Sometimes the complete green check mark doesn't add a report to the queue.

Ex: http://v3.newzbin.com/search/query/?q=the+big+lebowski&area=c.6&fpn=p&searchaction=Go&category=6&areadone=c.6

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #171 on: May 26, 2008, 03:45:03 AM »

blun7,
That page works for me. Is it broken for anyone else?

blun7

  • Guest
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #172 on: May 26, 2008, 04:33:29 AM »

My bad, seems to be a conflict with this script: http://userscripts.org/scripts/show/23675

blun7

  • Guest
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #173 on: June 18, 2008, 05:46:42 AM »

Hopefully this bug report is more helpful :)

The green complete check mark one click feature is broken in ff3 :(

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #174 on: June 18, 2008, 03:40:09 PM »

// Version 2.0.3
//
// Changes from v2.0.2
//      Fixed compatibility issue with Firefox 3 final.

jp22382

  • Padawan
  • **
  • Offline Offline
  • Posts: 10
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #175 on: April 16, 2009, 11:20:44 PM »

sabnzbd version 0.4.9 has busted sabtab :(

http://forums.sabnzbd.org/index.php?topic=2010.0

PLEASE NOTE:
This release will break compatibility with existing third-party tools and possibly your own scripts.
Third-party tool authors have been notified of the problem and we hope they will soon create new releases.
More info on the API key: http://sabnzbd.wikidot.com/automation-support
When you use normal SABnzbd URLs, but not the API, you'll need to add the parameter session=secret-key.
Example: http://localhost:8080/sabnzbd/shutdown?session=secret
Where secret is the API-key described above.

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #176 on: April 22, 2009, 06:26:14 AM »

// Version 2.1
//
// Changes from v2.0.3
//      Added API Key function for SAB 0.4.9+, Thanks to Mako
//      Improved matching for fading queued/history titles
//      Removed (broken) option ot move the entire Newsbin menu to the left edge

SABnzbPlus 0.4.9+ requires the use of an API Key. You can get the key from SAB's Config->General page, then under SABtab->Config->SABTab Prefs check the Use API Key checkbox and put the API Key in the text box.

gameid

  • Editors
  • Seasoned
  • *
  • Offline Offline
  • Posts: 76
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #177 on: July 27, 2009, 08:20:50 PM »

Doesn't seem to work with SAB 0.5 yet.

jp22382

  • Padawan
  • **
  • Offline Offline
  • Posts: 10
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #178 on: November 15, 2009, 06:19:14 PM »

Please update to work with SAB 0.5  ;D

It's killing me having to use other scripts. Nothing works as well as SabTab!

RXP

  • Maestro
  • *****
  • Offline Offline
  • Posts: 197
Re: SabTab v2.0.1 : greasemonkey/SABnzbd hack for V3
« Reply #179 on: November 29, 2009, 09:16:58 PM »

Now the Beta's been made public it'd be nice to get an update!
Pages: 1 ... 10 11 [12] 13   Go Up