1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 05:44:50 +00:00

Updated Custom Formats (markdown)

Leonardo Galli 2018-03-04 18:56:58 +01:00
parent b67cc5bf0c
commit b0fda91d1b

@ -34,7 +34,7 @@ The Value is used for the matching.
## Examples ## Examples
| Example of Tag | Example Release Name | Matching | Does it Match? | | Example of Tag | Example Release Name | Matching | Does it Match? |
|---|---|---|---|---| |---|---|---|---|
| S_BLURAY | Prometheus.2012.Bluray.1080p | S_BLURAY == S_BLURAY | YES | | S_BLURAY | Prometheus.2012.Bluray.1080p | S_BLURAY == S_BLURAY | YES |
| S_WEBDL | Prometheus.2012.Bluray.1080p | S_BLURAY == S_WEBDL | NO | | S_WEBDL | Prometheus.2012.Bluray.1080p | S_BLURAY == S_WEBDL | NO |
| S_N_WEBDL | Prometheus.2012.Bluray.1080p | S_BLURAY != S_WEBDL | YES | | S_N_WEBDL | Prometheus.2012.Bluray.1080p | S_BLURAY != S_WEBDL | YES |