Quote:
Originally Posted by Ser4nb2LUY6e
Another question: When using "Update existing FanFiction Books" with a whole list of books, would it be possible to have each book scheduled as a separate job automatically?
I mean, I can do that by hand already by selecting one book, trigger the function, while the job is still running select the next book, trigger the function, and so on.
|
As you've noticed, by running all in one BG process, it limits the number of simultaneous downloads running.
But that's a feature, not a bug. Several supported sites will start blocking you if you generate too much traffic. This way, you can launch several without having to manage that yourself.
Because trust, getting blocked for a few days is worse than slower downloading.
Quote:
Originally Posted by Ser4nb2LUY6e
And, generally, in case that a job only is for a single book, maybe have the progress reported for the job based on number of chapters to download instead of being stuck and then jump to 100% when done?
|
I've looked into that a few times. Getting meaningful progress reporting from BG process to the foreground would require significant re-architecting.