diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index acc0a0ace..5c1be32a4 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -13,6 +13,16 @@ The Tokens not available in the release won't be used/shown. ------ +## Preparation + +Go to `Settings` => `Media Management` and make sure that `Show Advanced` at the top is enabled. + +![Enable Advanced](images/radarr-show-adavanced.png) + +Once you clicked on the button it should look like this and you should see all the advanced options. + +![Unhide Advanced](images/unhide-advanced.png) + ## Standard Movie Format This naming scheme is made to be compatible with the [New Plex Agent](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517){:target="_blank" rel="noopener noreferrer"} that now supports IMDb and TMDb IDs in filenames, if you don't need it or want it just remove `{imdb-{ImdbId}}` diff --git a/docs/Radarr/images/radarr-show-adavanced.png b/docs/Radarr/images/radarr-show-adavanced.png new file mode 100644 index 000000000..8433c70dd Binary files /dev/null and b/docs/Radarr/images/radarr-show-adavanced.png differ diff --git a/docs/Radarr/images/unhide-advanced.png b/docs/Radarr/images/unhide-advanced.png new file mode 100644 index 000000000..db2c4e3f3 Binary files /dev/null and b/docs/Radarr/images/unhide-advanced.png differ diff --git a/docs/Sonarr/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/Sonarr-recommended-naming-scheme.md index 571bac230..9f9a94967 100644 --- a/docs/Sonarr/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/Sonarr-recommended-naming-scheme.md @@ -13,6 +13,16 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc. ------ +## Preparation + +Go to `Settings` => `Media Management` and make sure that `Show Advanced` at the top is enabled. + +![Enable Advanced](images/sonarr-show-adavanced.png) + +Once you clicked on the button it should look like this and you should see all the advanced options. + +![Unhide Advanced](images/unhide-advanced.png) + ## Standard Episode Format ```bash diff --git a/docs/Sonarr/images/sonarr-show-adavanced.png b/docs/Sonarr/images/sonarr-show-adavanced.png new file mode 100644 index 000000000..b95ae763b Binary files /dev/null and b/docs/Sonarr/images/sonarr-show-adavanced.png differ diff --git a/docs/Sonarr/images/unhide-advanced.png b/docs/Sonarr/images/unhide-advanced.png new file mode 100644 index 000000000..754d2669b Binary files /dev/null and b/docs/Sonarr/images/unhide-advanced.png differ