diff --git a/docs/Sonarr/Sonarr-collection-of-custom-formats.md b/docs/Sonarr/Sonarr-collection-of-custom-formats.md index ccb08f48c..4e474a8d8 100644 --- a/docs/Sonarr/Sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/Sonarr-collection-of-custom-formats.md @@ -64,16 +64,16 @@ I also made 3 guides related to this one. ------ -| Misc |   |   |   | -| ------------------------------- | ------ | ------ | ------ | -| [FreeLeech](#freeleech) |   |   |   | -| [MPEG2](#mpeg2) |   |   |   | -| [Multi](#multi) |   |   |   | -| [Repack/Proper](#repack-proper) |   |   |   | -| [Repack v2](#repack-v2) |   |   |   | -| [Repack v3](#repack-v3) |   |   |   | -| [x264](#x264) |   |   |   | -| [x265](#x265) |   |   |   | +| Misc | Misc |   |   | +| ------------------------------- | ---------------------------- | ------ | ------ | +| [FreeLeech](#freeleech) | [Season Packs](#season-pack) |   |   | +| [MPEG2](#mpeg2) | [Scene](#scene) |   |   | +| [Multi](#multi) |   |   |   | +| [Repack/Proper](#repack-proper) |   |   |   | +| [Repack v2](#repack-v2) |   |   |   | +| [Repack v3](#repack-v3) |   |   |   | +| [x264](#x264) |   |   |   | +| [x265](#x265) |   |   |   | ------ @@ -1010,6 +1010,47 @@ I also made 3 guides related to this one. ------ +### Season Pack + +??? faq "Season Pack - [CLICK TO EXPAND]" + + This Custom Format can be used depending if you prefer or not prefer a season pack + + - Give it a score of `10` if you prefer a season pack. + - Give it a score of `-10000` if you don't prefer a season pack. + - `/\bS\d+\b(?!E\d+\b)/i` season packs are preferred: however, given the folder name is ignored the error/warning/issue occurs as the file names would not be a season pack of course. + - keep in mind this is the only way to prefer season packs if you have preferred words due to the long standing bug => Preferred Words overrule season pack preference [Sonarr/Sonarr#3562](https://github.com/Sonarr/Sonarr/issues/3562){:target="_blank" rel="noopener noreferrer"} + + !!! danger "WARNING" + - This Custom Format could result in a download loop :bangbang: + - This will upgrade also your already downloaded single episodes :bangbang: + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/season-pack.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### Scene + +??? faq "Scene - [CLICK TO EXPAND]" + + This Custom Format will try to recognize so called Scene releases, depending on your preferences you can give it a negative score `-10000` or a positive score or just don't add it all. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/scene.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ### FreeLeech ??? faq "FreeLeech - [CLICK TO EXPAND]"