Merge pull request #312 from briandipalma/patch-2

Update Sonarr-recommended-naming-scheme.md
pull/315/head
TRaSH 3 years ago committed by GitHub
commit 08685510f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -120,9 +120,11 @@ RESULT:
`The Series Title! (2010)`
#### Optional Series Folder Format for the Plex TV Series Scanner
#### Optional 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.
This naming scheme is made to be compatible with the New [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}]
@ -133,10 +135,20 @@ 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.
The officially supported format is `{imdb-{ImdbId}}` but plex should also support `(imdb-{ImdbId})` or `[imdb-{ImdbId}]`, though the above should work for now, It's actually not needed to add a ID to the folder or filename to use the New Plex TV Series Scanner.
For Jellyfin:
```bash
{Series TitleYear} [imdbid-{ImdbId}]
```
RESULT:
`The Series Title! (2010) [imdbid-tt1520211]`
!!! info
It's actually not needed to add a ID to the folder or filename to use the beta Plex TV Series Scanner.
!!! 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.
------

Loading…
Cancel
Save