synchronizing multiple sab clients to share one download source

Want something added? Ask for it here.
Post Reply
koryakm
Newbie
Newbie
Posts: 4
Joined: June 11th, 2008, 10:36 am

synchronizing multiple sab clients to share one download source

Post by koryakm »

I am seriously considering writing a small controller client to sync my home and work computer. This client will:
- allow you to register N sabnzbd clients which share one usenet acct
- the client will only allow one client at a time to download from usenet, while pausing all other clients
- provide a fair scheduler

i plan to implement this by means of a token ring using java to control each client though the web api.

does something like this exist? Is there any interest in building this?
I cannot write this in python, because i dont know it.
Last edited by koryakm on June 11th, 2008, 2:25 pm, edited 1 time in total.
User avatar
neilt0
Full Member
Full Member
Posts: 120
Joined: January 22nd, 2008, 4:16 am

Re: synchronizing multiple sab clients to share one download source

Post by neilt0 »

Great idea. I use up to 4 machines to download, so this would be very useful.
pmow
Release Testers
Release Testers
Posts: 57
Joined: May 15th, 2009, 6:09 pm
Location: Florida

Re: synchronizing multiple sab clients to share one download source

Post by pmow »

How would you control which is active? 
Have you considered moving to a client setup which moves control upstream? 

I'm guessing the idea is that you want to save money, so getting a colo-type server is probably out of the question.  For a single user setup, this makes sense as long as you don't mind putting certain clients on hold.  As long as all clients are accessible via their APIs, writing a script to prioritize/pause/unpause on a timer would be fairly straightforward.
User avatar
forkless
Newbie
Newbie
Posts: 3
Joined: April 1st, 2011, 7:27 am

Re: synchronizing multiple sab clients to share one download source

Post by forkless »

Would love such functionality.
sumofatguy
Newbie
Newbie
Posts: 8
Joined: February 23rd, 2009, 11:03 pm

Re: synchronizing multiple sab clients to share one download source

Post by sumofatguy »

forkless wrote: Would love such functionality.
me as well.  It's exactly what I came to post about! 
Post Reply