From a0a598ead4422c0f9326f916d84bcd088d00a263 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 25 Apr 2021 19:31:18 +0200 Subject: [PATCH] Added: Optional Series Folder Format for the beta Plex TV Series Scanner ```yml Updated: Sonarr - Recommened naming scheme - Added: Optional Series Folder Format for the beta Plex TV Series Scanner ``` --- .../V3/Sonarr-recommended-naming-scheme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/Sonarr/V3/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/V3/Sonarr-recommended-naming-scheme.md index 23558fdfa..41bea2fea 100644 --- a/docs/Sonarr/V3/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/V3/Sonarr-recommended-naming-scheme.md @@ -120,6 +120,24 @@ RESULT: `The Series Title! (2010)` +#### Optional Series Folder Format for the Plex TV Series Scanner + +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. + +```bash +{Series TitleYear} [imdb-{ImdbId}] +``` + +RESULT: + +`The Series Title! (2010) [imdb-tt1520211]` + +!!! note + The officially supported format is `{imdb-{ImdbId}}` but plex should also support `(imdb-{ImdbId})` or `[imdb-{ImdbId}]`, though the above should work for now. IMDb IDs are going to be very accurate and rarely change, TVDB/TMDB IDs, on the other hand, do change or are removed more frequently. + +!!! info + It's actually not needed to add a ID to the folder or filename to use the beta Plex TV Series Scanner. + ------ ### Season Folder Format