Files
Jellyfin-Comments/manifest.json
Gabrieal Jimmy 76a2560cdb fix 3
2026-07-16 14:32:59 -05:00

21 lines
1.7 KiB
JSON

[
{
"guid": "7b2f1c4e-9a3d-4f6b-8c5e-2d1a0f9e7b6c",
"name": "Reddit Comments",
"description": "Adds a comments button to the video player that opens a sidebar with the Reddit discussion thread for the episode or movie you are watching (e.g. r/anime episode threads). Comments are cached in a local SQLite database and Reddit is only contacted when you click the button.",
"overview": "Shows Reddit discussion threads inside the Jellyfin web player. A new button in the player OSD opens a sidebar with the episode's Reddit thread. Threads are found by searching your configured subreddits, comments are cached locally in SQLite to minimize API usage, and requests to Reddit are rate limited (60/minute by default). Nothing is fetched until you click the button.",
"owner": "you",
"category": "General",
"versions": [
{
"version": "1.0.1.0",
"changelog": "- Fix plugin being disabled at startup (eager DI resolve in service registration)\n- Ship as a single DLL using the server's own SQLite assemblies\n- Player OSD button + comments sidebar\n- Reddit thread search across configurable subreddits\n- SQLite caching with separate TTLs for found/not-found results\n- Sliding-window rate limiter (default 60 requests/minute, max 100)\n- Lazy loading: Reddit is only contacted on button click",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.gabjimmy.com/Gabe/Jellyfin-Comments/releases/download/1.0.1.0/Jellyfin.Plugin.RedditComments_1.0.1.0.zip",
"checksum": "4261e0c68ce67eab4a41e9a2a042750e",
"timestamp": "2026-07-16T14:30:00Z"
}
]
}
]