Commit Graph
10 Commits
Author SHA1 Message Date
Tyler Hallada 5d55e78283 Dump plugins by hash instead of id
The same exact plugins are often included in many different files/mods. Grouping by hash in the sql query will show all files and mods a plugin appears in. Previously, the last file that was processed would overwrite the plugin file and only that single file/mod would appear in the file.

Also adds an index on plugins.hash since I'm now querying directly on it.
2022-03-12 13:05:21 -05:00
Tyler Hallada e779e94eff Add -e option to output cell edits from database 2022-01-15 00:19:05 -05:00
Tyler Hallada dad58f6154 Add UESP map tile scraper as an example 2022-01-15 00:18:30 -05:00
Tyler Hallada ba6ca0c928 Fix clippy lints, add 7z fallback for failed unrar 2021-08-14 11:43:09 -06:00
Tyler Hallada be9c78217d Skip files with unknown file type 2021-08-12 10:25:28 -06:00
Tyler Hallada 85f1d3d05a Recover failed 7z uncompress too 2021-08-11 10:10:02 -06:00
Tyler Hallada 1169ef4536 Print human readable file size to log 2021-08-09 22:38:17 -06:00
Tyler Hallada db2e73aa8e Skip unrar extract errors, update compress-tools 2021-08-09 11:10:57 -06:00
Tyler Hallada 6136ac18fa Make mod category nullable 2021-08-08 19:14:23 -06:00
Tyler Hallada 421f2b7071 WIP fix rar file extraction
Also, starting to break up into smaller functions
2021-07-03 16:00:18 -04:00