firecore / InfuseSync

InfuseSync is a plugin for Emby and Jellyfin media servers that tracks all media changes to decrease sync times with Infuse clients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfuseSync

InfuseSync is a plugin for Emby and Jellyfin media servers that tracks all media changes to decrease sync times with Infuse clients.

Standard Installation (recommended)

View the InfuseSync install guide for Emby and Jellyfin.

Build and Install Manually

  1. Install .NET Core SDK

  2. Build the plugin with following command:

dotnet publish --configuration Release
  1. Place the resulting .dll file that can be found in InfuseSync/bin/emby or InfuseSync/bin/jellyfin directory into a plugin folder for the corresponding media server.

About

InfuseSync is a plugin for Emby and Jellyfin media servers that tracks all media changes to decrease sync times with Infuse clients.

License:GNU General Public License v3.0


Languages

Language:C# 98.1%Language:HTML 1.9%