From 850d100ba9b77495718dad552c4c4e9180f282bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kotiuk?= Date: Thu, 30 May 2024 22:54:33 +0200 Subject: [PATCH] docs: Directly state, that imdbid is not supported for shows --- docs/general/server/media/shows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/server/media/shows.md b/docs/general/server/media/shows.md index 73875965..155e96f7 100644 --- a/docs/general/server/media/shows.md +++ b/docs/general/server/media/shows.md @@ -9,7 +9,7 @@ The most common naming scheme for shows is categorizing the files by series and :::tip -In order to help with identifying a series, Jellyfin can make use of media provider identifiers. This can be specified in your show's folder name, for example: `Series Name (2018) [tmdbid-65567]` or `Series Name (2018) [tvdbid-65567]` +In order to help with identifying a series, Jellyfin can make use of media provider identifiers. This can be specified in your show's folder name, for example: `Series Name (2018) [tmdbid-65567]` or `Series Name (2018) [tvdbid-65567]` (`imdbid` is not supported for shows) :::