KToolBox
KToolBox copied to clipboard
Can tasks be created solely based on the author's original name instead of their ID?
Sometimes, if fetching the username fails, it defaults to using the ID for naming.
which might lead to redundant downloads if you're using "ktoolbox sync-creator" to retry downloading previously failed files, as the naming based on ID might differ.
It's hoped to include a feature to retry reading the author's name when it fails, instead of using the ID for naming.
By default, all Kemono APIs will retry up to 3 times. You can modify this by setting KTOOLBOX_API__RETRY_TIMES.
# .env / prod.env
KTOOLBOX_API__RETRY_TIMES=10