New subcommands --fromName --fromIndex#84
Open
Curvature9761 wants to merge 3 commits intoRikudouSage:mainfrom
Open
New subcommands --fromName --fromIndex#84Curvature9761 wants to merge 3 commits intoRikudouSage:mainfrom
Curvature9761 wants to merge 3 commits intoRikudouSage:mainfrom
Conversation
Added a new subcommand --fromName=NAME It makes it possible to resume download from a specified name onwards. Very useful if previous downloads have aborted due to TimeOut.
Author
Author
|
Fixed it. Now works with output. |
I originally wanted to implement a fromIndex command aligned to the game command. Couldn't figure it out. Now had a new idea. Made a new version that is independent from the game output. But you can still now resume from an index number based on your last run.
Author
|
Added another command. --FromIndex. What I originally wanted to do. But now its independent entirely from the game command. fromName and fromIndex are mutally exclusive. There is potential to implement some logic for both parameters to be acceptable and stop the iteration on whatever hits first. But for now I made it mutually exclusive. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds --fromName Option to Download Command (Resume Downloads by Title)
This PR adds a --fromName option to the download command, allowing users to resume failed downloads from a specific game title (copied from the games list output).
Tested and works for my large library.
Not claiming this is the “cleanest” way, but it’s functional and performant.
If you want to refactor or polish, feel free!
Thanks for the awesome tool—hope this helps others with big collections.