diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index 89564274e..b210e4f12 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -23,6 +23,10 @@ Once you clicked on the button it should look like this and you should see all t ![Unhide Advanced](images/unhide-advanced.png) +Finally, enable `Rename Movies` to reveal the movie renaming options. + +![Enable Rename Movies](images/radarr-enable-rename.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-enable-rename.png b/docs/Radarr/images/radarr-enable-rename.png new file mode 100644 index 000000000..571cdaae3 Binary files /dev/null and b/docs/Radarr/images/radarr-enable-rename.png differ diff --git a/docs/Sonarr/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/Sonarr-recommended-naming-scheme.md index 1a4709dfc..6c1809059 100644 --- a/docs/Sonarr/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/Sonarr-recommended-naming-scheme.md @@ -23,6 +23,10 @@ Once you clicked on the button it should look like this and you should see all t ![Unhide Advanced](images/unhide-advanced.png) +Finally, enable `Rename Episodes` to reveal the episode renaming options. + +![Enable Rename Episodes](images/sonarr-enable-rename.png) + ## Standard Episode Format ```bash diff --git a/docs/Sonarr/images/sonarr-enable-rename.png b/docs/Sonarr/images/sonarr-enable-rename.png new file mode 100644 index 000000000..bc872f8d5 Binary files /dev/null and b/docs/Sonarr/images/sonarr-enable-rename.png differ