Add cinema-tools for pulling in ffmpeg and yt-dlp executables
This commit is contained in:
@@ -268,6 +268,14 @@ sha256 = "2294f3a4e082626ae4508f821469e8f5156c827bf37efdf3327fa6e12039d5e0"
|
|||||||
install_strategy = "bsipa-zip"
|
install_strategy = "bsipa-zip"
|
||||||
reason = "User-provided fork/branch URL https://github.com/MisterKelley/BeatSaberCinema/tree/bs-1.42.3. Built locally from commit 010ce6e01728af1e21774ccbb8d14405773f5b02 against the 1.44.1 instance after fixing the BGLib.AppFlow hint-path casing for Linux and compiling HasVideoFilter against BetterSongList 0.4.3's real ITransformerPlugin/IFilter interfaces; manifest still targets Beat Saber 1.42.3."
|
reason = "User-provided fork/branch URL https://github.com/MisterKelley/BeatSaberCinema/tree/bs-1.42.3. Built locally from commit 010ce6e01728af1e21774ccbb8d14405773f5b02 against the 1.44.1 instance after fixing the BGLib.AppFlow hint-path casing for Linux and compiling HasVideoFilter against BetterSongList 0.4.3's real ITransformerPlugin/IFilter interfaces; manifest still targets Beat Saber 1.42.3."
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
id = "cinema-tools"
|
||||||
|
tag = "yt-dlp-2026.07.04-ffmpeg-8.1.2"
|
||||||
|
asset = "CinemaTools-yt-dlp-2026.07.04-ffmpeg-8.1.2.zip"
|
||||||
|
sha256 = "52a781344745d36381c58e0fafe790fefb6a2802df8f802e4835ba4443e1edab"
|
||||||
|
install_strategy = "root-zip"
|
||||||
|
reason = "Helper-managed Windows executable bundle for Cinema's hardcoded Proton paths Libs/yt-dlp.exe and Libs/ffmpeg.exe. Built from yt-dlp/yt-dlp release 2026.07.04 asset yt-dlp.exe with upstream sha256 52fe3c26dcf71fbdc85b528589020bb0b8e383155cfa81b64dd447bbe35e24b8, plus GyanD/codexffmpeg release 8.1.2 asset ffmpeg-8.1.2-essentials_build.zip with upstream sha256 db580001caa24ac104c8cb856cd113a87b0a443f7bdf47d8c12b1d740584a2ec."
|
||||||
|
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
id = "gottagofast"
|
id = "gottagofast"
|
||||||
repo = "kinsi55/CS_BeatSaber_GottaGoFast"
|
repo = "kinsi55/CS_BeatSaber_GottaGoFast"
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
id = "cinema-tools"
|
||||||
|
name = "Cinema Tools"
|
||||||
|
asset_patterns = ["CinemaTools-yt-dlp-*-ffmpeg-*.zip"]
|
||||||
|
install_strategy = "root-zip"
|
||||||
|
category = "dependency"
|
||||||
@@ -9,4 +9,5 @@ dependencies = [
|
|||||||
{ id = "bs-utils" },
|
{ id = "bs-utils" },
|
||||||
{ id = "songcore" },
|
{ id = "songcore" },
|
||||||
{ id = "bettersonglist" },
|
{ id = "bettersonglist" },
|
||||||
|
{ id = "cinema-tools" },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user