Skip to content

Commit

Permalink
Merge pull request #820 from JPVenson/JPVenson-patch-1
Browse files Browse the repository at this point in the history
clarified series file name
  • Loading branch information
Shadowghost authored Jan 8, 2024
2 parents ce2c71e + fa6a914 commit c737843
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions docs/general/server/media/shows.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ In order to help with identifying a series, Jellyfin can make use of media provi

```txt
Shows
├── Series (2010)
├── Series Name A (2010)
│ ├── Season 00
│ │ ├── Some Special.mkv
│ │ ├── Episode S00E01.mkv
│ │ └── Episode S00E02.mkv
│ │ ├── Series Name A S00E01.mkv
│ │ └── Series Name A S00E02.mkv
│ ├── Season 01
│ │ ├── Episode S01E01-E02.mkv
│ │ ├── Episode S01E03.mkv
│ │ └── Episode S01E04.mkv
│ │ ├── Series Name A S01E01-E02.mkv
│ │ ├── Series Name A S01E03.mkv
│ │ └── Series Name A S01E04.mkv
│ └── Season 02
│ ├── Episode S02E01.mkv
│ ├── Episode S02E02.mkv
│ ├── Episode S02E03 Part 1.mkv
│ └── Episode S02E03 Part 2.mkv
└── Series (2018)
├── Episode S01E01.mkv
├── Episode S01E02.mkv
├── Episode S02E01-E02.mkv
└── Episode S02E03.mkv
│ ├── Series Name A S02E01.mkv
│ ├── Series Name A S02E02.mkv
│ ├── Series Name A S02E03 Part 1.mkv
│ └── Series Name A S02E03 Part 2.mkv
└── Series Name B (2018)
├── Series Name B S01E01.mkv
├── Series Name B S01E02.mkv
├── Series Name B S02E01-E02.mkv
└── Series Name B S02E03.mkv
```

:::note
Expand All @@ -44,6 +44,14 @@ Avoid special characters such as \* in M\*A\*S\*H, use MASH instead.

:::note

Do not mix episodes inside season folders and episodes on the Series root folder.

Do not abbriviate the Season folder with `S01` or `SE01` or alike.

:::

:::note

Season folders shouldn't contain the series name, otherwise Jellyfin can in certain cases (Stargate SG-1 due to the dash and one, for instance) misdetect your episodes and put them all under the same season.

:::
Expand Down

0 comments on commit c737843

Please sign in to comment.