diff --git a/docs/Sonarr/recyclarr-config/french_anime_vostfr_v4.yml b/docs/Sonarr/recyclarr-config/french_anime_vostfr_v4.yml index dad1ddae3..b5ffed35b 100644 --- a/docs/Sonarr/recyclarr-config/french_anime_vostfr_v4.yml +++ b/docs/Sonarr/recyclarr-config/french_anime_vostfr_v4.yml @@ -33,14 +33,11 @@ sonarr: - 4fc15eeb8f2f9a749f918217d4234ad8 # v4 # ===== Streaming Service ===== - d54cd2bf1326287275b56bccedb72ee2 # ADN - - d660701077794679fd59e8bdf4ce3a29 # AMZN - 7dd31f3dee6d2ef8eeaa156e23c3857e # B-Global - 4c67ff059210182b59cdd41697b8cb08 # Bilibili - 3e0b26604165f463f3e8e192261e7284 # CR - - 89358767a60cc28783cdc3d0be9388a4 # DSNP - 1284d18e693de8efe0fe7d6b3e0b9170 # FUNi - 570b03b3145a25011bf073274a407259 # HIDIVE - - d34870697c9db575f17700212167be23 # NF - 44a8ee6403071dd7b8a3a8dd3fe8cb20 # VRV - e5e6405d439dcd1af90962538acd4fe0 # WKN # ===== Autres ===== diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 7583c9fe2..6da3c3371 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -82,8 +82,8 @@ I also made 3 guides related to this one. | | [Season Packs](#season-pack) | [VQ](#vq) | [FR Anime FanSub](#fr-anime-fansub) | | | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VFB](#vfb) | [FR Scene Groups](#fr-scene-groups) | | | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) | -| | [SDR](#sdr) | [FanSUB](#fansub) | [ADN](#adn) | -| | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | [WKN](#wkn) | +| | [SDR](#sdr) | [FanSUB](#fansub) | | +| | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | | ------ @@ -100,6 +100,8 @@ I also made 3 guides related to this one. | | | [Funimation](#funi) | | | | | [HIDIVE](#hidive) | | | | | [VRV](#vrv) | | +| | | [ADN](#adn) | | +| | | [WKN](#wkn) | | ## Audio Advanced @@ -2072,6 +2074,42 @@ I also made 3 guides related to this one. ------ +### ADN + +ADN = Animation Digital Network + +??? question "ADN - [CLICK TO EXPAND]" + + [From Wikipedia, the free encyclopedia](https://fr.wikipedia.org/wiki/Animation_Digital_Network){:target="_blank" rel="noopener noreferrer"} + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-adn.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### WKN + +WKN = Wakanim + +??? question "WKN - [CLICK TO EXPAND]" + + [From Wikipedia, the free encyclopedia](https://fr.wikipedia.org/wiki/Wakanim){:target="_blank" rel="noopener noreferrer"} + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-wkn.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ### 10bit ??? question "10bit - [CLICK TO EXPAND]" @@ -2497,39 +2535,3 @@ I also made 3 guides related to this one. ``` [TOP](#index) - ------- - -### ADN - -ADN = Animation Digital Network - -??? question "ADN - [CLICK TO EXPAND]" - - [From Wikipedia, the free encyclopedia](https://fr.wikipedia.org/wiki/Animation_Digital_Network){:target="_blank" rel="noopener noreferrer"} - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-adn.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- - -### WKN - -WKN = Wakanim - -??? question "WKN - [CLICK TO EXPAND]" - - [From Wikipedia, the free encyclopedia](https://fr.wikipedia.org/wiki/Wakanim){:target="_blank" rel="noopener noreferrer"} - -??? example "JSON - [CLICK TO EXPAND]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-wkn.json' %]][[% endfilter %]] - ``` - -[TOP](#index)