-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it so mechvibes can process zip files (#324)
* remove extra console.log * Remove file check during loading, it causes issues with loading from zip files * Add loading indicator during pack switching * Add loading zipped packs * Allow zipped packs to be discovered * Add packages for zipped packs * fix loading issue with zips * Report pack load errors * fix packs that load instantly getting stuck * fix for audio-only video files * make file names consistent when using zip files * fix for zip files that fail to load being included in the selection dropdown
- Loading branch information
Showing
4 changed files
with
139 additions
and
49 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -172,6 +172,15 @@ | |
resolved "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz" | ||
integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw== | ||
|
||
"7zip-bin@~5.1.1": | ||
version "5.1.1" | ||
resolved "https://registry.npmjs.org/7zip-bin/-/7zip-bin-5.1.1.tgz" | ||
integrity sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ== | ||
|
||
adm-zip@^0.5.10: | ||
version "0.5.10" | ||
resolved "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz" | ||
integrity sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ== | ||
agent-base@6: | ||
version "6.0.2" | ||
resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" | ||
|
@@ -1195,7 +1204,7 @@ hosted-git-info@^4.1.0: | |
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
howler@^2.1.2: | ||
howler@^2.2.4: | ||
version "2.2.4" | ||
resolved "https://registry.npmjs.org/howler/-/howler-2.2.4.tgz" | ||
integrity sha512-iARIBPgcQrwtEr+tALF+rapJ8qSc+Set2GJQl7xT1MQzWaVkFebdJhR3alVlSiUf5U7nAANKuj3aWpwerocD5w== | ||
|
@@ -1491,7 +1500,7 @@ [email protected]: | |
resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" | ||
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== | ||
|
||
mime-types@^2.1.12, mime-types@~2.1.19: | ||
mime-types@^2.1.12, mime-types@^2.1.35, mime-types@~2.1.19: | ||
version "2.1.35" | ||
resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" | ||
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== | ||
|