A Jellyfin plug-in to integrate with a Plex Media Server
144
stars
112
commits
C#
primary language
Jul 15, 2026
updated
A plugin for Jellyfin that syncs collections and artwork from your Plex Media Server to Jellyfin.
This plugin DELETES AND REPLACES artwork in Jellyfin with artwork from Plex.
When the artwork sync feature is enabled:
It is STRONGLY recommended to create a backup of your Jellyfin metadata directory before performing a sync, especially the first time.
https://raw.githubusercontent.com/cleverdevil/plexyfin/main/metadata/stable/manifest.jsonJELLYFIN_DATA_PATH: Override the default data path (/config/data) for Jellyfin installations with non-standard paths# Create a new version
./new_version.sh 0.7.0.0
# Build a specific version
./build_release.sh 0.7.0.0
# Build the latest version
./build_release.sh latest
# Build and update repository manifest
./build_release.sh 0.7.0.0 --deploy
# Tag and push a release
./tag_and_release.sh 0.7.0.0 --push
# Prepare GitHub release files
./prepare_github_release.sh 0.7.0.0
See BUILD.md for detailed information about the build and release process.
./build_release.sh latestdist/Plexyfin_X.Y.Z.Z/Jellyfin.Plugin.Plexyfin.dll to your Jellyfin plugins directoryIf you experience build errors:
build_release.sh which disables treating warnings as errorsMIT
C#
79.3%
HTML
16.6%
Shell
4.1%
A Jellyfin plug-in to integrate with a Plex Media Server
144
stars
112
commits
C#
primary language
Jul 15, 2026
updated
A plugin for Jellyfin that syncs collections and artwork from your Plex Media Server to Jellyfin.
This plugin DELETES AND REPLACES artwork in Jellyfin with artwork from Plex.
When the artwork sync feature is enabled:
It is STRONGLY recommended to create a backup of your Jellyfin metadata directory before performing a sync, especially the first time.
https://raw.githubusercontent.com/cleverdevil/plexyfin/main/metadata/stable/manifest.jsonJELLYFIN_DATA_PATH: Override the default data path (/config/data) for Jellyfin installations with non-standard paths# Create a new version
./new_version.sh 0.7.0.0
# Build a specific version
./build_release.sh 0.7.0.0
# Build the latest version
./build_release.sh latest
# Build and update repository manifest
./build_release.sh 0.7.0.0 --deploy
# Tag and push a release
./tag_and_release.sh 0.7.0.0 --push
# Prepare GitHub release files
./prepare_github_release.sh 0.7.0.0
See BUILD.md for detailed information about the build and release process.
./build_release.sh latestdist/Plexyfin_X.Y.Z.Z/Jellyfin.Plugin.Plexyfin.dll to your Jellyfin plugins directoryIf you experience build errors:
build_release.sh which disables treating warnings as errorsMIT
C#
79.3%
HTML
16.6%
Shell
4.1%