Organize TV Shows in Plex: Naming, Order, and Extras (2026)

If you searched "plex how to organize tv shows" because half your library is showing up as "Unmatched," duplicate seasons, or episodes in the wrong order, you are in the right place. I have been running a 14 TB Plex server since 2018, and in 2026 the rules are stricter than ever: the Plex TV Series agent has replaced the old TheTVDB agent by default, and tiny naming mistakes now cost you entire seasons. This guide walks through the exact folder tree Plex expects, the naming templates for every edge case (specials, multi-part episodes, date-based shows), the "Plex Dance" fix for stubborn mismatches, agent selection, and the batch workflow I actually use to clean up a messy library in one afternoon.
how to organize tv shows in Plex

In short, Plex organizes TV shows reliably when the library points to a simple TV root, each series has its own folder, season and episode codes follow a predictable pattern, and the selected episode order matches the database. The reliable pattern is filesystem simplicity first, Plex-side grouping second.

Why Plex TV Organization Breaks

Plex relies on recognizable folder and filename patterns, then uses the selected metadata source and episode order to identify each series. When those signals conflict, a show may be unmatched, split into duplicate entries, or assigned the wrong episode information. Problems usually begin for three reasons:

  • Files arrive from mixed sources (rips, downloads, old Kodi libraries) over the years, each with its own naming style.
  • Season folders get labeled inconsistently: "Season 01", "season1", "s01", or just loose files in the show root.
  • Leftover metadata sidecars (.nfo, .xml, or stale subtitle files) can conflict with a local metadata workflow or an agent configured to read them.

The fix is not to build elaborate status, genre, or franchise folders. I recommend keeping scanner-facing folders limited to one folder per show, then using Plex collections for franchises or other conceptual groups and playlists for a chosen viewing sequence. For broader home-library planning beyond Plex's scanner rules, see our organizing TV shows walkthrough.

The Three Naming and Sorting Nightmares

Files such as The Office (US) S01 E01-E06.mp4 and the.office.us.season1.ep7.avi provide inconsistent matching signals and can cause Plex to split one series into multiple entries. Watch for:

  • Mixed episode codes: S01E01, 1x01, Episode 1, Ep.01 all in one folder.
  • Mixed season folder names: Season 01 vs season1 vs no folder at all.
  • Specials (holiday episodes, making-of, pilots) dumped into Season 1 instead of Season 00.

Multiply that across a few seasons and even you cannot find anything.

The Most Overlooked Mistake: Mixed Metadata

Even when filenames look correct, old .nfo or .xml files can introduce conflicting episode information if the library uses a local metadata workflow or an agent that reads those files. If Plex still misbehaves, review sidecars and the selected episode order before renaming the files again.

The Plex-Documented Folder Structure

Plex folder tree for Breaking Bad with seasons, SxxExx episodes, specials, and extras

Before scanning, create a TV Shows library, select the folder directly above the individual show folders, and keep movies and TV shows in separate library roots. The following season-based structure follows Plex's documented naming pattern:

/TV Shows
   /Show Name (Year)
      /Season 01
          Show Name (Year) - S01E01.ext
          Show Name (Year) - S01E02.ext
      /Season 02
          Show Name (Year) - S02E01.ext

Real example:

/TV Shows
   /Breaking Bad (2008)
      /Season 01
          Breaking Bad (2008) - S01E01.mkv
          Breaking Bad (2008) - S01E02.mkv
      /Season 02
          Breaking Bad (2008) - S02E01.mkv

Recommended rules:

  • Include the release year when a title is ambiguous, such as Battlestar Galactica (2004) and Battlestar Galactica (1978).
  • Use consistent season folders such as Season 01 and Season 02.
  • Keep season-based episodes inside the appropriate season folder rather than mixing them into the show root.

Standard Episode Naming

Plex's scanner is a regex machine. Give it predictable patterns and it will reward you.

Standard episode:

Show Name (Year) - S01E01.ext

Optional episode title for readability:

Band of Brothers (2001) - S01E01 - Currahee.mkv

Multiple Episodes and Split Files

For one physical file containing multiple episodes, use a range such as:

Show Name (Year) - S02E18-E19.ext

Plex may create a separate library entry for each episode while playing the full combined file from either entry. Correct syntax cannot fully reconcile one physical file with database-level episode granularity, so splitting the file is preferable when practical.

When one episode is divided into multiple files, use Plex's split-part syntax consistently:

Show Name (Year) - S01E01 - part1.ext
Show Name (Year) - S01E01 - part2.ext

Quick-reference rules:

  • Use two-digit season and episode numbers, such as S01E01 rather than S1E1.
  • The file extension does not determine matching. Containers, codecs, audio, and subtitles instead affect direct play and transcoding on each client.
  • Keep show titles, years, season folders, and episode codes consistent with the selected database order.

Specials, Mini-Series, and Multi-Part Episodes

Specials are Plex's most common Edge case. They belong in Season 00 — not Season 1, not the show root.

/Breaking Bad (2008)
   /Season 00
       Breaking Bad (2008) - S00E01.mkv   (holiday special)
       Breaking Bad (2008) - S00E02.mkv   (making-of)

Mini-series and single-season limited shows: treat them like a regular Season 01. Name files S01E01, S01E02, etc.

Practical check: Before naming a special, confirm its number in the episode order selected for that series. If the chosen order lists a Christmas special as S00E05, use S00E05 rather than creating a custom number.

Date-Based Shows (Daily Talk, Late Night, News)

Shows without a traditional season structure — The Daily Show, SNL weekly segments, nightly news — use date-based naming. The show folder is unchanged, but files look like:

/The Daily Show (1996)
   /Season 2026
       The Daily Show (1996) - 2026-04-13 - Guest Name.mkv

The scanner treats YYYY-MM-DD as the episode identifier. Make sure the library's agent supports date-based scanning (the default Plex TV Series agent does). Without the right agent, date-based episodes appear as unmatched.

Show, Season, and Episode Extras

Plex can associate local extras at three levels. Show-level extras can use a suffix in the show folder or a supported extras subfolder:

/Breaking Bad (2008)
   Breaking Bad (2008) - trailer.mkv
   /Behind The Scenes
       Making the Series.mkv

Season-level extras belong inside the relevant season folder, typically in a supported extras subfolder:

/Breaking Bad (2008)
   /Season 01
       /Featurettes
           Season 1 Overview.mkv

Episode-level extras use the episode filename followed by an extras suffix:

Breaking Bad (2008) - S01E01 - deleted.mkv

Common types include trailers, behind-the-scenes videos, deleted scenes, featurettes, and interviews. Show-level extras have broader client support; season- and episode-level extras are not displayed uniformly across all Plex clients.

Choose the Correct Episode Order

Plex Web Advanced settings with TMDB and TVDB episode-order choices

The Plex TV Series agent uses TMDB aired order by default, but a library or individual series can use TVDB ordering when its season and episode numbering better matches your files. In Plex Web, open the TV library or series settings, choose Advanced, and review the available episode-order setting before renaming anything.

TMDB, TVDB, and Alternate Orders

Use the order that matches how the release is divided. TVDB ordering may resolve DVD-order differences or specials placed differently from TMDB. Plex Media Server 1.40.4 or newer may also expose series-specific TVDB alternate orders when available. I recommend changing the selected order rather than inventing custom episode numbers that do not exist in the chosen database.

For a long-running library, test the order change on one series and verify its episodes, specials, and watch-state continuity before applying broader changes.

TV Show Editions and Match IDs

When a title is ambiguous, append a TMDB or TVDB ID in curly braces to the show folder:

/The Office (2005) {tmdb-2316}
/Sherlock (2010) {tvdb-176941}

The ID gives Plex a direct matching hint instead of relying on the title alone.

For a distinct edition of an entire show, add {edition-Edition Title} at the show-folder level, for example Show Name (Year) {edition-Extended}. An edition applies to the whole show, not an individual season or episode, and should not be used merely to label resolution, codec, or routine per-season differences.

The Plex Dance for Stubborn Matches

Plex Dance sequence for removing, rescanning, restoring, and rematching a TV show

The Plex Dance is a disruptive cache-and-rematch workflow, not a routine organization step. First verify the folder and filename pattern, selected episode order, match ID, and relevant sidecars, then try Fix Match or a metadata refresh when available. Use the following process only if those lower-risk checks fail:

  1. Stop Plex Media Server.
  2. Move the problem show's folder out of the TV Shows directory (to a temporary location).
  3. Start Plex, let the library scan — the show should disappear.
  4. Empty the library Trash (Settings → Library → Empty Trash).
  5. Stop Plex again, move the folder back.
  6. Start Plex and trigger a rescan.

Plex then treats the returned folder as newly discovered content and performs a fresh match. Because this process can replace cached metadata and associations, verify one problem show before using it elsewhere in the library.

Manual Fixes vs Batch Automation

Manual Plex cleanup compared with FileBot and TinyMediaManager batch renaming

Protect the existing library first: back up the Plex data directory, test one show, preserve a map of old and proposed filenames, and verify the result before changing a full season or series.

For personal backups and other files you are authorized to process, use naming tools only where permitted by applicable law and source terms. You remain responsible for the content and any copyright restrictions.

Batch renaming is useful when a tool such as FileBot or TinyMediaManager can preview proposed matches before files move or change names. Export or save the proposed mapping, apply it to a small sample, and inspect specials, multi-episode files, and ambiguous disc titles manually. In my view, automation is appropriate only when its decisions can be reviewed and reversed.

Manual cleanup is safer for rare specials, uncertain episode orders, unnamed physical-media files, mixed sidecars, and any show whose database match remains ambiguous.

Standardize Playback Files with UniFab

Folder names and episode codes determine Plex matching; containers and codecs determine whether a client can direct-play a file or must transcode it. For authorized local files that need playback standardization, a free video converter can create a more consistent set of playback files without replacing the naming workflow.

MP4 vs MKV: Matching and Playback

ContainerEffect on Plex matchingPlayback considerationsAudio and subtitle flexibilityTypical fit
MP4None; matching depends on folders and filenamesOften convenient for clients with narrower container supportSupports common audio and subtitle combinations, but complex tracks may require planningLibraries prioritizing broad client compatibility
MKVNone; matching depends on folders and filenamesDirect play depends on the codecs and the specific Plex clientWell suited to multiple audio tracks, subtitle tracks, and disc-style mediaLibraries preserving flexible track combinations

Choose MP4 or MKV around the actual playback capabilities of your Plex clients, not as a way to improve scanner matching.

Separate Naming from Format Conversion

Use a previewable renaming tool or a careful manual workflow to establish Plex-compatible folders and filenames first. UniFab TV Show Converter can then support local-file format standardization, but it does not replace Plex's naming, episode-order, or matching rules.

UniFab TV Show Converter interface

Complete the naming and match review before conversion so the processed files retain a folder structure and episode pattern that Plex can recognize.

A Practical UniFab Workflow

UniFab TV Show Converter is a desktop app for Windows and Mac that can standardize authorized local episodes to MP4 or MKV, with output up to 4K. Its relevant role here is local playback preparation, not Plex matching.

  1. Finish and preview the folder and filename changes with a dedicated naming tool or manual process.
  2. Import a representative episode that you are authorized to process.
  3. Choose MP4 or MKV based on the audio, subtitle, and client requirements described above.
  4. Process the sample locally and confirm direct play, subtitles, audio tracks, and watch-state behavior in Plex.
  5. Apply the same playback settings to the remaining episodes only after the sample works as intended.

Optional Quality Processing

If authorized older episodes also need local quality processing, consider an AI video upscaler only after naming and playback compatibility are settled. Quality processing does not change how Plex identifies the show or its episode order.

When UniFab Is Not a Fit

UniFab is unnecessary when filenames alone need correction or when the existing files already direct-play well on every relevant client. In those cases, preserve the files and use a previewable naming workflow instead.

How to Use UniFab TV Show Converter

30-day Free Trial

Full feature access, without watermark!

Step 1

After installing UniFab, launch the application and navigate to the TV Show Converter section. Click the upload button to start adding your files.

how to organize tv shows - step1
Step 2

Locate the folder containing your TV shows or episodes. Select the files you want to organize and upload them into UniFab. Adjust your settings as desired, then hit the Start button.

how to organize tv shows - step2
Step 3

Once the conversion finishes, check your chosen output folder. Alongside your video files, you'll see a system info file that stores the metadata for each show or episode, helping keep everything organized.

Plex TV Organization FAQ

Will reorganizing my folders erase my Plex watch history?

Changing paths does not necessarily erase watch history, but a large move can cause Plex to treat files as removed and newly added if matches change. Back up the Plex data directory, reorganize one show first, scan it, and verify its match and watch state before changing the rest of the library.

Should a TV franchise use folders, collections, or playlists?

Keep the filesystem scanner-friendly with one folder per individual show. Use a Plex collection to group shows from the same franchise or fictional universe, and use a playlist when you want a specific viewing sequence across shows or seasons. Avoid placing separate series inside one franchise folder unless each show remains directly visible to the library root.

How can I identify unnamed MakeMKV episode files?

For discs you own and may lawfully back up, compare the disc order, running times, chapter structure, and episode descriptions with the selected TMDB or TVDB order. Create a proposed filename map and spot-check each file before renaming it. Follow applicable law and disc terms; you are responsible for confirming that you have permission to process the content.

Can I preview a batch rename before changing my library?

Yes. Use a dry-run or preview mode, save the proposed old-to-new filename mapping, and apply it to one show first. Keep the original filenames until Plex confirms the expected matches. Review specials, combined episodes, and uncertain physical-media titles manually rather than accepting every proposed match.

avatar
Harper Seven
UniFab Editor
Harper joined the UniFab team in 2024 and focuses on video technology–related content. With a blend of technical insight and hands-on experience, she produces authoritative software reviews, clear user guides, technical blogs, and video tutorials that help users better understand and work with modern video tools. Outside of work, Harper enjoys photography, outdoor activities, and video editing, often exploring visual storytelling through creative practice.