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

Add a sync-creator queue #225

Open
xdeiimoss opened this issue Feb 9, 2025 · 1 comment
Open

Add a sync-creator queue #225

xdeiimoss opened this issue Feb 9, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@xdeiimoss
Copy link

Something like a queue should be added.
Basically it would be all of the profiles that the ktoolbox should download with a single command.
A queue for all of the profiles that should be downloaded
This is specially important when downloading big profiles, because it could take hours for each to finish.

@xdeiimoss xdeiimoss added the enhancement New feature or request label Feb 9, 2025
@TheThirdComputer
Copy link

Something like a queue should be added. Basically it would be all of the profiles that the ktoolbox should download with a single command. A queue for all of the profiles that should be downloaded This is specially important when downloading big profiles, because it could take hours for each to finish.

Im not entirely sure what you are asking, but, would using .bat (batch) files allow this to work? Because I am currently doing so.

I have a .bat file with all the profiles & artists & details I find useful.

Here a couple examples:

ktoolbox sync-creator https://kemono.su/patreon/user/63713934
= Almualim - HAS DRIVE FILES
ktoolbox sync-creator https://kemono.su/fanbox/user/61570403
= Almualim

ktoolbox sync-creator https://kemono.su/patreon/user/68982275
= Spageta

cmd /k

I advice you to get Notepad++ if you intend to do this.

If you dont know how to do this, just make a .txt file, change it from .txt to .bat, open it with notepad/notepad++, in there put all the links you desire, and then input the specific command of your choice to the left of the link. And to end, write 'cmd /k' to avoid your console auto-closing when finishing.

extra advice, use the next two consecutive commands to open a .bat file in a different location right after you are done finish with all your previous commands:

cd [PATHFILE]
call [FILE.bat]

Not sure if this will answer your question, but I already wrote it, so, be what it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants