Plex2Jellyfin cover

Description

plex2jellyfin wordmark

plex2jellyfin helps clean up media libraries that worked in Plex but do not scan cleanly in Jellyfin. It scans existing movie and TV libraries, finds duplicate media, consolidates TV series split across drives, and previews cleanup plans before files are moved or deleted.

plex2jellyfin dashboard

After migration, the daemon watches download folders and organizes new arrivals into Jellyfin-compatible paths. It parses release names, strips release tags, creates standard movie and TV folder structures, and can notify Sonarr, Radarr, and Jellyfin after imports.

The project ships a Linux CLI, systemd daemon, web UI on port 5522, TUI installer, Docker image, and AUR package. The web UI includes setup, dashboard, queue, activity, trace, scheduler, duplicate review, consolidation, and settings pages.

plex2jellyfin consolidation view

A companion Jellyfin plugin closes the feedback loop. It sends item and playback events back to plex2jellyfin so the tool can confirm that Jellyfin recognized organized files, detect orphaned media, and avoid moving files during playback. Path mappings support Docker and host path differences.

Optional Ollama integration helps review low-confidence filename parses before rename plans run.

plex2jellyfin scheduler view

Detailed description - no inline images fallback: plex2jellyfin helps clean up media libraries that worked in Plex but do not scan cleanly in Jellyfin. It scans existing movie and TV libraries, finds duplicate media, consolidates TV series split across drives, and previews cleanup plans before files are moved or deleted.

After migration, the daemon watches download folders and organizes new arrivals into Jellyfin-compatible paths. It parses release names, strips release tags, creates standard movie and TV folder structures, and can notify Sonarr, Radarr, and Jellyfin after imports.

The project ships a Linux CLI, systemd daemon, web UI on port 5522, TUI installer, Docker image, and AUR package. The web UI includes setup, dashboard, queue, activity, trace, scheduler, duplicate review, consolidation, and settings pages.

A companion Jellyfin plugin closes the feedback loop. It sends item and playback events back to plex2jellyfin so the tool can confirm that Jellyfin recognized organized files, detect orphaned media, and avoid moving files during playback. Path mappings support Docker and host path differences. Optional Ollama integration helps review low-confidence filename parses before rename plans run.

Share this plugin

Embed Badge

Add this badge to your README to link back to your hub page:

Listed on JellyWatch Hub

Installation Instructions

The quickest path is the interactive TUI installer:

curl -sSL https://raw.githubusercontent.com/Nomadcxx/plex2jellyfin/main/install.sh | sudo bash

The installer builds and installs the CLI, daemon, web UI, and setup wizard. Re-run it to update; existing config is preserved.

Docker

services:
  plex2jellyfin:
    image: ghcr.io/nomadcxx/plex2jellyfin:latest
    container_name: plex2jellyfin
    environment:
      - PUID=1000
      - PGID=1000
    volumes:
      - ./config:/config
      - /path/to/downloads:/watch
      - /path/to/media:/library
    ports:
      - "5522:5522"
    restart: unless-stopped

Then open:

http://<host>:5522/

Finish setup in the browser. Use container paths such as /watch/... and /library/... in the wizard.

Arch Linux

yay -S plex2jellyfin

or:

paru -S plex2jellyfin

Then finish setup with the web or CLI wizard.

Comments (0)

No comments yet. Be the first to share your thoughts!

Details

Plex2Jellyfin

jellyfinby rama 4
GitHub Stars 2
Approved
Submitted

Similar Plugins

Jellyfin Auto Collections Tool

975

Automatically makes and updates collections based on internet lists such as IMDb and Letterboxd.

Auto Collections

945

Automatically creates and maintains dynamic collections based on flexible criteria.

Media Cleaner

766

Automatically removes played media after a specified time period to keep storage under control.

Jellyfin Powertoys

722

A collection of plugins to enhance Jellyfin with additional features and tools.