Add cinema-tools for pulling in ffmpeg and yt-dlp executables

This commit is contained in:
pleb
2026-07-10 08:09:57 -07:00
parent 74f1b292f2
commit 8419d3a5c9
3 changed files with 14 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
id = "cinema-tools"
name = "Cinema Tools"
asset_patterns = ["CinemaTools-yt-dlp-*-ffmpeg-*.zip"]
install_strategy = "root-zip"
category = "dependency"
+1
View File
@@ -9,4 +9,5 @@ dependencies = [
{ id = "bs-utils" },
{ id = "songcore" },
{ id = "bettersonglist" },
{ id = "cinema-tools" },
]