Merge pull request #898 from TRaSH-/Flowcharts-for-CF

[Starr] Flowcharts for CF
pull/866/head
TRaSH 2 years ago committed by GitHub
commit c53c45d411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 KiB

@ -1,3 +1,8 @@
# 2022-10-12 19:25
**[Guide - Starr Custom Formats]
- Added: Audio Flowchart (Hopefully to make the logic/choices more clear). #898
- Added: HDR Formats Flowchart (Hopefully to make the logic/choices more clear). #898
# 2022-10-10 18:05
**[Radarr]**
- Add: WEB-720p quality file size to SQP-1 (#access-to-sqp for more info). #896

@ -1,4 +1,7 @@
??? summary "Audio - [CLICK TO EXPAND]"
![!HDR Formats Flowchart](/Radarr/images/audio-flowchart.png)
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
| [{{ radarr['cf']['truehd-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos) | {{ radarr['cf']['truehd-atmos']['trash_score'] }} | {{ radarr['cf']['truehd-atmos']['trash_id'] }} |

@ -1,4 +1,7 @@
??? summary "HDR Formats - [CLICK TO EXPAND]"
![!HDR Formats Flowchart](/Radarr/images/hdr-formats-flowchart.png)
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
| [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_score'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} |

@ -1,4 +1,7 @@
??? summary "Audio - [CLICK TO EXPAND]"
![!HDR Formats Flowchart](/Radarr/images/audio-flowchart.png)
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- |
| [{{ sonarr['cf']['truehd-atmos']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#truehd-atmos) | {{ sonarr['cf']['truehd-atmos']['trash_score'] }} | {{ sonarr['cf']['truehd-atmos']['trash_id'] }} |

@ -1,4 +1,7 @@
??? summary "HDR Formats - [CLICK TO EXPAND]"
![!HDR Formats Flowchart](/Radarr/images/hdr-formats-flowchart.png)
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------------------------------------- |
| [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_score'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} |

Loading…
Cancel
Save