Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add many packs at once #71

Open
dexter777 opened this issue Oct 22, 2014 · 4 comments
Open

Feature request: Add many packs at once #71

dexter777 opened this issue Oct 22, 2014 · 4 comments
Assignees

Comments

@dexter777
Copy link

I'm not native english, but I will try to describe it as best I can. On buttonbar, you can add button "Add packs by number" or whatever name you will think about. It will open a window similar like "XDCC Link input" but it will look something like this (I made it in paint :P) http://i.imgur.com/m0dut8v.png
I suppose i don't need to describe Server, Server address, Channel & Bot. Most important part is Packs,
let's say you want to download packs 1278, 1280, 1282....1320. You just enter 1278 into "From", 1320 into "To", 2 into "Interval", click Generate list and that right box will be filled with
1278
1280
...
1320
Of course user could just paste numbers himself in that box

ALTERNATIVE RESOLUTION:
If you don't want to do this all, then you can just modify "XDCC Link input" so user can paste many links

@Jaglag
Copy link

Jaglag commented Nov 18, 2014

most bots supporting "batch" downloading:

BATCH

-- /msg [botname] XDCC BATCH [a]-[b] -- Request packs with numbers a to b, including a and b, from the bot.
-- /msg [botname] XDCC BATCH [a],[b],[c] -- Request packs with numbers [a],[b] and [c] from the bot.
-- /msg [botname] XDCC BATCH [a]-[b] [password] -- Request passworded packs with numbers a to b, including a and b, with password "password" from the bot.
-- /msg [botname] XDCC BATCH [a],[b],[c] [password] -- Request packs with numbers [a],[b] and [c], with password "password" from the bot.
-- /msg [botname] XDCC BATCH [a],[b],[c]-[d] -- Request packs with numbers a, b and c to d from the bot. (i.e, you can combine the two methods of saying which set of packs you want) 

@dexter777
Copy link
Author

yes, but does XG support them?

@Jaglag
Copy link

Jaglag commented Nov 18, 2014

i dont think so

@Freedos
Copy link

Freedos commented Nov 19, 2014

you need to write a script for this which uses the api.
see https://github.com/lformella/xdcc-grabscher#api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants