mirror of
https://github.com/jellyfin/jellyfin-plugin-kodisyncqueue.git
synced 2024-11-26 23:10:26 +00:00
58fd94aaf6
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled
17 lines
556 B
YAML
17 lines
556 B
YAML
---
|
|
name: "Kodi Sync Queue"
|
|
guid: "771e19d6-5385-4caf-b35c-28a0e865cf63"
|
|
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kodisyncqueue.png"
|
|
version: 13
|
|
targetAbi: "10.10.0.0"
|
|
framework: "net8.0"
|
|
owner: "jellyfin"
|
|
overview: "Sync all media changes with Kodi clients"
|
|
description: "This plugin will track all media changes while Kodi clients are offline to decrease sync times."
|
|
category: "General"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.KodiSyncQueue.dll"
|
|
- "LiteDB.dll"
|
|
changelog: |-
|
|
- Properly add 10.10 support (#100) @crobibero
|