Commit graph

38 commits

Author SHA1 Message Date
a869748550
Use new betterhelp. 2022-02-12 19:54:13 -08:00
04de7958d2
Remove donate.md. 2021-11-10 23:42:37 -08:00
b4c1c7b625
Use vlogging.main_decorator. 2021-10-25 11:54:06 -07:00
dbe166188c
Migrate scripts to main_level_by_argv. 2021-05-16 21:06:49 -07:00
533f163be0
Update CONTACT.md with link to voussoir.net. 2021-04-04 17:11:19 -07:00
349c348f05
Remove example render --update. 2021-03-23 12:20:53 -07:00
e9e6197b58
Reinstate log lines as loud, log commits. 2021-03-23 12:17:44 -07:00
eac32a15be
Use threadpool job generator instead of list. 2021-03-23 12:15:51 -07:00
695507bcec
Use vlogging. 2021-03-23 12:15:31 -07:00
fb8de24a9d
Use requests.Session. 2021-03-23 12:14:57 -07:00
b6f801568f
Remove --update flag. Just run update command separately first.
Because update has its own set of flags and passing them through
the render command adds unnecessary clutter.
2021-03-23 12:02:57 -07:00
abf3bef705
Use nearest neighbor instead of antialias. 2021-03-23 12:01:05 -07:00
255b21ec57 Update license, contact, donate for many projects. 2021-01-14 02:55:36 -08:00
d3bc285a2e Add Mirrors header. 2020-12-23 19:56:07 -08:00
93494f641e Add list of git mirrors. 2020-12-15 22:28:35 -08:00
35ee00439c Add my update.bat. 2020-09-24 14:25:12 -07:00
8bd48c6607 Use betterhelp's easy main to get parser off the global. 2020-03-10 22:36:23 -07:00
e4b3fa1ca4 Gitignore db-journal files. 2020-02-19 22:32:10 -08:00
318f4b379e Commit chunks regularly so that http errors don't lose big updates. 2020-02-17 22:30:28 -08:00
0b11b522c9 Add argument --shuffle to download chunks in random order. 2020-02-13 20:28:47 -08:00
cb4b6a3882 Catch ctrl+c to commit before quitting. 2020-02-13 20:27:54 -08:00
9b0d8fdfa0 Oops, delete this broken loop.
I temporarily added it back in so that I could commit two different
changes separately, but forgot to remove it.
2020-02-13 17:50:16 -08:00
80f9330cb4 Use while and pop so that finished chunks can be garbaged.
Keeps memory usage stable instead of infinitely growing!
2020-02-12 19:33:16 -08:00
488b816b7b Add --threads to update help text. 2020-02-12 19:32:20 -08:00
0a12dd45c0 Use threadpool add_many for creating job batch. 2020-02-12 19:32:11 -08:00
cb9d119482 Don't crop if cmd arg is chunks. 2020-02-12 19:25:11 -08:00
307c88cd50 Minor whitespace. 2020-02-12 14:32:54 -08:00
acafdac830 Use threadpool to do multithreaded chunk downloads. 2020-02-11 17:24:02 -08:00
6afa3b0e8d Don't insert chunks during download_bigchunk, split out function. 2020-02-11 17:21:51 -08:00
f22746d389 Add argument as_of to get chunk at or before a particular time. 2020-02-11 15:38:04 -08:00
d649be2de5 Significant updates. 2020-02-08 21:08:52 -08:00
e053713e4f Add --scale option to render.
For best results, use fractions like 0.5, 0.25.
2018-06-30 00:05:18 -07:00
e7fb923438 Add .png to the gitignore. 2018-06-29 23:39:14 -07:00
d4d95ab39b "downloader" instead of "exporter". 2018-06-23 02:26:44 -07:00
3730283621 Clarify readme with command docstrings. 2018-06-22 23:19:49 -07:00
b0703e7cf8 Initial content. 2018-06-22 23:16:54 -07:00
e09f4d21a7 Add .gitignore. 2018-06-22 22:40:18 -07:00
c61bf0e68f Initial commit. 2018-06-22 22:39:42 -07:00