mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2026-03-21 17:26:52 -03:00
This commit is contained in:
parent
d9082819e7
commit
08b8c637b6
1 changed files with 32 additions and 16 deletions
|
|
@ -4995,6 +4995,22 @@
|
||||||
"overview": "Stream external media.",
|
"overview": "Stream external media.",
|
||||||
"owner": "lstb1t",
|
"owner": "lstb1t",
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"changelog": "## [0.26.5.3] - 2026-02-24\n\n### 🐛 Bug Fixes\n\n- Base season premiere date off first episode\n- Dont call inner on AddToCollectionAsync to prevent deadlocks\n",
|
||||||
|
"checksum": "12396e05ad42feb63829e316574ab1fc",
|
||||||
|
"sourceUrl": "https://github.com/lostb1t/Gelato/releases/download/v0.26.5.3/gelato_0.26.5.3.zip",
|
||||||
|
"targetAbi": "10.11.6.0",
|
||||||
|
"timestamp": "2026-02-24T07:21:57Z",
|
||||||
|
"version": "0.26.5.3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"changelog": "## [0.26.5.2] - 2026-02-23\n\n### 🐛 Bug Fixes\n\n- Series meta resolve during insertion\n",
|
||||||
|
"checksum": "714a6f9152ccaad235703960078c52b3",
|
||||||
|
"sourceUrl": "https://github.com/lostb1t/Gelato/releases/download/v0.26.5.2/gelato_0.26.5.2.zip",
|
||||||
|
"targetAbi": "10.11.6.0",
|
||||||
|
"timestamp": "2026-02-23T21:11:15Z",
|
||||||
|
"version": "0.26.5.2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"changelog": "## [0.26.5.1] - 2026-02-23\n\n### 🐛 Bug Fixes\n\n- Remove hardcoded subtitle oang\n",
|
"changelog": "## [0.26.5.1] - 2026-02-23\n\n### 🐛 Bug Fixes\n\n- Remove hardcoded subtitle oang\n",
|
||||||
"checksum": "262664224c65f361d2fb6981a862f511",
|
"checksum": "262664224c65f361d2fb6981a862f511",
|
||||||
|
|
@ -5218,22 +5234,6 @@
|
||||||
"targetAbi": "10.11.6.0",
|
"targetAbi": "10.11.6.0",
|
||||||
"timestamp": "2026-02-03T11:34:44Z",
|
"timestamp": "2026-02-03T11:34:44Z",
|
||||||
"version": "0.25.4.0"
|
"version": "0.25.4.0"
|
||||||
},
|
|
||||||
{
|
|
||||||
"changelog": "## [0.25.3.9] - 2026-02-01\n\n### 🐛 Bug Fixes\n\n- Purge task\n",
|
|
||||||
"checksum": "ad2bd6420204a2af49b738bbd231fca2",
|
|
||||||
"sourceUrl": "https://github.com/lostb1t/Gelato/releases/download/v0.25.3.9/gelato_0.25.3.9.zip",
|
|
||||||
"targetAbi": "10.11.6.0",
|
|
||||||
"timestamp": "2026-02-01T09:39:06Z",
|
|
||||||
"version": "0.25.3.9"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"changelog": "## [0.25.3.8] - 2026-02-01\n\n### 🐛 Bug Fixes\n\n- Purge task\n",
|
|
||||||
"checksum": "c12dd425db06cad9fd396b8a47170f9d",
|
|
||||||
"sourceUrl": "https://github.com/lostb1t/Gelato/releases/download/v0.25.3.8/gelato_0.25.3.8.zip",
|
|
||||||
"targetAbi": "10.11.6.0",
|
|
||||||
"timestamp": "2026-02-01T08:57:55Z",
|
|
||||||
"version": "0.25.3.8"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -5560,6 +5560,14 @@
|
||||||
"category": "MoviesAndShows",
|
"category": "MoviesAndShows",
|
||||||
"imageUrl": "https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/Jellynext.png",
|
"imageUrl": "https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/Jellynext.png",
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"checksum": "f3851df3a221c623479fa1c5af4fab76",
|
||||||
|
"changelog": "\n### Features\n\n- **Watchlist Sync**: Automatically add Trakt watchlisted items to download systems (Radarr/Sonarr/Jellyseerr)\n - New per-user settings: and toggles in Trakt user configuration\n - Fetches movies via and shows via with for genre metadata\n - Filters out items already in local Jellyfin library and previously processed items\n - Routes downloads through existing (supports Native, Jellyseerr, and Webhook modes)\n - Shows default to Season 1 download (Trakt watchlist doesn't specify seasons)\n - 1-second throttle between downloads to avoid overwhelming download systems\n - Individual item failures logged without stopping the sync process\n\n- **Watchlist Sync Scheduled Task**: Background task running every 1 hour\n - More frequent than content sync (6hr) to respond quickly to watchlist changes\n - Also triggered on startup via \n\n### Improvements\n\n- **State Tracking**: Persistent tracking of processed watchlist items to prevent re-adding\n - (TMDB IDs) and (TVDB IDs) persisted in configuration\n - Reset manually by clearing IDs from config to re-trigger downloads\n\n- **Local Library Deduplication**: New method in to check movie existence by TMDB ID (excludes virtual items)\n\n- **Trakt API**: New watchlist endpoints\n - : Fetch user's movie watchlist\n - : Fetch user's show watchlist\n\n- **Configuration UI**: Added watchlist sync toggles to Trakt user settings tab\n\n### Acknowledgments\n\n- Thanks to [@medallyon](https://github.com/medallyon) for implementing the watchlist sync feature",
|
||||||
|
"targetAbi": "10.11.0",
|
||||||
|
"sourceUrl": "https://github.com/luall0/jellynext/releases/download/v1.3.0.0/jellynext-v1.3.0.0.zip",
|
||||||
|
"timestamp": "2026-02-24 14:39:39",
|
||||||
|
"version": "1.3.0.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"checksum": "acf4da864123b6910995f13597cdc1f5",
|
"checksum": "acf4da864123b6910995f13597cdc1f5",
|
||||||
"changelog": "\n### Bug Fixes\n\n- **Trending movies downloads**: Fixed download failure when playing trending movies\n - PlaybackInterceptor now correctly handles global content paths ()\n - Detects global content types and uses configured for cache lookup\n - Previously failed because path parsing expected per-user GUID, not \"global\" keyword",
|
"changelog": "\n### Bug Fixes\n\n- **Trending movies downloads**: Fixed download failure when playing trending movies\n - PlaybackInterceptor now correctly handles global content paths ()\n - Detects global content types and uses configured for cache lookup\n - Previously failed because path parsing expected per-user GUID, not \"global\" keyword",
|
||||||
|
|
@ -8293,6 +8301,14 @@
|
||||||
"owner": "Viperinius",
|
"owner": "Viperinius",
|
||||||
"category": "Metadata",
|
"category": "Metadata",
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"version": "1.17.0.0",
|
||||||
|
"changelog": "# Changelog\n\n## [1.17.0.0] - 2026-02-24\n\n### Changed\n\n- Rework API interactions to work with the latest Spotify API changes (see #79)",
|
||||||
|
"targetAbi": "10.11.0.0",
|
||||||
|
"sourceUrl": "https://github.com/Viperinius/jellyfin-plugin-spotify-import/releases/download/1.17.0.0/spotify-import_1.17.0.0.zip",
|
||||||
|
"checksum": "7ce0b720c92794832561c13f47e2d57c",
|
||||||
|
"timestamp": "2026-02-24T22:49:55Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.16.0.0",
|
"version": "1.16.0.0",
|
||||||
"changelog": "# Changelog\n\n## [1.16.0.0] - 2025-10-21\n\n### Added\n\n- Support for Jellyfin 10.11",
|
"changelog": "# Changelog\n\n## [1.16.0.0] - 2025-10-21\n\n### Added\n\n- Support for Jellyfin 10.11",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue