mixamo_anims_downloader icon indicating copy to clipboard operation
mixamo_anims_downloader copied to clipboard

[HINT] Full auto mode

Open rwohlgethan opened this issue 7 years ago • 1 comments

If you use Firefox instead of Chrome you can download fully automated be setting (in about:config):

browser.helperApps.alwaysAsk.force => bool => false (default value) browser.helperApps.neverAsk.saveToDisk => string => "application/octet-stream"

you might also want to increase the concurrent connections:

network.http.max-persistent-connections-per-server => integer => 32

these settings could also be integrated into the script...

[EDIT]it seems, though, that my Firefox only downloads one item at a time. anyway, it does so unattended ;)[/EDIT]

rwohlgethan avatar Jan 06 '18 23:01 rwohlgethan

The script itself serializes the downloads by design. If you wanna run multiple downloads some small changes are needed... But in that case you may overload the mixamo instances quite a bit..since they bake animations for each request.

gnuton avatar Jan 07 '18 10:01 gnuton