Go to file
jellyfin-bot 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
Prepare for release v13 (#101)
2024-10-29 17:38:56 -06:00
.github add unstable workflow 2024-03-25 16:50:34 -06:00
.vscode Add vscode task 2021-03-09 01:38:54 +01:00
Jellyfin.Plugin.KodiSyncQueue Properly add 10.10 support (#100) 2024-10-29 17:38:14 -06:00
.editorconfig Analyzers 2021-03-08 22:34:37 +01:00
.gitattributes :octocat: Added .gitattributes & .gitignore files 2015-08-05 12:12:31 +10:00
.gitignore add unstable workflow 2024-03-25 16:50:34 -06:00
.pre-commit-config.yaml Add pre-commit config 2021-03-13 21:34:29 +01:00
build.yaml Prepare for release v13 (#101) 2024-10-29 17:38:56 -06:00
Directory.Build.props Prepare for release v13 (#101) 2024-10-29 17:38:56 -06:00
Jellyfin.Plugin.KodiSyncQueue.sln Rename namespaces 2019-02-02 12:47:06 +01:00
jellyfin.ruleset Disable warning about XML comment analysis 2021-03-09 02:03:58 +01:00
LICENSE Add License 2016-04-06 08:10:04 -05:00
README.md update readme 2021-05-09 21:18:00 +02:00

Jellyfin Kodi Sync Queue Plugin

Part of the Jellyfin Project

Plugin Banner

GitHub Workflow Status GPLv2 License Current Release

About

This plugin will track all media changes while any Kodi clients are offline to decrease sync times when logging back in to your server.

Installation

See the official documentation for install instructions.

Build

  1. To build this plugin you will need .Net 5.x.

  2. Build plugin with following command

dotnet publish --configuration Release --output bin
  1. Place the dll-file in the plugins/kodisyncqueue folder (you might need to create the folders) of your JF install

Releasing

To release the plugin we recommend JPRM that will build and package the plugin. For additional context and for how to add the packaged plugin zip to a plugin manifest see the JPRM documentation for more info.

Contributing

We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. In general refer to our contributing guidelines for further information.

Licence

This plugins code and packages are distributed under the GPLv2 License. See LICENSE for more information.