diff --git a/bucket/open-tv.json b/bucket/open-tv.json new file mode 100644 index 00000000000000..f0f86a76fd053e --- /dev/null +++ b/bucket/open-tv.json @@ -0,0 +1,35 @@ +{ + "version": "1.0.3", + "description": "Ultra-fast, simple and open-source IPTV app", + "homepage": "https://github.com/Fredolx/open-tv", + "license": "GPL-2.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/fredolx/open-tv/releases/download/v1.0.3/Open.TV_1.0.3_x64_en-US.msi", + "hash": "0c2ebcd3a1f2c59b920d8e819cb032040f6304c15c5231e39ef05f46c4b6fcf6" + } + }, + "extract_dir": "PFiles\\Open TV", + "bin": "open_tv.exe", + "shortcuts": [ + [ + "open_tv.exe", + "Open TV" + ] + ], + "checkver": { + "github": "https://github.com/fredolx/open-tv" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/fredolx/open-tv/releases/download/v$version/Open.TV_$version_x64_en-US.msi" + } + } + }, + "depends": [ + "mpv", + "ffmpeg", + "yt-dlp" + ] +} \ No newline at end of file