Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions bucket/fred-tv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "1.9.1",
"description": "Ultra-fast, simple and open-source IPTV app",
"homepage": "https://github.com/Fredolx/open-tv",
"license": "GPL-2.0-only",
"depends": [
"mpv",
"ffmpeg",
"yt-dlp"
],
"architecture": {
"64bit": {
"url": "https://github.com/Fredolx/open-tv/releases/download/v1.9.1/Fred.TV_1.9.1_x64_en-US.msi",
"hash": "84b0372c98c1ed73bbda290e7b176bc3b303af05136a9962b1a7b10b1c11a0a7"
}
},
"extract_dir": "PFiles\\Fred TV",
"bin": "open_tv.exe",
"shortcuts": [
[
"open_tv.exe",
"Fred TV"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Fredolx/open-tv/releases/download/v$version/Fred.TV_$version_x64_en-US.msi"
}
}
}
}
12 changes: 10 additions & 2 deletions bucket/open-tv.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"##": "Deprecate this manifest after 2026-09-01.",
"version": "1.9.1",
"description": "Ultra-fast, simple and open-source IPTV app",
"description": "Ultra-fast, simple and open-source IPTV app. (Deprecated, please use `extras/fred-tv` instead)",
"homepage": "https://github.com/Fredolx/open-tv",
"license": "GPL-2.0-only",
"notes": [
"`open-tv` has been renamed to `fred-tv`.",
"This manifest is deprecated and scheduled for removal on 2026-09-01. Please use `extras/fred-tv` instead."
],
"depends": [
"mpv",
"ffmpeg",
"yt-dlp"
],
"suggest": {
"Fred TV": "extras/fred-tv"
},
"architecture": {
"64bit": {
"url": "https://github.com/Fredolx/open-tv/releases/download/v1.9.1/Fred.TV_1.9.1_x64_en-US.msi",
Expand All @@ -19,7 +27,7 @@
"shortcuts": [
[
"open_tv.exe",
"Open TV"
"Fred TV"
Comment thread
z-Fng marked this conversation as resolved.
]
],
"checkver": "github",
Expand Down