forked from flipperdevices/flipper-update-indexer
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial repo copy * Some progress on packs index structure * Implement pack parser * Differenciate API types * Formatting * Better differenciate API endpoints * Format * Description in meta * Include preview videos * Jpeg too * Gzipped packs * Change title to name * Rebuild packs on reindex * Format * Refactor pack parsing with pathlib * Update asset packer from fw repo * Compute pack stats * Better cleanup * Fix pack filetypes * Add some sanity checks and logging * Warn about too many previews too * Format * Update asset packer * Improve warning messages * Offload repacking to separate repo, only parsing and indexing here * Rename to download * Include files dir skeleton structure * Cleanup repacking related things * Add asset packs submodule * Fix for having files in indexer dirs * Fixes for new FastAPI * No None fields
- Loading branch information
Showing
9 changed files
with
398 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
__pycache__ | ||
*.swp | ||
venv | ||
files | ||
files/*/* | ||
!files/*/.gitkeep | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "files/asset-packs"] | ||
path = files/asset-packs | ||
url = https://github.com/Next-Flip/Asset-Packs.git |
Submodule asset-packs
added at
403186
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.