InfuseSync is a plugin for Emby and Jellyfin media servers that tracks all media changes to decrease sync times with Infuse clients.
View the InfuseSync install guide for Emby and Jellyfin.
-
Install .NET Core SDK
-
Build the plugin with following command:
dotnet publish --configuration Release
- Place the resulting .dll file that can be found in
InfuseSync/bin/emby
orInfuseSync/bin/jellyfin
directory into a plugin folder for the corresponding media server.