Vista Sidebar Gadget

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

Re: Vista Sidebar Gadget

Postby pieteckhart » November 30th, 2008, 7:03 pm

hmm the problem with ip addresses (127.0.0.1 saves as 127001) should be over in the newer versions of the gadgets.
also you don't have to add /sabnzbd after the host address!

Does this solve your problem?
if not i don't understand your question :P
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: Vista Sidebar Gadget

Postby Saftlad » December 1st, 2008, 3:34 am

Ok, I'll try to explain it better

I have an external NAS (192.168.254.252) which has sabnzbd installed.  Access to the gui for this is on 192.168.25.252:8800/sabnzbd.  192.168.254.252 is in my DNS entry as NAS

Trying to use the gadget, I have the following entries:

Host: NAS
Port: 8800
User & Password both set.

When I "try connection" I get "Error: Check Settings"

If I select OK, then the gadget sits trying to connect to NAS~:8800, but never succeeds

I've tried making the port "8800/sabnzbd" but that doesn't work either

Thanks
Saftlad
Newbie
Newbie
 
Posts: 3
Joined: November 30th, 2008, 2:55 pm

Re: Vista Sidebar Gadget

Postby pieteckhart » December 1st, 2008, 4:02 am

the port should allways be just a number, adding /sabnzbd makes no sence.
can you ping "NAS"?
if not does your DNS works correctly? (you can try altering your hostfile instaid)
can you access http://NAS:8800/sabnzbd?
if you can't connect maybe there is a firewall active?

there could be some caching problem with Internet Explorer. i sometimes can't connect to my host via a hostname. when i choose anther alias of my host it does work. I have this problems with other gadgets two. (tip: you can allso use the computername of the host)

still i think using the IP instaid of NAS should work two. do you still have the problem with the dot's missing in the ip address? (in that case it looks like you are running an older version). try switching from NAS to the ip and back.

if that all doesn't solve your problem you can add me on msn: pieteckhart@gmail.com.

EDIT: did you set your host in the sabnzbd configuration?

host = 192.168.254.252
port = 8800
Last edited by pieteckhart on December 1st, 2008, 4:04 am, edited 1 time in total.
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: Vista Sidebar Gadget

Postby Saftlad » December 1st, 2008, 4:12 am

Thanks for the quick response.

I'm able to ping NAS ok

I never thought to try going to NAS:8800/sabnzbd (I normally just go to through the IP:port as it's an old link from before I set up my DNS)

Having connect through a browser to http://NAS:8800/sabnzbd, (which took a bit longer than normal), it all seems to be working fine with port set to 8800/sabnzbd, but not just 8800

I agree, the port should be just a number, but it works at the moment, so I'm not going to try and second guess why :)

Thanks for your help
Saftlad
Newbie
Newbie
 
Posts: 3
Joined: November 30th, 2008, 2:55 pm

Re: Vista Sidebar Gadget

Postby pieteckhart » December 23rd, 2008, 7:51 am

What do you think?
as pair of dimes suggested the job names are now inside the progress bars. This way longer names can still be read.

Update:
In the new version of the gadget you can choose a post processing script :D
all nzb's that are dragged to the gadget will have that script run after they are downloaded.
I will publish this version soon ( i think this week! )

ps: trying out the convert video to ipod now :D
works great!
Last edited by pieteckhart on December 23rd, 2008, 3:21 pm, edited 1 time in total.
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: Vista Sidebar Gadget

Postby TheBiGW » December 24th, 2008, 7:25 pm

Looks cool.

One feature that would also be cool would be drag-and-drop queue re-ordering within the gadget. It's great to be able to add a new download to the watch folder and see it appear in the queue, but if I want that job bumped to the top I still need to pull up sabnzbd+ itself. Would be much easier to just drag and drop in the sidebar and be done with it :)
TheBiGW
Release Testers
Release Testers
 
Posts: 43
Joined: November 12th, 2008, 7:12 am

Re: Vista Sidebar Gadget

Postby pieteckhart » December 25th, 2008, 9:26 am

TheBiGW wrote:Looks cool.

One feature that would also be cool would be drag-and-drop queue re-ordering within the gadget. It's great to be able to add a new download to the watch folder and see it appear in the queue, but if I want that job bumped to the top I still need to pull up sabnzbd+ itself. Would be much easier to just drag and drop in the sidebar and be done with it :)


Good idea, i was thinking about this some time. i don't think there is an API feature that allows me to change the job order.
I could POST it in the same way as the regular webinterface does. As for the drag-and-drop ordering this can be done with the script.aculo.us javascript animation framework. I will look in to this for sure.

marry x-mas!
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: Vista Sidebar Gadget

Postby pieteckhart » December 27th, 2008, 9:42 am

i think its not possible to create a drag-drop sortable queue within the gadget.
BUT! with the flyout it does work. I was planning to implement a flyout anyway.

take a look at this screenshot (still work in progress)
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: Vista Sidebar Gadget

Postby pieteckhart » December 27th, 2008, 12:50 pm

Release 1.0.1.0
Download: http://www.sab.websijt.net/sab.gadget

Features:
+ Job Titles inside progressbar
+ Sortable Queue
+ Default Script

i have chosen not to wait for new API features and do request to the normal interface.

Mini Update:
Version 1.0.1.1: You can allso delete queue items
Last edited by pieteckhart on December 27th, 2008, 1:09 pm, edited 1 time in total.
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: Vista Sidebar Gadget

Postby SiNiMAx » December 27th, 2008, 1:48 pm

This new version does not work at all for me. I use localhost port 8080 and it says connected but when I click ok it does nothing.
SiNiMAx
Newbie
Newbie
 
Posts: 1
Joined: December 27th, 2008, 1:45 pm

Re: Vista Sidebar Gadget

Postby KaiUno » December 27th, 2008, 4:53 pm

Your thingy is getting better and better! Keep it up man, it's really appreciated.
User avatar
KaiUno
Newbie
Newbie
 
Posts: 45
Joined: January 23rd, 2008, 7:56 am

Re: Vista Sidebar Gadget

Postby pieteckhart » December 28th, 2008, 12:18 pm

SiNiMAx wrote:This new version does not work at all for me. I use localhost port 8080 and it says connected but when I click ok it does nothing.


check your username/password

it still says connected when those are incorrect.
if it still does not work you may PM me your login info and let me try.
Last edited by pieteckhart on December 28th, 2008, 12:22 pm, edited 1 time in total.
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: Vista Sidebar Gadget

Postby kizer8 » December 28th, 2008, 1:01 pm

SiNiMAx wrote:This new version does not work at all for me. I use localhost port 8080 and it says connected but when I click ok it does nothing.


pieteckhart wrote:
SiNiMAx wrote:This new version does not work at all for me. I use localhost port 8080 and it says connected but when I click ok it does nothing.


check your username/password

it still says connected when those are incorrect.
if it still does not work you may PM me your login info and let me try.


Mine doesn't work also, but I don't have a web username and password in sabnzbd.

Thanks,
Kizer
kizer8
Newbie
Newbie
 
Posts: 38
Joined: April 21st, 2008, 8:00 am

Re: Vista Sidebar Gadget

Postby KaiUno » December 28th, 2008, 1:08 pm

And after my high praise, I'm gonna chime in here and say that the new version doesn't do a thing for me either. I get connected, but it stays blank. I log on over the local network.
User avatar
KaiUno
Newbie
Newbie
 
Posts: 45
Joined: January 23rd, 2008, 7:56 am

Re: Vista Sidebar Gadget

Postby pieteckhart » December 28th, 2008, 7:02 pm

hmm strange, i will look in to it soon!
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

PreviousNext

Return to Third-party Addons