From 0253b4b14a0affd83f26d623960322d47b484117 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 26 Nov 2022 11:45:02 +0100 Subject: [PATCH] Fixed: Emby/JF folder id - Fixed: Emby/JF folder id, being they don't support imdbid for tv shows --- docs/Sonarr/Sonarr-recommended-naming-scheme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Sonarr/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/Sonarr-recommended-naming-scheme.md index e090b6f9d..1bf14fce5 100644 --- a/docs/Sonarr/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/Sonarr-recommended-naming-scheme.md @@ -106,12 +106,12 @@ RESULT: For Jellyfin/Emby: ```bash -{Series TitleYear} [imdbid-{ImdbId}] +{Series TitleYear} [tvdbid-{TvdbId}] ``` RESULT: -`The Series Title! (2010) [imdbid-tt1520211]` +`The Series Title! (2010) [tvdbid-tt1520211]` !!! tip 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.