-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Question] Remove other language if prefered exists #27
Comments
Currently, there is no such feature, though it feels like it wouldn't be too complicated to implement. However, if the number of games you need this for is relatively small (ie, only a handful of very large games), a feasible workaround would be to add individual installers to the "SkipUrls" field. If I take the fallout classic entry for example, I have this:
Say that I only wanted to keep the French installer and filter out both the English and Spanish installers, then my skip url field would look like that:
I guess currently, those entries would have to be manually added to the manifest as the only existing gogcli command that add entries in the "SkipUrls" field is to skip patches, but adding a separate command to skip a set of languages should be trivial to implement. Give me a couple of days and I'll do that (add a command to add languages to "SkipUrls") and push a release. I think I've done a couple of improvements on the main branch now that are not in any release tag. |
@jerry1333
|
Cool, I'll test it soon on next library update. |
Hello,
is there a way to remove downloads from manifest for other languages than preferred?
I'm using
gogcli manifest generate --lang=polish --lang=english --os=windows
but some games have both languages available and i'm interested in only one (Polish in this example).
Can I somehow filter other languages out?
Example for The Witcher 3: Wild Hunt - Complete Edition
This would allow to limit download time and size.
Thanks for any tips!
The text was updated successfully, but these errors were encountered: