Clarify grammar & drop TitleYear tag for Title

Some suggested phrasing & grammar updates.

Also it appears that {TitleYear} isn't a thing for TV shows in Sonarr.
Simply {Title} includes the year.
pull/93/head
Jesse Atkinson 4 years ago
parent 9ee1b896e9
commit c8fea7022b
No known key found for this signature in database
GPG Key ID: 01BD80DFDC5AC6E4

@ -1,11 +1,14 @@
# Recommended naming scheme
Often on Sonarr 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.
Often on the [Sonarr Discord][sd] people ask what's the recommended/best way to
name your files. First off it's personal preference, but the support staff
often recommend to add also non- recoverable info.
Why?
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 get's imported correctly and not been matched as HDTV or WEB-DL etc.
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.
The Tokens not available in the release won't be used/shown.
@ -16,7 +19,7 @@ The Tokens not available in the release won't be used/shown.
> **All the details**
```bash
{Series TitleYear} - S{season:00}E{episode:00} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRange]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{-Release Group}
{Series Title} - S{season:00}E{episode:00} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRange]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{-Release Group}
```
??? summary "RESULTS:"
@ -52,7 +55,7 @@ The Tokens not available in the release won't be used/shown.
> **All the details**
```bash
{Series TitleYear} - {Air-Date} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRange]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{-Release Group}
{Series Title} - {Air-Date} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRange]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{-Release Group}
```
??? summary "RESULTS:"
@ -76,7 +79,7 @@ The Tokens not available in the release won't be used/shown.
> **All the details**
```bash
{Series TitleYear} - S{season:00}E{episode:00} - {absolute:000} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRange]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{-Release Group}
{Series Title} - S{season:00}E{episode:00} - {absolute:000} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRange]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{-Release Group}
```
??? summary "RESULTS:"
@ -110,7 +113,7 @@ The Tokens not available in the release won't be used/shown.
### Series Folder Format
```bash
{Series TitleYear}
{Series Title}
```
RESULT:
@ -162,3 +165,5 @@ 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

Loading…
Cancel
Save