Skip to content

Commit 4d71e17

Browse files
committed
Release version 0.6.2.0 - update manifest
1 parent ea321fc commit 4d71e17

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Jellyfin.Plugin.Plexyfin/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"owner": "plexyfin",
99
"category": "General",
1010
"targetAbi": "10.10.0.0",
11-
"changelog": "- Fix compatibility with Jellyfin 10.11 by using compatibility helper for GetItemList/GetItemsResult API\n- Fix TV show episode poster sync for Jellyfin 10.11+\n- Add diagnostic logging for version info, configuration, and compatibility method detection",
11+
"changelog": "- Fix compatibility with Jellyfin 10.11 by using compatibility helper for GetItemList/GetItemsResult API\n- Fix TV show episode poster sync for Jellyfin 10.11+\n- Add diagnostic logging for version info, configuration, and compatibility method detection\n- Add retry logic with exponential backoff for file locking issues during collection sync",
1212
"imageUrl": "https://raw.githubusercontent.com/plexyfin/plexyfin/main/plexyfin.png"
1313
}

metadata/stable/manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"owner": "cleverdevil",
99
"category": "Metadata",
1010
"versions": [
11+
{
12+
"version": "0.6.2.0",
13+
"changelog": "- Fix compatibility with Jellyfin 10.11 by using compatibility helper for GetItemList/GetItemsResult API\n- Fix TV show episode poster sync for Jellyfin 10.11+\n- Add diagnostic logging for version info, configuration, and compatibility method detection\n- Add retry logic with exponential backoff for file locking issues during collection sync",
14+
"targetAbi": "10.10.0.0",
15+
"sourceUrl": "https://github.com/cleverdevil/plexyfin/releases/download/v0.6.2.0/Plexyfin_0.6.2.0.zip",
16+
"checksum": "f5608ec3b65fcda126532aa45929355a",
17+
"timestamp": "2025-11-26T20:18:55Z"
18+
},
1119
{
1220
"version": "0.6.1.0",
1321
"changelog": "- Fix mixed media collections (movies + TV shows) being clobbered during sync\n- Add episode sync functionality\n- Implement parallel processing for improved performance\n- Fix compatibility with Jellyfin 10.10+ by replacing deprecated GetItemList with GetItemsResult\n- Add support for multiple versions of media items (cross-library duplicates and same-library editions)\n- Implement filesystem-based matching to handle different Plex/Jellyfin mount points",

0 commit comments

Comments
 (0)