From 3e26d5a66730d9458cd584b58b2af8b05a524f67 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 16 Jan 2021 11:17:01 +0100 Subject: [PATCH] Reviewed PR and transferred changes to Radarr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ```yml Updated: Sonarr Recommended naming scheme - Changes: Clarify grammar PR ``` ```yml Updated: Radarr Recommended naming scheme - Changes: Clarify grammar PR ``` ```yml Security Fixes: prevent a type of phishing known as tabnabbing. - Added: noopener noreferrer to external URL redirects (others pages will follow soon) - Info: Tabnabbing, sometimes called reverse tabnabbing, is an exploit that uses the browser's default behavior with target="_blank" to gain partial access to your page through the window.object API. With tabnabbing, a page that you link to could cause your page to redirect to a fake login page. This would be hard for most users to notice because the focus would be on the tab that just opened – not the original tab with your page. ``` --- .../V3/Radarr-recommended-naming-scheme.md | 18 +++++++++++------- .../V3/Sonarr-recommended-naming-scheme.md | 6 ++---- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/Radarr/V3/Radarr-recommended-naming-scheme.md b/docs/Radarr/V3/Radarr-recommended-naming-scheme.md index 12df5b72d..43e42d8a4 100644 --- a/docs/Radarr/V3/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/V3/Radarr-recommended-naming-scheme.md @@ -1,10 +1,14 @@ # Recommended naming scheme -Often on Radarr discord people asking what's the recommended/best way to naming your files. -First of it's personal preference, but the support staff often recommend to add also non recoverable info. -Why ? +Often on the [Radarr Discord](https://discord.gg/u3x3Kp8){:target="_blank" :rel="noopener noreferrer"} people ask what's the recommended/best way to +name your files. First off it's personal preference, but it's often recommended +to add non-recoverable info. -if you even need to do a re-install, re-import for what ever reason in Radarr or Plex/Emby/JellyFin it's nice to have all that info in the filename so it gets imported correctly and not been matched as HDTV or WEB-DL etc. +Why? + +If, for what ever reason, you ever need to do a re-install or re-import in +Radarr or Plex/Emby/JellyFin it's nice to have all that info in the filename so +it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc. The Tokens not available in the release won't be used/shown. @@ -34,7 +38,7 @@ RESULT: ### Minimal details + the irreplaceable data -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) that now support IMDB and TMDB IDs in file names, if you don't need it or want it just remove `[imdb-{ImdbId}]` +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 support IMDB and TMDB IDs in file names, if you don't need it or want it just remove `[imdb-{ImdbId}]` ```bash {Movie CleanTitle} {(Release Year)} [imdb-{ImdbId}]{[Quality Title]}{[MediaInfo AudioCodec}{ MediaInfo AudioChannels]}{[MediaInfo VideoCodec]}{-Release Group} @@ -45,7 +49,7 @@ RESULT: `The Movie Title (2010) [imdb-tt0066921][Bluray-1080p][DTS 5.1][x264]-EVOLVE` !!! note - The officially supported format is `{imdb-{ImdbId}}` but plex also support `(imdb-{ImdbId})` or `[imdb-{ImdbId}]` what you can read [here](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517), though the above should work for now. IMDb IDs are going to be very accurate and rarely change, but they may be missing for some movies added to Radarr. TMDB IDs, on the other hand, do change or are removed more frequently, but Radarr will always have this ID for each movie. + The officially supported format is `{imdb-{ImdbId}}` but plex also support `(imdb-{ImdbId})` or `[imdb-{ImdbId}]` what you can read [here](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517){:target="_blank" :rel="noopener noreferrer"}, though the above should work for now. IMDb IDs are going to be very accurate and rarely change, but they may be missing for some movies added to Radarr. TMDB IDs, on the other hand, do change or are removed more frequently, but Radarr will always have this ID for each movie. ------ @@ -101,4 +105,4 @@ RESULT: THNX: -A big thnx to [fryfrog](https://github.com/fryfrog){:target="_blank"} and [rg9400](https://github.com/rg9400){:target="_blank"} for the suggestions. +A big thnx to [fryfrog](https://github.com/fryfrog) and [rg9400](https://github.com/rg9400) for the suggestions. diff --git a/docs/Sonarr/V3/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/V3/Sonarr-recommended-naming-scheme.md index c4b7958dd..753e42326 100644 --- a/docs/Sonarr/V3/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/V3/Sonarr-recommended-naming-scheme.md @@ -1,6 +1,6 @@ # Recommended naming scheme -Often on the [Sonarr Discord][sd] people ask what's the recommended/best way to +Often on the [Sonarr Discord](https://discord.gg/M6BvZn5){:target="_blank" :rel="noopener noreferrer"} people ask what's the recommended/best way to name your files. First off it's personal preference, but it's often recommended to add non-recoverable info. @@ -8,7 +8,7 @@ Why? If, for what ever reason, you ever need to do a re-install or re-import in Sonarr or Plex/Emby/JellyFin it's nice to have all that info in the filename so -it gets imported correctly and isn't incorrectly matched. +it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc. The Tokens not available in the release won't be used/shown. @@ -165,5 +165,3 @@ The filename can be Obscured where the Release naming isn't especially when you THNX: A big thnx to [fryfrog](https://github.com/fryfrog), [rg9400](https://github.com/rg9400) and [bakerboy448](https://github.com/bakerboy448) for the suggestions. - -[sd]: https://discord.gg/M6BvZn5