Dashboard widget

Got a program that plays well with SABnzbd? Share it here!

Dashboard widget

Postby qwerty967 » August 12th, 2008, 5:13 am

Download 1.3

This is a widget for the Mac OS X Dashboard. It's based on a previous effort of mine, SABnzbd Status for Opera. To change the settings, click on the i at the bottom right of the widget. Drag and drop files onto the widget to add to the queue.

Changelog
1.2 - Allow drag and drop
1.3 - Fixed auth issue; compatitle with only SABnzbd 0.4.9 or later because of new api key system
Last edited by qwerty967 on April 11th, 2010, 10:51 pm, edited 1 time in total.
qwerty967
Jr. Member
Jr. Member
 
Posts: 57
Joined: February 27th, 2008, 6:46 am

Re: Dashboard widget

Postby qwerty967 » August 12th, 2008, 7:54 pm

Thanks for the compliments.

It does work with remote hosts. You can add multiple widgets the normal way: by clicking the + button at the bottom left of the Dashboard.
qwerty967
Jr. Member
Jr. Member
 
Posts: 57
Joined: February 27th, 2008, 6:46 am

Re: Dashboard widget

Postby lowfi » November 6th, 2008, 4:08 pm

old topic kick... :)

nice. 1.2 could use a queue function  :-*
lowfi
Newbie
Newbie
 
Posts: 38
Joined: June 11th, 2008, 8:31 am

Re: Dashboard widget

Postby interfacelift » November 6th, 2008, 5:01 pm

It'd be great if you could drag and drop an .nzb file to the widget and have it added to the queue.
User avatar
interfacelift
Jr. Member
Jr. Member
 
Posts: 75
Joined: June 19th, 2008, 1:58 am
Location: Coruscant

Re: Dashboard widget

Postby qwerty967 » November 7th, 2008, 1:29 am

New release: 1.2

Added drag and drop of NZBs, ZIPs, and RARs


Jumped the gun too soon. More testing needed.  >:(
Last edited by qwerty967 on November 7th, 2008, 1:37 am, edited 1 time in total.
qwerty967
Jr. Member
Jr. Member
 
Posts: 57
Joined: February 27th, 2008, 6:46 am

Re: Dashboard widget

Postby pieteckhart » November 11th, 2008, 12:13 pm

qwerty967 wrote:New release: 1.2

Added drag and drop of NZBs, ZIPs, and RARs


Jumped the gun too soon. More testing needed.  >:(


what exactly do you need to know about drag and drop uploading?
maybe i can help you with how yo upload binary files via javascript. it took me a while to figure it out myself.
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
User avatar
pieteckhart
Release Testers
Release Testers
 
Posts: 139
Joined: April 30th, 2008, 10:34 am
Location: Netherlands

Re: Dashboard widget

Postby qwerty967 » November 11th, 2008, 12:31 pm

The problem is that the widget works in Dashcode (the IDE) but not Dashboard. I figure it's going to be a pain to see what's wrong, so I've been putting it off. I will get to it eventually, meanwhile 1.2 (upload non-functioning) is already online if anyone is curious.

I've been using tcpdump/Wireshark to see how http post worked. Then I realized I could just call curl from the widget.  :D

Code: Select all
curl -F "@/Users/username/test.nzb" "http://localhost:8080/sabnzbd/api?mode=addfile"
qwerty967
Jr. Member
Jr. Member
 
Posts: 57
Joined: February 27th, 2008, 6:46 am

Re: Dashboard widget

Postby rAf » November 11th, 2008, 2:07 pm

I use this command in SABnzbdX too :)

Code: Select all
curl -F "name=@/Users/username/test.nzb" "http://localhost:8080/sabnzbd/api?mode=addfile"
rAf
Moderator
Moderator
 
Posts: 746
Joined: April 28th, 2008, 3:35 pm
Location: France

Re: Dashboard widget

Postby qwerty967 » December 18th, 2008, 4:58 pm

In case it wasn't obvious, version 1.2 (drag & drop NZBs/ZIPs/RARs) is available. Nothing was wrong with it--I just have to restart Dashboard (killall Dock) when developing widgets. Also if switch could update the list of third-party addons to include this widget and remove NZBqueuer, that would be awesome.
qwerty967
Jr. Member
Jr. Member
 
Posts: 57
Joined: February 27th, 2008, 6:46 am

Re: Dashboard widget

Postby officechris » December 18th, 2008, 10:18 pm

awww I got so excited until I saw it didn't have remote sab server support, just local :(
officechris
Newbie
Newbie
 
Posts: 2
Joined: December 18th, 2008, 10:13 pm

Re: Dashboard widget

Postby qwerty967 » December 18th, 2008, 10:22 pm

officechris wrote:awww I got so excited until I saw it didn't have remote sab server support, just local :(

Did you click the options button (the i button in the bottom right of the widget)?
qwerty967
Jr. Member
Jr. Member
 
Posts: 57
Joined: February 27th, 2008, 6:46 am

Re: Dashboard widget

Postby BrandonG777 » February 17th, 2009, 7:03 pm

I can't make this work am I missing something? I've tried it on my local network and from work, neither works. I've also entered the full hostname, IP address, and HTTP address in host and nothing works. I've also entered my username and password and nothing works.
BrandonG777
Jr. Member
Jr. Member
 
Posts: 77
Joined: February 9th, 2009, 6:21 pm
Location: Tulsa, OK

Re: Dashboard widget

Postby qwerty967 » February 18th, 2009, 4:03 pm

BrandonG777 wrote:I can't make this work am I missing something?
I'm going to need more information to help you.
qwerty967
Jr. Member
Jr. Member
 
Posts: 57
Joined: February 27th, 2008, 6:46 am

Re: Dashboard widget

Postby BrandonG777 » February 18th, 2009, 5:20 pm

qwerty967 wrote:
BrandonG777 wrote:I can't make this work am I missing something?
I'm going to need more information to help you.


Ok, well I did provide more information.

I can't make this work am I missing something? I've tried it on my local network and from work, neither works. I've also entered the full hostname, IP address, and HTTP address in host and nothing works. I've also entered my username and password and nothing works.

Is there something in particular you're asking for? IP ranges, netmasks, OSs, versions? I don't know what you need. I tried the opera widget and that worked on the same systems and I setup the dashboard widget identical to it.
BrandonG777
Jr. Member
Jr. Member
 
Posts: 77
Joined: February 9th, 2009, 6:21 pm
Location: Tulsa, OK

Re: Dashboard widget

Postby qwerty967 » February 18th, 2009, 5:26 pm

Which version of Mac OS X are you using?
qwerty967
Jr. Member
Jr. Member
 
Posts: 57
Joined: February 27th, 2008, 6:46 am

Next

Return to Third-party Addons