Skip to content
Open
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
63 changes: 63 additions & 0 deletions bucket/seanime-desktop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"version": "2.7.5",
"description": "Seanime is a media server with a web interface and desktop app for watching anime, managing your local library, and reading manga.",
"homepage": "https://seanime.rahim.app",
"license": "GPL-3.0-only",
"notes": "Refer to https://seanime.rahim.app for further setup instructions.",
"url": "https://github.com/5rahim/seanime/releases/download/v2.7.5/seanime-desktop-2.7.5_Windows_x86_64.exe#/dl.7z",
"hash": "6567634711a1e7a99b658497ce43454b698b0b67acaa6f63fd8ac9d87beb4cd7",
"suggest": {
"Media Player": [
"extras/mpv",
"extras/mpv-easy-player",
"extras/mpv-git",
"extras/mpv.net",
"versions/mpv.net-beta",
"extras/vlc",
"versions/vlc-nightly",
"extras/mpc-hc-fork"
],
"FFmpeg": [
"main/ffmpeg",
"main/ffmpeg-shared",
"versions/ffmpeg-nightly",
"versions/ffmpeg-gyan-nightly",
"versions/ffmpeg-shared-nightly"
],
"Torrent Client": [
"extras/qbittorrent",
"versions/qbittorrent-nightly",
"extras/qbittorrent-enhanced",
"extras/transmission"
],
"yt-dlp": [
"main/yt-dlp",
"versions/yt-dlp-master",
"versions/yt-dlp-nightly",
"versions/ffmpeg-yt-dlp"
]
},
"post_install": [
"Remove-Item \"$dir\\uninstall.exe\"",
"Remove-Item $dir\\'$PLUGINSDIR' -Recurse"
],
"bin": [
[
"seanime-desktop.exe",
"seanime-desktop"
]
],
"shortcuts": [
[
"seanime-desktop.exe",
"Seanime Desktop"
]
],
"persist": "data",
"checkver": {
"github": "https://github.com/5rahim/seanime"
},
"autoupdate": {
"url": "https://github.com/5rahim/seanime/releases/download/v$version/seanime-desktop-$version_Windows_x86_64.exe#/dl.7z"
}
}