LocalNode
How it worksDemoAppsPricingFAQShop now
← All guides
Home/Community/Organizing Your Jellyfin Library the Right Way

Organizing Your Jellyfin Library the Right Way

Media
Beginner
5 min read
Published: May 7, 2026

Was this helpful?

Help us improve our community guides.

In this guide

  • Overview
  • Naming and organizing Movies
  • Naming and organizing TV Shows
  • Handling extras and deleted scenes
  • Next Steps

Need direct help?

LocalNode Care Plan members get priority remote support.

Email Support →

More in Media

Adding Your Movie and Tv Collection to Jellyfin

Adding Your Movie and Tv Collection to Jellyfin — Step-by-step guide for your LocalNode.

5 min read

Automating Subtitles with Bazarr

Automating Subtitles with Bazarr — Step-by-step guide for your LocalNode.

5 min read

Best Jellyfin Plugins to Install

Best Jellyfin Plugins to Install — Step-by-step guide for your LocalNode.

5 min read
LocalNode

Plug-and-play home server. Your data, your hardware, your rules.

Product

How it worksDemoAppsCommunityPricingFAQ

Support

ContactShipping & ReturnsTrack Order

Legal

Privacy PolicyTerms of ServiceShipping Policy
© 2026 LocalNode. Built for people who value their privacy.Denton, TX · hello@localnode.tech

If Jellyfin is downloading the wrong movie posters, grouping episodes incorrectly, or failing to see your files entirely, it is almost certainly a folder structure issue. Following the official naming conventions fixes 99% of metadata problems.

Overview

Jellyfin relies on scanners to read your file names and match them against online databases like TMDB or TheTVDB. If your files look like Inception.2010.1080p.BluRay.x264-YTS.mp4, the scanner has to guess which part is the title. Providing a clean folder structure takes out the guesswork.

⚠️ Warning: Never mix Movies and TV Shows in the same folder. Jellyfin uses completely different scanners for them. You must have a root /Movies folder and a root /TV Shows folder.

Naming and organizing Movies

Every movie should have its own folder. The folder name should be the exact title of the movie, followed by the release year in parentheses. The video file inside the folder should have the exact same name.

Correct Structure:

/Movies /Inception (2010) Inception (2010).mp4 /The Matrix (1999) The Matrix (1999).mkv

Adding the year is critical. There are often multiple movies with the same name (e.g., Dune (1984) vs Dune (2021)). The year guarantees Jellyfin downloads the right poster.

Naming and organizing TV Shows

TV Shows are more complex because they have seasons and episodes. You must create a folder for the Show, then sub-folders for each Season, and finally the episode files inside those.

Correct Structure:

/TV Shows /Breaking Bad (2008) /Season 1 Breaking Bad - S01E01.mp4 Breaking Bad - S01E02.mp4 /Season 2 Breaking Bad - S02E01.mp4

💡 Tip: The episode files MUST contain the S01E01 (Season 1, Episode 1) format. Do not use 1x01 or just 01. The standard `SXXEYY` format is the only one guaranteed to work perfectly every time.

Handling extras and deleted scenes

If you ripped a DVD and have a bunch of behind-the-scenes interviews or deleted scenes, you don't want them showing up as standalone movies in your library.

To fix this, create a folder named extras or behind the scenes inside the specific movie's folder, and place the video files inside it.

/Movies /Inception (2010) Inception (2010).mp4 /behind the scenes Making Of The Dream World.mp4 /deleted scenes Extended cafe scene.mp4

Jellyfin will now hide these files from the main library view, and instead show them as clickable bonus features at the bottom of the Inception movie page.

Jellyfin Live TV guide excerpt illustrating rich metadata layouts similar to movie detail pages.
Illustration from archived Jellyfin documentation (GPL-2.0); current Jellyfin UI may differ slightly.

Next Steps

  • Fixing Jellyfin metadata manually
  • Automating your folder organization with Radarr and Sonarr

Need help? Email hello@localnode.tech or visit localnode.tech/contact.