# Nightmare setting up my classic doctor who library

**URL:** https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222
**Category:** Metadata & Adding Files
**Tags:** server-synology
**Created:** [June 25, 2020, 9:48am UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222 "2020-06-25T09:48:12Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![slobdiddy](https://avatars.discourse-cdn.com/v4/letter/s/ce73a5/32.png) [@slobdiddy](https://forums.plex.tv/u/slobdiddy)
#### Post date: [June 25, 2020, 9:48am UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/1 "2020-06-25T09:48:12Z")

</div>

Hi again. I have a doctor who library containing every Classic doctor who 1963 - 89. I have animated versions for missing episodes - some unofficial, Now have these inside a Doctor who folder within my tv folder. I have dragged the first 18 series folders in. Within each series folder I have the numerically numbered folder for each story. Eg 1 An unearthly Child. 2. The daleks. Within these folders I have files labeled xxxx part 1 etc etc . Having allowed plex to scan these files all I get is 6 seasons and the episodes not properly sorted. Is there an easy way to sort this? I’ll rename every file if I need to, but would like some numeric labeling retained so I continue to know what order to watch in. Also Should I change the default search from Plex to TMDB

---

<div class="post-metadata">

### Author: ![tom80H](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/tom80h/32/19753_2.png) [@tom80H](https://forums.plex.tv/u/tom80H)
#### Post date: [June 25, 2020, 9:59am UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/2 "2020-06-25T09:59:26Z")

</div>

Best check out the respective [TheTVDb.com](http://TheTVDb.com) entries.  
[https://www.thetvdb.com/series/doctor-who](https://www.thetvdb.com/series/doctor-who)

Most often, those “cluster episodes” are split across multiple episodes – not multiple files of a single episode (e.g. “An Unearthly Child” is actually 4 episodes – not 1 episode split across 4 files).  
The official “aired order” structure and naming should look like this:

```auto
TV Shows <- the folder linked to your Plex Library
  Doctor Who
    Season 01
      Doctor Who - s01e01 - An Unearthly Child (1).ext <- 1st episode of "An Unearthly Child"
      Doctor Who - s01e02 - The Cave of Skulls (2).ext <- 2nd episode of "An Unearthly Child"
      Doctor Who - s01e03 - The Forest of Fear (3).ext <- 3rd episode of "An Unearthly Child"
      Doctor Who - s01e04 - The Firemaker (4).ext <- 4th episode of "An Unearthly Child"

      Doctor Who - s01e05 - The Dead Planet (1).ext <- 1st episode of "The Daleks"
      ...

```

_Where `.ext` is the file extension_

# 

It’s possible to use DVD order in which case the 4 “An Unearthly Child” episodes are grouped as 1 season etc. – personally I’d not go down that rabbit hole as DVD order basically just covers the first 13 episodes, leaving a total of 810 episodes “unassigned” (similarly, “Absolute Order” leaves 682 episodes unassigned.

# 

There’s apps that can help you with the re-naming of your files if needed (FileBot is one of them).

---

<div class="post-metadata">

### Author: ![slobdiddy](https://avatars.discourse-cdn.com/v4/letter/s/ce73a5/32.png) [@slobdiddy](https://forums.plex.tv/u/slobdiddy)
#### Post date: [June 25, 2020, 7:50pm UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/3 "2020-06-25T19:50:25Z")

</div>

Many thanks this has solved my problem - I paid for filebot. Still taking a while as my file labelling was just so bad before.

For some doctor who missing episodes I have two versions - for example I have “Mission to the unknown” in a recreated version or animated version. If I label two files the same way will I just get two instances of the same content in plex?

Also, how do I label media for the rare occasions that I have a a combined file containing 4 episodes?

Many thanks!

---

<div class="post-metadata">

### Author: ![tom80H](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/tom80h/32/19753_2.png) [@tom80H](https://forums.plex.tv/u/tom80H)
#### Post date: [June 25, 2020, 8:05pm UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/4 "2020-06-25T20:05:16Z")

</div>

## Multiple versions of the same episode…

You can use the file name suffix to distinguish different versions of one episode. Keep in mind that Plex will not use that part of the file name… inside Plex this will show as different versions and you have the option to pick one when you start playback.  
The `Play Version` dialog will provide you only with some technical details (e.g. bitrates and resolution) to distinguish the files – not the file name or name suffix.

```auto
TV Shows
  Doctor Who
    Season 03
      Doctor Who - s03e05 - Recreated Version.ext
      Doctor Who - s03e05 - Animated Version.ext

```

## Multi-Episode files

You can name the file so Plex knows this is multiple episodes. This will result in each episode being displayed in your library.  
However… Plex has no idea where each episode starts within the file… so you might run into a situation where the same file plays again.

```auto
TV Shows
  Doctor Who
    Season 01
      Doctor Who s01e01-e04 - An Unearthly Child.ext

```

**Schema:** `Show Name` \> `Season XX` \> `Show Name - sXXeYY-eZZ.ext`  
_Where `XX` is the season number, `YY` is the number of the 1st episode and `ZZ` is the number of the final episode in that group_

If the different episodes can be recognized e.g. by chapter markers, you could consider splitting them in 1 episode per file.

# 

> **[Naming and Organizing Your TV Show Files | Plex Support](https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/)**
>
> The scanners and metadata agents used by Plex will work best when your major types of content are separated from...

---

<div class="post-metadata">

### Author: ![slobdiddy](https://avatars.discourse-cdn.com/v4/letter/s/ce73a5/32.png) [@slobdiddy](https://forums.plex.tv/u/slobdiddy)
#### Post date: [June 26, 2020, 10:48am UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/5 "2020-06-26T10:48:24Z")

</div>

This is brilliant Tom thanks so much. One final thing I’m struggling with… for Resurrection of the daleks there are 4 episodes but it is only recorded in the database as two as there were two per night. I therefore need to get 4 episodes into two titles

Doctor Who - S21E11 - Resurrection of the Daleks (1)  
Doctor Who - S21E12 - Resurrection of the Daleks (2)

So I somehow need to have part a and part b for each episode. Can you help?

Many thanks again. I’m up to Season 21 of 26 so almost done!

---

<div class="post-metadata">

### Author: ![nice1stu](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/nice1stu/32/334808_2.png) [@nice1stu](https://forums.plex.tv/u/nice1stu)
#### Post date: [June 26, 2020, 11:32am UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/7 "2020-06-26T11:32:49Z")

</div>

If I understand right, you have 2 files for ep 11 and 2 files for ep 12.(4 files under 2 tiles) This is from the Plex page, this part I think is specific to your issue. Hope I got your issue right and this helps. I read your post again and maybe confusing myself. Do you have 2 files, that are suppose to be 4 episodes? If that is the case, on the same picture under Season 02 you can see there is 1 file that is 3 episodes, it’s named S02e01-e03.avi This will show on plex as 3 episodes even though it is 1 file. That is how to solve it if that is the problem.

 ![Naming and Organizing Your TV Show Files _ Plex Support - Vivaldi 26_06_2020 13_22_57](https://global.discourse-cdn.com/plex/original/3X/5/9/59128c585f880ec493ee7b26184e085a4839ce4f.png)

---

<div class="post-metadata">

### Author: ![tom80H](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/tom80h/32/19753_2.png) [@tom80H](https://forums.plex.tv/u/tom80H)
#### Post date: [June 26, 2020, 12:00pm UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/8 "2020-06-26T12:00:42Z")

</div>

I suppose @nice1stu provided the correct answer to that problem 😉  
From what I can see on [TheTVDb.com](http://TheTVDb.com), this 2-episode story consists consists of “double-length” episodes (45 minutes per episode vs. the usual 25 minutes for the show).

If you got those episodes as multiple files, naming could/should look like this:

```auto
TV Shows
  Doctor Who
    Season 21
      Doctor Who - s21e11 - Resurrection of the Daleks (1) - pt1.ext
      Doctor Who - s21e11 - Resurrection of the Daleks (1) - pt2.ext
      Doctor Who - s21e12 - Resurrection of the Daleks (2) - pt1.ext
      Doctor Who - s21e12 - Resurrection of the Daleks (2) - pt2.ext

```

# 

**Some notes:**

- For this to work, your files need to have the same type and streams (e.g. video, audio and subtitle streams in the same order within each file).
- Naming of the files must be identical except for the suffix ` - ptX` (instead of `pt` you can also use `cd`, `disc`, `disk`, `dvd` or `part`)
- you can stack up to 8 files to a single item

See “Episodes Split Across Multiple Files” in this support article:  
[https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/#toc-5](https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/#toc-5)

# 

**Recommendation:**  
Keep in mind not all players can deal with files stacked that way. Personally I think it’s best to actually merge those files (link to how to join multi-part video files with MKVToolnix is also described in the support article above).

---

<div class="post-metadata">

### Author: ![slobdiddy](https://avatars.discourse-cdn.com/v4/letter/s/ce73a5/32.png) [@slobdiddy](https://forums.plex.tv/u/slobdiddy)
#### Post date: [June 26, 2020, 2:05pm UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/9 "2020-06-26T14:05:37Z")

</div>

Worked a treat - cant thank you enough Tom!

---

<div class="post-metadata">

### Author: ![TCIB](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/tcib/32/132942_2.png) [@TCIB](https://forums.plex.tv/u/TCIB)
#### Post date: [July 16, 2020, 4:48pm UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/10 "2020-07-16T16:48:03Z")

</div>

If I am not mistaken it originally aired as two episodes but whenever it was repeated, it was edited into the more traditional four episodes. The DVD release included both versions.

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/plex/original/3X/2/a/2acb9765406f63293d357b4ec509ec39aa28f2ad.png) [@system](https://forums.plex.tv/u/system)
#### Post date: [October 14, 2020, 4:48pm UTC](https://forums.plex.tv/t/nightmare-setting-up-my-classic-doctor-who-library/607222/11 "2020-10-14T16:48:08Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
