From 76a0988d4541bcaaa6281bb9d7b28bb182623729 Mon Sep 17 00:00:00 2001 From: Brian Di Palma Date: Sat, 14 Aug 2021 23:08:22 +0100 Subject: [PATCH] Update Sonarr-recommended-naming-scheme.md --- docs/Sonarr/Sonarr-recommended-naming-scheme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/Sonarr-recommended-naming-scheme.md index 41bea2fea..c73b4e718 100644 --- a/docs/Sonarr/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/Sonarr-recommended-naming-scheme.md @@ -120,14 +120,25 @@ RESULT: `The Series Title! (2010)` -#### Optional Series Folder Format for the Plex TV Series Scanner +#### Recommended Series Folder Format for the Plex TV Series Scanner and Jellyfin This naming scheme is made to be compatible with the beta [Plex TV Series Scanner](https://forums.plex.tv/t/beta-new-plex-tv-series-scanner/696242){:target="_blank" rel="noopener noreferrer"} that now support IMDB and TVDB IDs in file names. +For Plex: + ```bash {Series TitleYear} [imdb-{ImdbId}] ``` +For Jellyfin: + +```bash +{Series TitleYear} [imdbid-{ImdbId}] +``` + +!!! note + Jellyfin also supports `[tmdbid-ID]` if IMDB does not have information on a series but The Movie DB does. This name can be set manually for those rare case as Sonarr does not support The Movie DB. + RESULT: `The Series Title! (2010) [imdb-tt1520211]`