Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 706 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 706 Bytes

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.