KToolBox icon indicating copy to clipboard operation
KToolBox copied to clipboard

Can tasks be created solely based on the author's original name instead of their ID?

Open rosechicken opened this issue 1 year ago • 1 comments

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.

rosechicken avatar May 17 '24 00:05 rosechicken

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

Ljzd-PRO avatar May 22 '24 08:05 Ljzd-PRO