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

Download all matching files #30

Open
Ram-Z opened this issue Jan 24, 2017 · 3 comments
Open

Download all matching files #30

Ram-Z opened this issue Jan 24, 2017 · 3 comments

Comments

@Ram-Z
Copy link
Contributor

Ram-Z commented Jan 24, 2017

Currently the application will refuse to download anything if the filters match more than one download url.

It would be nice if we could add a flag that would download all remaining matching urls for a game.

Also, if the default would be interactive that would be great, i.e.:

Too many download candidates for 'Organ Trail'
   1. 'MP3'   97.8 MB organtrail_ost_mp3_1370892706.zip
   2. 'FLAC' 800.1 MB organtrail_ost_flac_1370892706.zip
Press the number to download: 
@MestreLion
Copy link
Owner

Is there any real case where using --type is not enough to narrow the candidates to 1?

@Ram-Z
Copy link
Contributor Author

Ram-Z commented Oct 17, 2017

It's been a while... but I believe that my intention was to have it download all remaining canditates. I.e. if the filters narrowed it down to 2 candidates it would download both of them.

@MestreLion
Copy link
Owner

I'm not a fan of interactive scripts, as humblebundle should be fully scriptable and automated whenever possible. I think an --all command-line option, or pehaps even better -all-candidates, downloading all candidates after filters are applied would be a very good solution. Mass downloads are a common request, see #14 .

Unfortunately I currently don't have the time to code such option, but patches and PRs are much welcome, as always.

Meanwhile, it's worth checking if -F|--server-file is a good workaround for you. See #4

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

2 participants