Convert your media library between Jellyfin and Plex formats by creating a hard-linked mirror
Project description
Bidirectional Movie Library Sync for Plex and Jellyfin
Can't decide between Jellyfin and Plex? This tool might help. It synchronizes your movie library between Jellyfin and Plex formats in both directions — without duplicating any files. Instead, it uses hardlinks to mirror your collection efficiently, saving storage while keeping both libraries in sync.
Warning: This script will overwrite the entire target directory. Do not store or edit anything manually in the target library path. The source library is treated as the only source of truth, and any unmatched content in the target folder may be deleted without warning.
Note: This tool is only useful if your media library is well-maintained and each movie resides in its own folder.
Overview
The script scans the source library, parses each movie folder for metadata (title, year, optional provider ID), and reproduces the same directory structure in the target location. Rather than copying video files, it creates hard links to avoid extra storage usage. Asset folders (e.g., extras, subtitles) are also mirrored. With --delete, any files or folders in the target that are no longer present in the source will be removed.
⚠️ Important: This script is designed exclusively for movie libraries. It does not support TV shows or miniseries. However, this is usually not a limitation in practice: for shows, Jellyfin and Plex use very similar directory structures, so you can typically point both apps to the same library without issues.
⚠️ Unraid: This script is not compatible with Unraid User Scripts. If you do not want to use the container image, there is an older release in branch
unraid_user_scripts. Switch to this branch and use the single-file script - but please don't forget to install the Python Plugin in Unraid first.
Docker Image
If you want to build the docker image locally:
cd .../jellyplex-sync
docker build -t jellyplex .
To run the docker container with the demo library in the project folder:
docker run --rm -it -v .:/mnt jellyplex /mnt/DEMO_PLEX_LIBRARY/Movies /mnt/DEMO_PLEX_LIBRARY/Jellyfin
Usage
Originally, this script was designed for use in Unraid as a standalone file. That version is still available in the unraid_user_scripts branch. On Unraid, the recommended way to run the script is via the Docker image. However, if you prefer to install the Python package locally (i.e. not on Unraid), the following examples show how you can use it as a CLI tool.
Docker usage
To use the published container image without installing anything locally:
docker run --rm -it -v /your/media:/mnt ghcr.io/sniner/jellyplex-sync:latest /mnt/source /mnt/target
Example using the demo library included in the repo:
docker run --rm -it -v .:/mnt ghcr.io/sniner/jellyplex-sync:latest /mnt/DEMO_PLEX_LIBRARY/Movies /mnt/DEMO_PLEX_LIBRARY/Jellyfin
Note: Make sure to adjust the volume mount (
-v) so that both source and target paths are accessible inside the container. They must also reside within the same bind mount, otherwise hard links between source and target will not work.
Media server integration
If you're using Unraid, you can add the included jellyplex-sync.sh script to the User Scripts plugin as a new custom script. This helper script pulls the latest container image (ghcr.io/sniner/jellyplex-sync:latest), removes any outdated images, and then runs the main sync operation.
At the very bottom of the script, you'll find the actual command that runs the container. Make sure to adjust the source and target paths to match your own media library structure.
⚠️ Important: The script runs in
--dry-runmode by default. This means it won't make any changes yet — it will only show what would happen. Once you're confident everything is working as expected, you can remove the--dry-runflag to perform real changes.
Although tailored for Unraid, this script can also be used on other NAS systems or Linux servers — simply schedule it as a cronjob to automate regular syncs or run it manually on demand. Docker must be installed for the script to work, as it relies on the containerized version of the tool.
Python CLI usage
If you install the Python package locally, you can run the tool as follows:
jellyplex-sync [OPTIONS] /path/to/jellyfin/library /path/to/plex/library
Options
-
--createCreate the target directory if it does not exist. -
--deleteRemove movie folders and stray files in the target that are not present in the source. -
--verboseShow informational messages about each operation. -
--debugEnable debug-level logging for detailed parsing and linking steps. -
--dry-runShow what would be done, without performing any actual changes. No files will be created, deleted, or linked. -
--convert-to=...Choose betweenjellyfin,plexorauto(which is the default):jellyfinassumes the source library is in Plex format and creates a Jellyfin-compatible mirror.plexdoes the opposite. Andautoinspects the source library and selects the appropriate conversion automatically.
Examples
Mirror a Jellyfin library into an empty Plex structure:
jellyplex-sync --create ~/Media/Jellyfin ~/Media/Plex
Mirror and remove anything in the Plex folder that no longer exists in Jellyfin:
jellyplex-sync --delete ~/Media/Jellyfin ~/Media/Plex
Verbose output with full debug information:
jellyplex-sync --verbose --debug --delete --create ~/Media/Jellyfin ~/Media/Plex
Behavior
-
Hard links: Video files are linked, not copied. This preserves disk space and ensures both libraries reflect the same physical files.
-
Asset folders: Subdirectories (e.g.,
other,interviews) are processed recursively with the same hard-link logic. NB: renameextrasfolder tootherin your Jellyfin library, because Plex does not recognizeextras. -
Stray items: When
--deleteis used, any unexpected files or folders in the target library will be removed.
Jellyfin movie library outline
This is the expected folder structure in your Jellyfin movie library. The script relies on it being consistent:
Movies
├── A Bridge Too Far (1977) [imdbid-tt0075784]
│ ├── A Bridge Too Far (1977) [imdbid-tt0075784].mkv
│ └── trailers
│ └── A Bridge Too Far.mkv
└── Das Boot (1981) [imdbid-tt0082096]
├── Das Boot (1981) [imdbid-tt0082096] - Director's Cut.mkv
├── Das Boot (1981) [imdbid-tt0082096] - Theatrical Cut.mkv
└── other
├── Production Photos.mkv
└── Making of.mkv
Each movie must reside in its own folder, with optional subfolders for extras. Different editions (e.g., Director's Cut, Theatrical Cut) must be named accordingly.
Special filename handling
Jellyfin doesn't distinguish between editions (e.g., Director's Cut) and versions (e.g., 1080p vs. 4K). To work around this, I appended tags like "DVD", "BD", or "4K" to filenames in my personal library, ensuring the highest quality appears first and is selected by default in Jellyfin. Plex, on the other hand, supports editions natively and handles different versions via naming patterns and its internal version management. These specific tags are converted into Plex versions, while all other suffixes are treated as editions.
This naming convention is something I came up with for my personal library — it's not part of any official Jellyfin standard. If your setup uses a different scheme, you may want to adjust the parsing behavior by switching to a different VariantParser, such as the simpler SimpleVariantParser.
Plex movie library outline
Plex follows a more structured naming convention than Jellyfin. While Jellyfin typically appends edition or variant information using a - (space-hyphen-space) pattern, Plex supports additional metadata inside curly braces for editions and square brackets for versions or other details.
Unlike Jellyfin, Plex’s naming system allows you to embed extra tags such as release source ([BluRay]), quality ([4K]), or codec ([HEVC]) directly in the filename. These tags are ignored by the default Plex scanners during media recognition, but remain visible in the interface — which makes them useful for organizing your collection without affecting playback or matching.
Note: This behavior applies to Plex's default scanner. If you use custom scanners or agents, they may treat these tags differently.
I originally started with a Jellyfin-style library and converted it to be Plex-compatible. Over time, I came to prefer Plex's more expressive naming conventions and switched my personal collection to follow the Plex format. I now use Jellyfin mainly as a fallback for long-term archival and offline use.
This is the expected folder structure in Plex format (with some demo tags):
Movies
├── A Bridge Too Far (1977) {imdb-tt0075784}
│ ├── A Bridge Too Far (1977) {imdb-tt0075784}.mkv
│ └── trailers
│ └── A Bridge Too Far.mkv
└── Das Boot (1981) {imdb-tt0082096}
├── Das Boot (1981) {imdb-tt0082096} {edition-Director's Cut} [1080p].mkv
├── Das Boot (1981) {imdb-tt0082096} {edition-Theatrical Cut} [1080p][remux].mkv
└── other
├── Production Photos.mkv
└── Making of.mkv
License
This project is licensed under the BSD 2-Clause License.
Disclaimer
This is a private project written for personal use. It doesn't cover all use cases or environments. Use at your own risk. Contributions or forks are welcome if you want to adapt it to your own setup.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jellyplex_sync-0.1.5.tar.gz.
File metadata
- Download URL: jellyplex_sync-0.1.5.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e07700cf1d93441e73d7037f4a19aca454ef2de55f0889de946ea1bfbebd7e92
|
|
| MD5 |
8ca31d32a55fa0c287ce36a197dfde98
|
|
| BLAKE2b-256 |
617da3979542613f677f412c83f851a6b296793d17aa287bd95d85bcb41a6eb7
|
File details
Details for the file jellyplex_sync-0.1.5-py3-none-any.whl.
File metadata
- Download URL: jellyplex_sync-0.1.5-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.15 {"installer":{"name":"uv","version":"0.11.15","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3a3971150a200e2e2280df9e35959a008a6fba0887f06ee2583d7db1ea573ef
|
|
| MD5 |
2b7f31d3ac09175a02b823d623df8120
|
|
| BLAKE2b-256 |
0a0175b8e4e4763fb27015f32c8314678a37cd14c396576b38494e947c31481a
|