Fichiers
jellyfin-plugin-sharelinks/manifest.json
T
Franciskid 2f3c4a8213 ShareLinks: only inject the ShareLink button into real item action sheets
The fallback injector matched almost any dialog with a couple of buttons,
so the button leaked into the Edit images and Add to collection dialogs
(both opened from the item menu). Restrict it to genuine action sheets
(.actionSheet / [role=menu]) whose entries are .actionSheetMenuItem and
include a recognizable item command, which also excludes audio/subtitle/
quality pickers. The primary path (next to Copy Stream URL) is unchanged.
2026-07-07 22:15:26 +02:00

22 lignes
1.2 KiB
JSON

[
{
"guid": "68540b76-ee74-436d-85ff-2abc884bbea6",
"name": "ShareLinks",
"description": "Adds secure, expiring guest-share links for Jellyfin items using temporary hidden users, one-use token redemption, restrictive policies, and scheduled cleanup.",
"overview": "Temporary guest links for Jellyfin movies and episodes.",
"owner": "Franciskid",
"category": "General",
"imageUrl": "",
"versions": [
{
"version": "1.0.0.0",
"changelog": "ShareLink button on the item menu, temporary guest users confined by tag policy, expiring links with a date/time picker, admin dashboard with revoke, and a configurable guest lockdown that hides tag/genre/studio/cast links, the add-to-playlist and add-to-collection actions, and other plugins' UI. The creation popup is localized in English and French.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/Franciskid/jellyfin-plugin-sharelinks/releases/download/v1.0.0.0/sharelinks_1.0.0.0.zip",
"checksum": "60e24bb267eb7df7bdd144c0c598ab1e",
"timestamp": "2026-07-07T21:45:00Z"
}
]
}
]