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 [2] 3 4 ... 13   Go Down

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

0 Members and 4 Guests are viewing this topic.

mnkykyd

  • Seasoned
  • *****
  • Offline Offline
  • Posts: 96
Re: New greasemonkey/SABnzbd hack for V3
« Reply #15 on: September 26, 2006, 12:23:38 AM »

I may have misunderstood what you ment by moveNewzbinMenu... I imagined the menu was to be moved/arranged to the left & stacked vertically. As apposed to moved over 200 (or so) pixels...
So my bad; it was working the first time round for me.

The green completion checkmarks on the other hand still don't work for me, now it's just back to normal (as if the GM script isn't doing anything to them).
And i've definately made sure to set the options to true.

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: New greasemonkey/SABnzbd hack for V3
« Reply #16 on: September 26, 2006, 03:41:18 AM »

I'm not sure why it's not finding the links. Could you pick one of the main categories, highlight a couple of rows and right click and select "view selection source" then copy and paste the selected HTML to me in a private message here on the forum, along with the URL for the page.

It's possible some user preference or option is causing the problem. Could you log out and see if anything changes when you are browsing as a guest. 1-click should work in that case, even thought the current script fails to get the title for the confirmation prompt, but it falls back to the post id.

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: New greasemonkey/SABnzbd hack for V3
« Reply #17 on: September 26, 2006, 05:07:31 PM »

Thanks for the help, mnkykyd.

v1.2.2
http://userscripts.org/scripts/source/5703.user.js

It should work now. The problem was setting Newzbin prefs:Report View Preferences:Listing Style to one that uses (attrs in table).

A couple of other minor fixes: gets title for 1-click confirmation in guest view and 'add to SAB' links should no longer appear on Usenet lists, where they didn't do anything anyway.

mnkykyd

  • Seasoned
  • *****
  • Offline Offline
  • Posts: 96
Re: New greasemonkey/SABnzbd hack for V3
« Reply #18 on: September 26, 2006, 07:46:31 PM »

Sweet......  ;D

Works like a charm, I especially like that the stats refresh doesn't have to refresh the whole page (I've got it set to update every 2 seconds, so it's like a little counter for my dl's)

I've got one feature suggestion/request, is it possible to make the link to the queue, have a scroll-out list of the items in the Sabnzbd queue?

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: New greasemonkey/SABnzbd hack for V3
« Reply #19 on: September 27, 2006, 01:05:35 AM »

Done.

v1.3

http://userscripts.org/scripts/source/5705.user.js

Because the queue can sometimes run off the right side of the screen I've also added the option putSABTabFirst, to put the SAB Tab all the way over the left on the menu.

And before anyone asks, making it interactive (reordering, delete, etc) would be a lot more effort than it is worth. Instead I just set all the nzbs links to open the queue window in a new page.

Alchemyst

  • Guest
Re: New greasemonkey/SABnzbd hack for V3
« Reply #20 on: September 27, 2006, 07:16:56 PM »

Absolutely top stuff mate  ;D

zig

  • Guest
Re: New greasemonkey/SABnzbd hack for V3
« Reply #21 on: October 05, 2006, 12:05:16 AM »

This script is really useful.  The only thing missing is adding files from the Usenet listings that are not associated with a post, but I see that you said that's probably not possible.  Too bad.

johnst

  • Noviate
  • ***
  • Offline Offline
  • Posts: 31
Re: New greasemonkey/SABnzbd hack for V3
« Reply #22 on: October 05, 2006, 06:40:56 AM »

..guess your script does not work with Trixie/IE.  :(

Alchemyst

  • Guest
Re: New greasemonkey/SABnzbd hack for V3
« Reply #23 on: October 05, 2006, 10:09:30 AM »

..guess your script does not work with Trixie/IE.  :(


Not so much that the script doesn't work with IE as the fact that Greasemonkey doesn't support IE.  No idea what Trixie is though, you don't happen to mean Trident (IE's rendering engine)?

johnst

  • Noviate
  • ***
  • Offline Offline
  • Posts: 31
Re: New greasemonkey/SABnzbd hack for V3
« Reply #24 on: October 05, 2006, 06:45:32 PM »

..guess your script does not work with Trixie/IE.  :(


Not so much that the script doesn't work with IE as the fact that Greasemonkey doesn't support IE.  No idea what Trixie is though, you don't happen to mean Trident (IE's rendering engine)?

No, Trixie is the equivalent to Greasemonkey for IE. In fact, I've been using Trixie with sabnzbtwoclick.user.js for quite some time now-- works perfectly.

Unfortunately it doesn't seem to work with this script.

Alchemyst

  • Guest
Re: New greasemonkey/SABnzbd hack for V3
« Reply #25 on: October 05, 2006, 07:25:31 PM »

..guess your script does not work with Trixie/IE.  :(


Not so much that the script doesn't work with IE as the fact that Greasemonkey doesn't support IE.  No idea what Trixie is though, you don't happen to mean Trident (IE's rendering engine)?

No, Trixie is the equivalent to Greasemonkey for IE. In fact, I've been using Trixie with sabnzbtwoclick.user.js for quite some time now-- works perfectly.

Unfortunately it doesn't seem to work with this script.


Ah my apologies, you learn something new everyday!

real_per

  • Padawan
  • **
  • Offline Offline
  • Posts: 23
Re: New greasemonkey/SABnzbd hack for V3
« Reply #26 on: October 06, 2006, 03:48:35 PM »

Will this, or can it be made to, work with newzxxx ?

mnkykyd

  • Seasoned
  • *****
  • Offline Offline
  • Posts: 96
Re: New greasemonkey/SABnzbd hack for V3
« Reply #27 on: October 06, 2006, 06:00:57 PM »

It works fine with newzxxx

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: New greasemonkey/SABnzbd hack for V3
« Reply #28 on: October 09, 2006, 08:41:20 AM »

..guess your script does not work with Trixie/IE.  :(


It's not IE-compatible, and I don't know if I'll have time to do it, definitely not soon.

Issues:
1. javascipt assumes FF, making it x-compat shouldn't be too difficult.
2. IE doesn't have Xpath, need to write around that.
3. IE doesn't have NativeWrapper, which GM switched to around Trixie's release, Trixie probably still uses the old 'inject' method like GM did. May have to write around, will probably be a PITA to debug, especially because...
4. Trixie is dead and has little support or documentation. At least from what I could find. If anyone knows of a resource other than the Yahoo group, please post it.
« Last Edit: October 09, 2006, 08:44:15 AM by Yarbles »

Yarbles

  • Maestro
  • *****
  • Offline Offline
  • Posts: 108
Re: New greasemonkey/SABnzbd hack for V3
« Reply #29 on: October 15, 2006, 12:24:59 PM »

Update: v1.3.1

// Changes from v1.3
//    Fixed ADD confirmation prompt after V3 change

This is a cosmetic issue. The new language flag links next to the title threw off the script. It only affects the confirmation prompt wording, the correct post was still added to SAB if confirmed.

http://userscripts.org/scripts/source/5970.user.js
Pages: 1 [2] 3 4 ... 13   Go Up