Vista Sidebar Gadget
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
I do not know how to convert it. It would be very sweet though.
[/quote]
it might be a bit hard becouse its coded for internet explorer.
if you look at a tutorial on how to make google gadgets you might find a way to adapt it.
tell me if you got it, maybe i can support it.
[/quote]
it might be a bit hard becouse its coded for internet explorer.
if you look at a tutorial on how to make google gadgets you might find a way to adapt it.
tell me if you got it, maybe i can support it.
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Re: Vista Sidebar Gadget
Well I do not know how, I have been googling and there are ways to do it from google to vista but not vice versa. So my dream will stop
Whats the way it works btw? Does it show a webpage or what? How do you get the variables. Maybe I code something myself, google desktop is not that hard I think to code.
Whats the way it works btw? Does it show a webpage or what? How do you get the variables. Maybe I code something myself, google desktop is not that hard I think to code.
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
gadgets are all wen (html/css/javascript/etc)
it gets complicated if you need to look at config files that each gadget/widget provider uses.
vista usese gadget.xml i think google will use another file.
i think it could be converted but i have no time to look in to this.
if anyone can show me i would gladly support other platforms.
it gets complicated if you need to look at config files that each gadget/widget provider uses.
vista usese gadget.xml i think google will use another file.
i think it could be converted but i have no time to look in to this.
if anyone can show me i would gladly support other platforms.
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Re: Vista Sidebar Gadget
Can you tell me where you get sabnzbd's info from? like queue info, ETA. Where is that kinda info stored?pieteckhart wrote: gadgets are all wen (html/css/javascript/etc)
it gets complicated if you need to look at config files that each gadget/widget provider uses.
vista usese gadget.xml i think google will use another file.
i think it could be converted but i have no time to look in to this.
if anyone can show me i would gladly support other platforms.
NVM: It is easy, because you have a designer app from google and using javascript. But I suck at it.
Last edited by Coeluh on October 10th, 2008, 1:01 pm, edited 1 time in total.
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
i used the API
you can look inside my .js files how i get them.
http://sabnzbd.wikidot.com/automation-support
if you need help just ask me!
you can look inside my .js files how i get them.
http://sabnzbd.wikidot.com/automation-support
if you need help just ask me!
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Re: Vista Sidebar Gadget
Im not a coder, im a designer.pieteckhart wrote: i used the API
you can look inside my .js files how i get them.
http://sabnzbd.wikidot.com/automation-support
if you need help just ask me!
What API? Could you give a look at the google designer? Its not that hard for something who is good at coding.
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
http://code.google.com/apis/desktop/doc ... index.html
this page shows how a basic google desktop gadget is made.
ill look into it when i got time for it.
It looks a bit the same as for vista sidebar gadgets.
you could try this tutorial and copy the files over from my gadget and see if it works.
(rename the .gadget file to .zip in order to extract my files)
this page shows how a basic google desktop gadget is made.
ill look into it when i got time for it.
It looks a bit the same as for vista sidebar gadgets.
you could try this tutorial and copy the files over from my gadget and see if it works.
(rename the .gadget file to .zip in order to extract my files)
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
i have done some reading and i figured out that google uses XML instaid of HTML to represent their data. (kind of strange if you ask me) this makes converting a bit harder.pieteckhart wrote: http://code.google.com/apis/desktop/doc ... index.html
this page shows how a basic google desktop gadget is made.
ill look into it when i got time for it.
It looks a bit the same as for vista sidebar gadgets.
you could try this tutorial and copy the files over from my gadget and see if it works.
(rename the .gadget file to .zip in order to extract my files)
i still think it should be possible.
but its a bit out of my focus for now.
but i would glady support anyone who wants to try convert it or write there own.
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
Release 1.0.0.7
Download: http://www.sab.websijt.net/sab.gadget
Note:
You can now choose a mode for newly added downloads (eg Delete, Repair, Unpack)
Download: http://www.sab.websijt.net/sab.gadget
Note:
You can now choose a mode for newly added downloads (eg Delete, Repair, Unpack)
Last edited by pieteckhart on October 11th, 2008, 5:21 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/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
Release 1.0.0.8
Download: http://www.sab.websijt.net/sab.gadget
Note:
You can now open your 'Completed' directory in windows explorer by clicking on the folder icon.
Default this will be: \Users\%username%\Documents\Downloads\complete
lol i should realy wailt untill i release stuff, at this rate i will be out of version numbers soon
Download: http://www.sab.websijt.net/sab.gadget
Note:
You can now open your 'Completed' directory in windows explorer by clicking on the folder icon.
Default this will be: \Users\%username%\Documents\Downloads\complete
lol i should realy wailt untill i release stuff, at this rate i will be out of version numbers 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/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
that's a good idea, somebody else suggested that but i forgot all about it!
oh and yes you can select a download but there are no options yet (i planned remove Job, but i'm still waiting for the new API).
oh and yes you can select a download but there are no options yet (i planned remove Job, but i'm still waiting for the new API).
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
ill wailtpair of dimes wrote:It'll still be a while before that's available.pieteckhart wrote: still waiting for the new API
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Re: Vista Sidebar Gadget
Just like to say I've been using this for a while and I think it's great. If I have one criticism though it's that the UI is slightly wider than all my other widgets. If it could be made the 'standard' widget/sidebar width this would be perfect
- pieteckhart
- Release Testers
- Posts: 131
- Joined: April 30th, 2008, 9:34 am
- Location: Netherlands
- Contact:
Re: Vista Sidebar Gadget
i have been resizing the gadget for a few times now maybe my other gadgets have wrong sizes because i don't know what the correct size is.TheBiGW wrote: Just like to say I've been using this for a while and I think it's great. If I have one criticism though it's that the UI is slightly wider than all my other widgets. If it could be made the 'standard' widget/sidebar width this would be perfect
when i resize the gadget to be a bit less wider i am considering pair of dimes' suggestion of putting the job names over the progress bar in order to make sure long names will fit.
I'm a bit busy with school and stuff so the next release can take a while.
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Re: Vista Sidebar Gadget
Can I ask how this was gotten around, as I have the same issue?stborchert wrote: Hi.
Very nice litte thingy ;-)
Unfortunately it didn't worked for me. My sabnzbd is running on a NAS (Synology DS207+). Its address is "192.168.1.11:8080/sabnzbd". If I insert the IP into the settings page it is converted to "192168111" (without dots) and the gadget always displays "Please Configure".
Any help would be appreciated.
greetings,
Stefan
I have a DNS entry for my NAS, but can't figure out how to get the /sabnzbd part into the system. Doing a check on just the device name/port doesn't seem to work
Thanks