├── README.md └── overlays ├── audience_rating.yml ├── fonts └── AvenirNextLTPro-Bold.ttf ├── images ├── audience_score │ ├── audience_score_high.png │ ├── audience_score_low.png │ └── audience_score_mid.png ├── gradients │ ├── gradient_bottom.png │ ├── gradient_episode_bottom.png │ ├── gradient_episode_top.png │ └── gradient_top.png └── media_info │ ├── codec │ ├── @2x │ │ ├── Atmos@2x.png │ │ ├── DTS-HD@2x.png │ │ ├── DV-Atmos@2x.png │ │ ├── DV-DTS-HD@2x.png │ │ ├── DV-DTS-X@2x.png │ │ ├── DV-DigitalPlus@2x.png │ │ ├── DV-HDR-Atmos@2x.png │ │ ├── DV-HDR-DTS-HD@2x.png │ │ ├── DV-HDR-DTS-X@2x.png │ │ ├── DV-HDR-DigitalPlus@2x.png │ │ ├── DV-HDR-TrueHD-Atmos@2x.png │ │ ├── DV-HDR-TrueHD@2x.png │ │ ├── DV-HDR@2x.png │ │ ├── DV-HDR_extended@2x.png │ │ ├── DV-Plus-Atmos@2x.png │ │ ├── DV-Plus-DTS-HD@2x.png │ │ ├── DV-Plus-DTS-X@2x.png │ │ ├── DV-Plus-DigitalPlus@2x.png │ │ ├── DV-Plus-TrueHD-Atmos@2x.png │ │ ├── DV-Plus-TrueHD@2x.png │ │ ├── DV-Plus@2x.png │ │ ├── DV-Plus_extended@2x.png │ │ ├── DV-TrueHD-Atmos@2x.png │ │ ├── DV-TrueHD@2x.png │ │ ├── DV@2x.png │ │ ├── DigitalPlus@2x.png │ │ ├── HDR-Atmos@2x.png │ │ ├── HDR-DTS-HD@2x.png │ │ ├── HDR-DTS-X@2x.png │ │ ├── HDR-DigitalPlus@2x.png │ │ ├── HDR-TrueHD-Atmos@2x.png │ │ ├── HDR-TrueHD@2x.png │ │ ├── HDR@2x.png │ │ ├── Plus-Atmos@2x.png │ │ ├── Plus-DTS-HD@2x.png │ │ ├── Plus-DTS-X@2x.png │ │ ├── Plus-DigitalPlus@2x.png │ │ ├── Plus-TrueHD-Atmos@2x.png │ │ ├── Plus-TrueHD@2x.png │ │ ├── Plus@2x.png │ │ ├── TrueHD-Atmos@2x.png │ │ └── TrueHD@2x.png │ ├── Atmos.png │ ├── DTS-HD.png │ ├── DTS-X.png │ ├── DV-Atmos.png │ ├── DV-DTS-HD.png │ ├── DV-DTS-X.png │ ├── DV-DigitalPlus.png │ ├── DV-HDR-Atmos.png │ ├── DV-HDR-DTS-HD.png │ ├── DV-HDR-DTS-X.png │ ├── DV-HDR-DigitalPlus.png │ ├── DV-HDR-TrueHD-Atmos.png │ ├── DV-HDR-TrueHD.png │ ├── DV-HDR.png │ ├── DV-HDR_extended.png │ ├── DV-Plus-Atmos.png │ ├── DV-Plus-DTS-HD.png │ ├── DV-Plus-DTS-X.png │ ├── DV-Plus-DigitalPlus.png │ ├── DV-Plus-TrueHD-Atmos.png │ ├── DV-Plus-TrueHD.png │ ├── DV-Plus.png │ ├── DV-Plus_extended.png │ ├── DV-TrueHD-Atmos.png │ ├── DV-TrueHD.png │ ├── DV.png │ ├── DigitalPlus.png │ ├── HDR-Atmos.png │ ├── HDR-DTS-HD.png │ ├── HDR-DTS-X.png │ ├── HDR-DigitalPlus.png │ ├── HDR-TrueHD-Atmos.png │ ├── HDR-TrueHD.png │ ├── HDR.png │ ├── Plus-Atmos.png │ ├── Plus-DTS-HD.png │ ├── Plus-DTS-X.png │ ├── Plus-DigitalPlus.png │ ├── Plus-TrueHD-Atmos.png │ ├── Plus-TrueHD.png │ ├── Plus.png │ ├── TrueHD-Atmos.png │ └── TrueHD.png │ ├── edition │ ├── @2x │ │ ├── Anniversary-Edition@2x.png │ │ ├── Collectors-Edition@2x.png │ │ ├── Directors-Cut@2x.png │ │ ├── Extended-Cut@2x.png │ │ ├── Extended-Edition@2x.png │ │ ├── Final-Cut@2x.png │ │ ├── IMAX@2x.png │ │ ├── Minus-Color@2x.png │ │ ├── Open-Matte@2x.png │ │ ├── Remastered@2x.png │ │ ├── Restored@2x.png │ │ ├── Signature-Edition@2x.png │ │ ├── Special-Edition@2x.png │ │ ├── Theatrical-Cut@2x.png │ │ ├── Theatrical@2x.png │ │ ├── Ultimate-Edition@2x.png │ │ ├── Uncut@2x.png │ │ └── Unrated-Edition@2x.png │ ├── Anniversary-Edition.png │ ├── Collectors-Edition.png │ ├── Directors-Cut.png │ ├── Extended-Cut.png │ ├── Extended-Edition.png │ ├── Final-Cut.png │ ├── IMAX.png │ ├── Minus-Color.png │ ├── Open-Matte.png │ ├── Remastered.png │ ├── Restored.png │ ├── Signature-Edition.png │ ├── Special-Edition.png │ ├── Theatrical-Cut.png │ ├── Theatrical.png │ ├── Ultimate-Edition.png │ ├── Uncut.png │ └── Unrated-Edition.png │ └── resolution │ ├── 1080P.png │ ├── @2x │ ├── 1080P@2x.png │ └── Ultra-HD@2x.png │ └── Ultra-HD.png └── media_info.yml /README.md: -------------------------------------------------------------------------------- 1 | # Kometa 2 | 3 | Collection of my custom overlay builders for Kometa 4 | 5 | ## audience_rating.yml 6 | 7 | This file will create an overlay showing the current audience rating value in PLEX. Ratings of 8 or higher are green, 6 or higher are yellow and anything lower will be red. 8 | 9 | ## media_info.yml 10 | 11 | ![DV Atmos](https://i.imgur.com/CLnpX5j.png) 12 | 13 | This file can be used to create an overlay containing media info characteristics of your media. It comes with custom designed images for all combinations of supported formats. This way they can be displayed as one without forced spacing or repeating elements. 14 | 15 | Below is an example of what this builder will create. 16 | 17 | > [!IMPORTANT] 18 | > For this template to work correctly you MUST use the TRaSH naming convention for your file names. 19 | > 20 | > https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/#plex 21 | 22 | 23 | ![Overlay Example](https://i.imgur.com/xgEv2Oe.png) 24 | 25 | ## Currently supported overlay images in all combinations: 26 | 27 | | Resolutions | Editions | Video Formats | Audio Formats | 28 | | - | - | - | - | 29 | | 2160p (4K) | Anniversary Edition | HDR | Dolby Digital Plus | 30 | | 1080p (HD) | Collector's Edition | HDR10+ | DTS-HD MA | 31 | | | Director's Cut | Dolby Vision | DTS-X | 32 | | | Extended Cut | Dolby Vision + HDR | Dolby Atmos | 33 | | | Extended Edition | Dolby Vision + HDR10+ | Dolby TrueHD | 34 | | | IMAX / (Enhanced) | | Dolby TrueHD Atmos | 35 | | | Minus Color | | | 36 | | | Special Edition | | | 37 | | | Unrated Edition | | | 38 | | | ... & more | | | 39 | 40 | > [!NOTE] 41 | > Only "High Quality" formats are intended to be supported. 42 | > 43 | > Dolby Vision with HDR/HDR10+ fallback support is correctly detected and matched separately from exclusive DV, but only Dolby Vision will be visibly shown for those files. See examples at the bottom for an alternative option. 44 | 45 | ### Available template variables: 46 | ---------- 47 | #### Exclusive use 48 | 49 | `video_only` `audio_only` `resolution_only` `edition_only` 50 | 51 | Set to `true` to only apply this specific type of overlay. 52 | 53 | #### Disable specific overlays 54 | `use_<>` e.g. `use_audio` 55 | 56 | Set to `false` to disable this type of overlay (combined, video, audio, resolution, edition) 57 | 58 | > [!IMPORTANT] 59 | > To disable audio or video you must set `use_combined` to `false` as well. 60 | 61 | `use_gradient_top` `use_gradient_bottom` 62 | 63 | Set to `false` to disable the backdrops 64 | 65 | Any standard template variables are available as well, such as `builder_level` 66 | 67 | ## Examples 68 | Use it as intended 69 | ```yml 70 | overlay_files: 71 | - file: config/overlays/media_info.yml 72 | - file: config/overlays/audience_rating.yml 73 | ``` 74 | 75 | Disable audio 76 | ```yml 77 | overlay_files: 78 | - file: config/overlays/media_info.yml 79 | template_variables: 80 | use_combined: false 81 | use_audio: false 82 | - file: config/overlays/audience_rating.yml 83 | ``` 84 | Only apply video formats and change the images for these two overlays to also show the fallback format. Then, only show audio, and move it to the right 85 | 86 | ```yml 87 | overlay_files: 88 | - file: config/overlays/media_info.yml 89 | template_variables: 90 | builder_level: episode 91 | video_only: true 92 | use_gradient_top: false 93 | file_DV-HDR: config/overlays/images/media_info/codec/DV-HDR_extended.png 94 | file_DV-Plus: config/overlays/images/media_info/codec/DV-Plus_extended.png 95 | - file: config/overlays/media_info.yml 96 | template_variables: 97 | builder_level: episode 98 | audio_only: true 99 | use_gradient_top: false 100 | use_gradient_bottom: false 101 | horizontal_align: right 102 | ``` 103 | > [!IMPORTANT] 104 | > When running the overlay file multiple times on the same library like the above example, make sure to disable both gradients on subsequent uses or it will apply them again. 105 | 106 |
107 | 108 | ### ☕ [buymeacoffee.com/jmxd](https://buymeacoffee.com/jmxd) 109 | 110 |

111 | 112 | 113 | 114 | -------------------------------------------------------------------------------- /overlays/audience_rating.yml: -------------------------------------------------------------------------------- 1 | external_templates: 2 | default: templates 3 | 4 | templates: 5 | audience_score: 6 | default: 7 | horizontal_offset: 50 8 | horizontal_align: right 9 | vertical_offset: 50 10 | vertical_align: bottom 11 | conditionals: 12 | files: 13 | conditions: 14 | - key: audience_score_high_backdrop 15 | value: config/overlays/images/audience_score/audience_score_high.png 16 | - key: audience_score_mid_backdrop 17 | value: config/overlays/images/audience_score/audience_score_mid.png 18 | - key: audience_score_low_backdrop 19 | value: config/overlays/images/audience_score/audience_score_low.png 20 | audience_rating.gte: 21 | conditions: 22 | - key: [audience_score_high, audience_score_high_backdrop] 23 | value: 8.0 24 | - key: [audience_score_mid, audience_score_mid_backdrop] 25 | value: 6.0 26 | - key: [audience_score_low, audience_score_low_backdrop] 27 | value: 0 28 | names: 29 | default: <> 30 | conditions: 31 | - key: [audience_score_high, audience_score_mid, audience_score_low] 32 | value: text(<>) 33 | optional: 34 | - file 35 | - builder_level 36 | plex_all: true 37 | filters: 38 | audience_rating.gte: <> 39 | builder_level: <> 40 | overlay: 41 | name: <> 42 | group: <> 43 | weight: <> 44 | file: <> 45 | horizontal_offset: <> 46 | horizontal_align: <> 47 | vertical_offset: <> 48 | vertical_align: <> 49 | back_width: 140 50 | back_height: 80 51 | back_align: center 52 | font_color: "#111111" 53 | font: config/overlays/fonts/AvenirNextLTPro-Bold.ttf 54 | font_size: 68 55 | 56 | overlays: 57 | audience_score_high_backdrop: 58 | variables: { key: audience_score_high_backdrop, weight: 500, group: backdrop } 59 | template: [ name: audience_score ] 60 | audience_score_mid_backdrop: 61 | variables: { key: audience_score_mid_backdrop, weight: 400, group: backdrop } 62 | template: [ name: audience_score ] 63 | audience_score_low_backdrop: 64 | variables: { key: audience_score_low_backdrop, weight: 300, group: backdrop } 65 | template: [ name: audience_score ] 66 | audience_score_high: 67 | variables: { key: audience_score_high, weight: 500, group: score } 68 | template: [ name: audience_score ] 69 | audience_score_mid: 70 | variables: { key: audience_score_mid, weight: 400, group: score } 71 | template: [ name: audience_score ] 72 | audience_score_low: 73 | variables: { key: audience_score_low, weight: 300, group: score } 74 | template: [ name: audience_score ] -------------------------------------------------------------------------------- /overlays/fonts/AvenirNextLTPro-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/fonts/AvenirNextLTPro-Bold.ttf -------------------------------------------------------------------------------- /overlays/images/audience_score/audience_score_high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/audience_score/audience_score_high.png -------------------------------------------------------------------------------- /overlays/images/audience_score/audience_score_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/audience_score/audience_score_low.png -------------------------------------------------------------------------------- /overlays/images/audience_score/audience_score_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/audience_score/audience_score_mid.png -------------------------------------------------------------------------------- /overlays/images/gradients/gradient_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/gradients/gradient_bottom.png -------------------------------------------------------------------------------- /overlays/images/gradients/gradient_episode_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/gradients/gradient_episode_bottom.png -------------------------------------------------------------------------------- /overlays/images/gradients/gradient_episode_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/gradients/gradient_episode_top.png -------------------------------------------------------------------------------- /overlays/images/gradients/gradient_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/gradients/gradient_top.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DTS-HD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DTS-HD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-DTS-HD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-DTS-HD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-DTS-X@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-DTS-X@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-DigitalPlus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-DigitalPlus@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-HDR-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-HDR-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-HDR-DTS-HD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-HDR-DTS-HD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-HDR-DTS-X@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-HDR-DTS-X@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-HDR-DigitalPlus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-HDR-DigitalPlus@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-HDR-TrueHD-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-HDR-TrueHD-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-HDR-TrueHD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-HDR-TrueHD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-HDR@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-HDR@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-HDR_extended@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-HDR_extended@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-Plus-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-Plus-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-Plus-DTS-HD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-Plus-DTS-HD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-Plus-DTS-X@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-Plus-DTS-X@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-Plus-DigitalPlus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-Plus-DigitalPlus@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-Plus-TrueHD-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-Plus-TrueHD-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-Plus-TrueHD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-Plus-TrueHD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-Plus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-Plus@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-Plus_extended@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-Plus_extended@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-TrueHD-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-TrueHD-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV-TrueHD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV-TrueHD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DV@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DV@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/DigitalPlus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/DigitalPlus@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/HDR-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/HDR-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/HDR-DTS-HD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/HDR-DTS-HD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/HDR-DTS-X@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/HDR-DTS-X@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/HDR-DigitalPlus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/HDR-DigitalPlus@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/HDR-TrueHD-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/HDR-TrueHD-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/HDR-TrueHD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/HDR-TrueHD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/HDR@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/HDR@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/Plus-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/Plus-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/Plus-DTS-HD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/Plus-DTS-HD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/Plus-DTS-X@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/Plus-DTS-X@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/Plus-DigitalPlus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/Plus-DigitalPlus@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/Plus-TrueHD-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/Plus-TrueHD-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/Plus-TrueHD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/Plus-TrueHD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/Plus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/Plus@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/TrueHD-Atmos@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/TrueHD-Atmos@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/@2x/TrueHD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/@2x/TrueHD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DTS-HD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DTS-HD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DTS-X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DTS-X.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-DTS-HD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-DTS-HD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-DTS-X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-DTS-X.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-DigitalPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-DigitalPlus.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-HDR-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-HDR-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-HDR-DTS-HD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-HDR-DTS-HD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-HDR-DTS-X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-HDR-DTS-X.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-HDR-DigitalPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-HDR-DigitalPlus.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-HDR-TrueHD-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-HDR-TrueHD-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-HDR-TrueHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-HDR-TrueHD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-HDR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-HDR.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-HDR_extended.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-HDR_extended.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-Plus-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-Plus-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-Plus-DTS-HD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-Plus-DTS-HD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-Plus-DTS-X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-Plus-DTS-X.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-Plus-DigitalPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-Plus-DigitalPlus.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-Plus-TrueHD-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-Plus-TrueHD-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-Plus-TrueHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-Plus-TrueHD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-Plus.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-Plus_extended.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-Plus_extended.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-TrueHD-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-TrueHD-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV-TrueHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV-TrueHD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DV.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/DigitalPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/DigitalPlus.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/HDR-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/HDR-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/HDR-DTS-HD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/HDR-DTS-HD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/HDR-DTS-X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/HDR-DTS-X.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/HDR-DigitalPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/HDR-DigitalPlus.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/HDR-TrueHD-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/HDR-TrueHD-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/HDR-TrueHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/HDR-TrueHD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/HDR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/HDR.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/Plus-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/Plus-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/Plus-DTS-HD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/Plus-DTS-HD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/Plus-DTS-X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/Plus-DTS-X.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/Plus-DigitalPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/Plus-DigitalPlus.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/Plus-TrueHD-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/Plus-TrueHD-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/Plus-TrueHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/Plus-TrueHD.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/Plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/Plus.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/TrueHD-Atmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/TrueHD-Atmos.png -------------------------------------------------------------------------------- /overlays/images/media_info/codec/TrueHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/codec/TrueHD.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Anniversary-Edition@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Anniversary-Edition@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Collectors-Edition@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Collectors-Edition@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Directors-Cut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Directors-Cut@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Extended-Cut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Extended-Cut@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Extended-Edition@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Extended-Edition@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Final-Cut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Final-Cut@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/IMAX@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/IMAX@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Minus-Color@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Minus-Color@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Open-Matte@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Open-Matte@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Remastered@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Remastered@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Restored@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Restored@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Signature-Edition@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Signature-Edition@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Special-Edition@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Special-Edition@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Theatrical-Cut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Theatrical-Cut@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Theatrical@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Theatrical@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Ultimate-Edition@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Ultimate-Edition@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Uncut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Uncut@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/@2x/Unrated-Edition@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/@2x/Unrated-Edition@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Anniversary-Edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Anniversary-Edition.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Collectors-Edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Collectors-Edition.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Directors-Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Directors-Cut.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Extended-Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Extended-Cut.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Extended-Edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Extended-Edition.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Final-Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Final-Cut.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/IMAX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/IMAX.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Minus-Color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Minus-Color.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Open-Matte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Open-Matte.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Remastered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Remastered.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Restored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Restored.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Signature-Edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Signature-Edition.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Special-Edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Special-Edition.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Theatrical-Cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Theatrical-Cut.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Theatrical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Theatrical.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Ultimate-Edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Ultimate-Edition.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Uncut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Uncut.png -------------------------------------------------------------------------------- /overlays/images/media_info/edition/Unrated-Edition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/edition/Unrated-Edition.png -------------------------------------------------------------------------------- /overlays/images/media_info/resolution/1080P.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/resolution/1080P.png -------------------------------------------------------------------------------- /overlays/images/media_info/resolution/@2x/1080P@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/resolution/@2x/1080P@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/resolution/@2x/Ultra-HD@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/resolution/@2x/Ultra-HD@2x.png -------------------------------------------------------------------------------- /overlays/images/media_info/resolution/Ultra-HD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jmxd/Kometa/75a1c1f83d62d4b7d334d2dffa90e6865649ee39/overlays/images/media_info/resolution/Ultra-HD.png -------------------------------------------------------------------------------- /overlays/media_info.yml: -------------------------------------------------------------------------------- 1 | ############################################################################## 2 | # Media Info Overlay # 3 | # Created by: jmxd # 4 | # https://buymeacoffee.com/jmxd # 5 | # # 6 | # _/ _/ _/ _/ _/ _/_/_/ # 7 | # _/ _/_/ _/_/ _/ _/ _/ _/ # 8 | # _/ _/ _/ _/ _/ _/ _/ # 9 | # _/ _/ _/ _/ _/ _/ _/ _/ # 10 | # _/_/ _/ _/ _/ _/ _/_/_/ # 11 | # # 12 | # For correct functionality TRaSH naming of your files is required # 13 | # https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/#plex # 14 | # # 15 | ############################################################################## 16 | # # 17 | # Template specific variables available: # 18 | # # 19 | # - video_only, audio_only, resolution_only, edition_only # 20 | # When set to true will only apply that type of overlay. # 21 | # # 22 | # - use_<>: (combined, video, audio, resolution, edition) # 23 | # When set to false will disable that type of overlay. # 24 | # Note: To disable audio or video you must set `use_combined` # 25 | # to false as well. # 26 | # # 27 | # - use_gradient_top, use_gradient_bottom # 28 | # Set to false to disable the backdrop # 29 | # # 30 | ############################################################################## 31 | 32 | external_templates: 33 | default: templates 34 | template_variables: 35 | default: 36 | vertical_offset: 50 37 | horizontal_align: left 38 | conditionals: 39 | file: 40 | conditions: 41 | - type: [combined, video, audio] 42 | value: config/overlays/images/media_info/codec/<>.png 43 | - type: resolution 44 | value: config/overlays/images/media_info/resolution/<>.png 45 | - type: edition 46 | value: config/overlays/images/media_info/edition/<>.png 47 | final_use: 48 | conditions: 49 | - video_only.exists: true 50 | type: [combined, audio, resolution, edition] 51 | value: false 52 | - audio_only.exists: true 53 | type: [combined, video, resolution, edition] 54 | value: false 55 | - resolution_only.exists: true 56 | type: [combined, video, audio, edition] 57 | value: false 58 | - edition_only.exists: true 59 | type: [combined, video, audio, resolution] 60 | value: false 61 | suppress_overlays: 62 | conditions: 63 | - type: combined 64 | value: 65 | - DV 66 | - HDR 67 | - Plus 68 | - DV-HDR 69 | - DV-Plus 70 | - DigitalPlus 71 | - DTS-HD 72 | - DTS-X 73 | - Atmos 74 | - TrueHD 75 | - TrueHD-Atmos 76 | - type: video 77 | value: 78 | - DigitalPlus 79 | - DTS-HD 80 | - DTS-X 81 | - Atmos 82 | - TrueHD 83 | - TrueHD-Atmos 84 | - type: audio 85 | value: 86 | - DV 87 | - HDR 88 | - Plus 89 | - DV-HDR 90 | - DV-Plus 91 | vertical_align: 92 | conditions: 93 | - type: [resolution, edition] 94 | value: top 95 | - type: [combined, video, audio] 96 | value: bottom 97 | horizontal_offset: 98 | default: 50 99 | conditions: 100 | - type: edition 101 | res: 4K 102 | value: 186 103 | - type: edition 104 | res: 1080p 105 | value: 202 106 | group: 107 | conditions: 108 | - type: [resolution, edition] 109 | value: <> 110 | - type: [combined, video, audio] 111 | value: <>_codec 112 | 113 | templates: 114 | codec_info: 115 | conditionals: 116 | regex: 117 | conditions: 118 | - key: DV 119 | value: '(?i)\[(?!.*HDR)(DV)\]' 120 | - key: HDR 121 | value: '(?i)\[(HDR10)\]' 122 | - key: Plus 123 | value: '(?i)\[(HDR10Plus)\]' 124 | - key: DigitalPlus 125 | value: '(?i)\[(EAC3( 5\.1)?)\]' 126 | - key: DTS-HD 127 | value: '(?i)\[(DTS-HD MA(?: 5\.1| 7\.1)?)\]' 128 | - key: DTS-X 129 | value: '(?i)\[(DTS-X(?: 5\.1| 7\.1)?)\]' 130 | - key: TrueHD 131 | value: '(?i)\[(?![^\]]*Atmos)[^\]]*TrueHD( 7\.1| 5\.1)?\]' 132 | - key: Atmos 133 | value: '(?i)\[(EAC3 Atmos( 5\.1)?)\]' 134 | - key: TrueHD-Atmos 135 | value: '(?i)\[(TrueHD Atmos( 7\.1)?)\]' 136 | - key: DV-HDR 137 | value: '(?i)\[(DV HDR10)\]' 138 | - key: DV-Plus 139 | value: '(?i)\[(DV HDR10Plus)\]' 140 | - key: DV-DigitalPlus 141 | value: '(?i)\[(?!.*HDR)(DV)\].*\[(EAC3( 5\.1)?)\]' 142 | - key: HDR-DigitalPlus 143 | value: '(?i)\[(HDR10)\].*\[(EAC3( 5\.1)?)\]' 144 | - key: Plus-DigitalPlus 145 | value: '(?i)\[(HDR10Plus)\].*\[(EAC3( 5\.1)?)\]' 146 | - key: DV-HDR-DigitalPlus 147 | value: '(?i)\[(DV HDR10)\].*\[(EAC3( 5\.1)?)\]' 148 | - key: DV-Plus-DigitalPlus 149 | value: '(?i)\[(DV HDR10Plus)\].*\[(EAC3( 5\.1)?)\]' 150 | - key: DV-DTS-HD 151 | value: '(?i)\[(?!.*HDR)(DV)\].*\[(DTS-HD MA(?: 5\.1| 7\.1)?)\]' 152 | - key: HDR-DTS-HD 153 | value: '(?i)\[(HDR10)\].*\[(DTS-HD MA(?: 5\.1| 7\.1)?)\]' 154 | - key: Plus-DTS-HD 155 | value: '(?i)\[(HDR10Plus)\].*\[(DTS-HD MA(?: 5\.1| 7\.1)?)\]' 156 | - key: DV-HDR-DTS-HD 157 | value: '(?i)\[(DV HDR10)\].*\[(DTS-HD MA(?: 5\.1| 7\.1)?)\]' 158 | - key: DV-Plus-DTS-HD 159 | value: '(?i)\[(DV HDR10Plus)\].*\[(DTS-HD MA(?: 5\.1| 7\.1)?)\]' 160 | - key: DV-DTS-X 161 | value: '(?i)\[(?!.*HDR)(DV)\].*\[(DTS-X(?: 5\.1| 7\.1)?)\]' 162 | - key: HDR-DTS-X 163 | value: '(?i)\[(HDR10)\].*\[(DTS-X(?: 5\.1| 7\.1)?)\]' 164 | - key: Plus-DTS-X 165 | value: '(?i)\[(HDR10Plus)\].*\[(DTS-X(?: 5\.1| 7\.1)?)\]' 166 | - key: DV-HDR-DTS-X 167 | value: '(?i)\[(DV HDR10)\].*\[(DTS-X(?: 5\.1| 7\.1)?)\]' 168 | - key: DV-Plus-DTS-X 169 | value: '(?i)\[(DV HDR10Plus)\].*\[(DTS-X(?: 5\.1| 7\.1)?)\]' 170 | - key: DV-Atmos 171 | value: '(?i)\[(?!.*HDR)(DV)\].*\[(EAC3 Atmos( 5\.1)?)\]' 172 | - key: HDR-Atmos 173 | value: '(?i)\[(HDR10)\].*\[(EAC3 Atmos( 5\.1)?)\]' 174 | - key: Plus-Atmos 175 | value: '(?i)\[(HDR10Plus)\].*\[(EAC3 Atmos( 5\.1)?)\]' 176 | - key: DV-HDR-Atmos 177 | value: '(?i)\[(DV HDR10)\].*\[(EAC3 Atmos( 5\.1)?)\]' 178 | - key: DV-Plus-Atmos 179 | value: '(?i)\[(DV HDR10Plus)\].*\[(EAC3 Atmos( 5\.1)?)\]' 180 | - key: DV-TrueHD 181 | value: '(?i)\[(?!.*HDR)(DV)\].*\[(?![^\]]*Atmos)[^\]]*TrueHD( 7\.1)?\]' 182 | - key: HDR-TrueHD 183 | value: '(?i)\[(HDR10)\].*\[(?![^\]]*Atmos)[^\]]*TrueHD( 7\.1| 5\.1)?\]' 184 | - key: Plus-TrueHD 185 | value: '(?i)\[(HDR10Plus)\].*\[(?![^\]]*Atmos)[^\]]*TrueHD( 7\.1| 5\.1)?\]' 186 | - key: DV-HDR-TrueHD 187 | value: '(?i)\[(DV HDR10)\].*\[(?![^\]]*Atmos)[^\]]*TrueHD( 7\.1| 5\.1)?\]' 188 | - key: DV-Plus-TrueHD 189 | value: '(?i)\[(DV HDR10Plus)\].*\[(?![^\]]*Atmos)[^\]]*TrueHD( 7\.1| 5\.1)?\]' 190 | - key: DV-TrueHD-Atmos 191 | value: '(?i)\[(?!.*HDR)(DV)\].*\[(TrueHD Atmos( 7\.1)?)\]' 192 | - key: HDR-TrueHD-Atmos 193 | value: '(?i)\[(HDR10)\].*\[(TrueHD Atmos( 7\.1)?)\]' 194 | - key: Plus-TrueHD-Atmos 195 | value: '(?i)\[(HDR10Plus)\].*\[(TrueHD Atmos( 7\.1)?)\]' 196 | - key: DV-HDR-TrueHD-Atmos 197 | value: '(?i)\[(DV HDR10)\].*\[(TrueHD Atmos( 7\.1)?)\]' 198 | - key: DV-Plus-TrueHD-Atmos 199 | value: '(?i)\[(DV HDR10Plus)\].*\[(TrueHD Atmos( 7\.1)?)\]' 200 | optional: 201 | - use_<> 202 | run_definition: 203 | - <>>> 204 | ignore_blank_results: true 205 | plex_all: true 206 | filters: 207 | filepath.regex: <> 208 | 209 | resolution_info: 210 | conditionals: 211 | suppress_overlays: 212 | conditions: 213 | - use_<>.exists: true 214 | value: 215 | - <> 216 | resolution: 217 | conditions: 218 | - key: 1080P 219 | value: 1080p 220 | - key: Ultra-HD 221 | value: 4k 222 | optional: 223 | - use_<> 224 | - use_<> 225 | run_definition: 226 | - <>>> 227 | - <>>> 228 | ignore_blank_results: true 229 | plex_search: 230 | all: 231 | resolution: <> 232 | 233 | edition_info: 234 | conditionals: 235 | regex: 236 | conditions: 237 | - key: IMAX 238 | value: '(?i)\{edition-IMAX[^}]*\}' 239 | - key: Unrated-Edition 240 | value: '(?i)\{edition-Unrated[^}]*\}' 241 | - key: Directors-Cut 242 | value: '(?i)\{edition-(Director|Ultimate Director)[^}]*\}' 243 | - key: Special-Edition 244 | value: '(?i)\{edition-Special[^}]*\}' 245 | - key: Anniversary-Edition 246 | value: '(?i)\{edition-\d+th Anniversary[^}]*\}' 247 | - key: Collectors-Edition 248 | value: '(?i)\{edition-Collector[^}]*\}' 249 | - key: Minus-Color 250 | value: '(?i)\{edition-Minus Color[^}]*\}' 251 | - key: Extended-Cut 252 | value: '(?i)\{edition-Extended Cut[^}]*\}' 253 | - key: Extended-Edition 254 | value: '(?i)\{edition-Extended(?! Cut)[^}]*\}' 255 | - key: Open-Matte 256 | value: '(?i)\{edition-Open Matte[^}]*\}' 257 | - key: Final-Cut 258 | value: '(?i)\{edition-Final Cut[^}]*\}' 259 | - key: Remastered 260 | value: '(?i)\{edition-Remastered[^}]*\}' 261 | - key: Restored 262 | value: '(?i)\{edition-Restored[^}]*\}' 263 | - key: Signature-Edition 264 | value: '(?i)\{edition-Signature[^}]*\}' 265 | - key: Theatrical 266 | value: '(?i)\{edition-Theatrical(?! Cut)[^}]*\}' 267 | - key: Theatrical-Cut 268 | value: '(?i)\{edition-Theatrical Cut[^}]*\}' 269 | - key: Uncut 270 | value: '(?i)\{edition-Uncut[^}]*\}' 271 | - key: Ultimate-Edition 272 | value: '(?i)\{edition-Ultimate(?! Director)[^}]*\}' 273 | optional: 274 | - use_<> 275 | - allowed_libraries 276 | run_definition: 277 | - <>>> 278 | - <> 279 | ignore_blank_results: true 280 | plex_all: true 281 | filters: 282 | resolution: <> 283 | filepath.regex: <> 284 | 285 | backdrop: 286 | conditionals: 287 | file: 288 | conditions: 289 | - key: gradient_top 290 | builder_level: episode 291 | value: config/overlays/images/gradients/gradient_episode_top.png 292 | - key: gradient_top 293 | value: config/overlays/images/gradients/gradient_top.png 294 | - key: gradient_bottom 295 | builder_level: episode 296 | value: config/overlays/images/gradients/gradient_episode_bottom.png 297 | - key: gradient_bottom 298 | value: config/overlays/images/gradients/gradient_bottom.png 299 | optional: 300 | - builder_level 301 | - use_<> 302 | run_definition: 303 | - <>>> 304 | builder_level: <> 305 | plex_all: true 306 | overlay: 307 | name: <> 308 | file: <> 309 | 310 | overlays: 311 | gradient_top: 312 | variables: { key: gradient_top } 313 | template: [ name: backdrop ] 314 | gradient_bottom: 315 | variables: { key: gradient_bottom } 316 | template: [ name: backdrop ] 317 | 318 | DV: 319 | variables: { key: DV, weight: 220, type: video } 320 | template: [ name: standard, name: codec_info ] 321 | HDR: 322 | variables: { key: HDR, weight: 230, type: video } 323 | template: [ name: standard, name: codec_info ] 324 | Plus: 325 | variables: { key: Plus, weight: 240, type: video } 326 | template: [ name: standard, name: codec_info ] 327 | DV-HDR: 328 | variables: { key: DV-HDR, weight: 250, type: video } 329 | template: [ name: standard, name: codec_info ] 330 | DV-Plus: 331 | variables: { key: DV-Plus, weight: 260, type: video } 332 | template: [ name: standard, name: codec_info ] 333 | DigitalPlus: 334 | variables: { key: DigitalPlus, weight: 270, type: audio } 335 | template: [ name: standard, name: codec_info ] 336 | DTS-HD: 337 | variables: { key: DTS-HD, weight: 280, type: audio } 338 | template: [ name: standard, name: codec_info ] 339 | DTS-X: 340 | variables: { key: DTS-X, weight: 285, type: audio } 341 | template: [ name: standard, name: codec_info ] 342 | Atmos: 343 | variables: { key: Atmos, weight: 290, type: audio } 344 | template: [ name: standard, name: codec_info ] 345 | TrueHD: 346 | variables: { key: TrueHD, weight: 295, type: audio } 347 | template: [ name: standard, name: codec_info ] 348 | TrueHD-Atmos: 349 | variables: { key: TrueHD-Atmos, weight: 300, type: audio } 350 | template: [ name: standard, name: codec_info ] 351 | DV-DigitalPlus: 352 | variables: { key: DV-DigitalPlus, weight: 310, type: combined } 353 | template: [ name: standard, name: codec_info ] 354 | HDR-DigitalPlus: 355 | variables: { key: HDR-DigitalPlus, weight: 320, type: combined } 356 | template: [ name: standard, name: codec_info ] 357 | Plus-DigitalPlus: 358 | variables: { key: Plus-DigitalPlus, weight: 330, type: combined } 359 | template: [ name: standard, name: codec_info ] 360 | DV-HDR-DigitalPlus: 361 | variables: { key: DV-HDR-DigitalPlus, weight: 340, type: combined } 362 | template: [ name: standard, name: codec_info ] 363 | DV-Plus-DigitalPlus: 364 | variables: { key: DV-Plus-DigitalPlus, weight: 350, type: combined } 365 | template: [ name: standard, name: codec_info ] 366 | DV-DTS-HD: 367 | variables: { key: DV-DTS-HD, weight: 360, type: combined } 368 | template: [ name: standard, name: codec_info ] 369 | DV-DTS-X: 370 | variables: { key: DV-DTS-X, weight: 365, type: combined } 371 | template: [ name: standard, name: codec_info ] 372 | HDR-DTS-HD: 373 | variables: { key: HDR-DTS-HD, weight: 370, type: combined } 374 | template: [ name: standard, name: codec_info ] 375 | HDR-DTS-X: 376 | variables: { key: HDR-DTS-X, weight: 375, type: combined } 377 | template: [ name: standard, name: codec_info ] 378 | Plus-DTS-HD: 379 | variables: { key: Plus-DTS-HD, weight: 380, type: combined } 380 | template: [ name: standard, name: codec_info ] 381 | Plus-DTS-X: 382 | variables: { key: Plus-DTS-X, weight: 385, type: combined } 383 | template: [ name: standard, name: codec_info ] 384 | DV-HDR-DTS-HD: 385 | variables: { key: DV-HDR-DTS-HD, weight: 390, type: combined } 386 | template: [ name: standard, name: codec_info ] 387 | DV-HDR-DTS-X: 388 | variables: { key: DV-HDR-DTS-X, weight: 395, type: combined } 389 | template: [ name: standard, name: codec_info ] 390 | DV-Plus-DTS-HD: 391 | variables: { key: DV-Plus-DTS-HD, weight: 400, type: combined } 392 | template: [ name: standard, name: codec_info ] 393 | DV-Plus-DTS-X: 394 | variables: { key: DV-Plus-DTS-X, weight: 405, type: combined } 395 | template: [ name: standard, name: codec_info ] 396 | DV-Atmos: 397 | variables: { key: DV-Atmos, weight: 410, type: combined } 398 | template: [ name: standard, name: codec_info ] 399 | HDR-Atmos: 400 | variables: { key: HDR-Atmos, weight: 420, type: combined } 401 | template: [ name: standard, name: codec_info ] 402 | Plus-Atmos: 403 | variables: { key: Plus-Atmos, weight: 430, type: combined } 404 | template: [ name: standard, name: codec_info ] 405 | DV-HDR-Atmos: 406 | variables: { key: DV-HDR-Atmos, weight: 440, type: combined } 407 | template: [ name: standard, name: codec_info ] 408 | DV-Plus-Atmos: 409 | variables: { key: DV-Plus-Atmos, weight: 450, type: combined } 410 | template: [ name: standard, name: codec_info ] 411 | DV-TrueHD: 412 | variables: { key: DV-TrueHD, weight: 460, type: combined } 413 | template: [ name: standard, name: codec_info ] 414 | HDR-TrueHD: 415 | variables: { key: HDR-TrueHD, weight: 470, type: combined } 416 | template: [ name: standard, name: codec_info ] 417 | Plus-TrueHD: 418 | variables: { key: Plus-TrueHD, weight: 480, type: combined } 419 | template: [ name: standard, name: codec_info ] 420 | DV-HDR-TrueHD: 421 | variables: { key: DV-HDR-TrueHD, weight: 490, type: combined } 422 | template: [ name: standard, name: codec_info ] 423 | DV-Plus-TrueHD: 424 | variables: { key: DV-Plus-TrueHD, weight: 500, type: combined } 425 | template: [ name: standard, name: codec_info ] 426 | DV-TrueHD-Atmos: 427 | variables: { key: DV-TrueHD-Atmos, weight: 510, type: combined } 428 | template: [ name: standard, name: codec_info ] 429 | HDR-TrueHD-Atmos: 430 | variables: { key: HDR-TrueHD-Atmos, weight: 520, type: combined } 431 | template: [ name: standard, name: codec_info ] 432 | Plus-TrueHD-Atmos: 433 | variables: { key: Plus-TrueHD-Atmos, weight: 530, type: combined } 434 | template: [ name: standard, name: codec_info ] 435 | DV-HDR-TrueHD-Atmos: 436 | variables: { key: DV-HDR-TrueHD-Atmos, weight: 540, type: combined } 437 | template: [ name: standard, name: codec_info ] 438 | DV-Plus-TrueHD-Atmos: 439 | variables: { key: DV-Plus-TrueHD-Atmos, weight: 550, type: combined } 440 | template: [ name: standard, name: codec_info ] 441 | 442 | 1080P: 443 | variables: { key: 1080P, weight: 490, type: resolution } 444 | template: [ name: standard, name: resolution_info ] 445 | Ultra-HD: 446 | variables: { key: Ultra-HD, weight: 500, type: resolution } 447 | template: [ name: standard, name: resolution_info ] 448 | 449 | IMAX-1080p: 450 | variables: { key: IMAX, res: 1080p, weight: 420, allowed_libraries: movie, type: edition } 451 | template: [ name: standard, name: edition_info ] 452 | Unrated-Edition-1080p: 453 | variables: { key: Unrated-Edition, res: 1080p, weight: 430, allowed_libraries: movie, type: edition } 454 | template: [ name: standard, name: edition_info ] 455 | Directors-Cut-1080p: 456 | variables: { key: Directors-Cut, res: 1080p, weight: 440, allowed_libraries: movie, type: edition } 457 | template: [ name: standard, name: edition_info ] 458 | Special-Edition-1080p: 459 | variables: { key: Special-Edition, res: 1080p, weight: 450, allowed_libraries: movie, type: edition } 460 | template: [ name: standard, name: edition_info ] 461 | Anniversary-Edition-1080p: 462 | variables: { key: Anniversary-Edition, res: 1080p, weight: 460, allowed_libraries: movie, type: edition } 463 | template: [ name: standard, name: edition_info ] 464 | Collectors-Edition-1080p: 465 | variables: { key: Collectors-Edition, res: 1080p, weight: 470, allowed_libraries: movie, type: edition } 466 | template: [ name: standard, name: edition_info ] 467 | Minus-Color-1080p: 468 | variables: { key: Minus-Color, res: 1080p, weight: 480, allowed_libraries: movie, type: edition } 469 | template: [ name: standard, name: edition_info ] 470 | Extended-Cut-1080p: 471 | variables: { key: Extended-Cut, res: 1080p, weight: 490, allowed_libraries: movie, type: edition } 472 | template: [ name: standard, name: edition_info ] 473 | Extended-Edition-1080p: 474 | variables: { key: Extended-Edition, res: 1080p, weight: 500, allowed_libraries: movie, type: edition } 475 | template: [ name: standard, name: edition_info ] 476 | Open-Matte-1080p: 477 | variables: { key: Open-Matte, res: 1080p, weight: 510, allowed_libraries: movie, type: edition } 478 | template: [ name: standard, name: edition_info ] 479 | Final-Cut-1080p: 480 | variables: { key: Final-Cut, res: 1080p, weight: 520, allowed_libraries: movie, type: edition } 481 | template: [ name: standard, name: edition_info ] 482 | Remastered-1080p: 483 | variables: { key: Remastered, res: 1080p, weight: 530, allowed_libraries: movie, type: edition } 484 | template: [ name: standard, name: edition_info ] 485 | Restored-1080p: 486 | variables: { key: Restored, res: 1080p, weight: 540, allowed_libraries: movie, type: edition } 487 | template: [ name: standard, name: edition_info ] 488 | Signature-Edition-1080p: 489 | variables: { key: Signature-Edition, res: 1080p, weight: 550, allowed_libraries: movie, type: edition } 490 | template: [ name: standard, name: edition_info ] 491 | Theatrical-1080p: 492 | variables: { key: Theatrical, res: 1080p, weight: 560, allowed_libraries: movie, type: edition } 493 | template: [ name: standard, name: edition_info ] 494 | Theatrical-Cut-1080p: 495 | variables: { key: Theatrical-Cut, res: 1080p, weight: 570, allowed_libraries: movie, type: edition } 496 | template: [ name: standard, name: edition_info ] 497 | Uncut-1080p: 498 | variables: { key: Uncut, res: 1080p, weight: 580, allowed_libraries: movie, type: edition } 499 | template: [ name: standard, name: edition_info ] 500 | Ultimate-Edition-1080p: 501 | variables: { key: Ultimate-Edition, res: 1080p, weight: 590, allowed_libraries: movie, type: edition } 502 | template: [ name: standard, name: edition_info ] 503 | 504 | IMAX-4K: 505 | variables: { key: IMAX, res: 4K, weight: 420, allowed_libraries: movie, type: edition } 506 | template: [ name: standard, name: edition_info ] 507 | Unrated-Edition-4K: 508 | variables: { key: Unrated-Edition, res: 4K, weight: 430, allowed_libraries: movie, type: edition } 509 | template: [ name: standard, name: edition_info ] 510 | Directors-Cut-4K: 511 | variables: { key: Directors-Cut, res: 4K, weight: 440, allowed_libraries: movie, type: edition } 512 | template: [ name: standard, name: edition_info ] 513 | Special-Edition-4K: 514 | variables: { key: Special-Edition, res: 4K, weight: 450, allowed_libraries: movie, type: edition } 515 | template: [ name: standard, name: edition_info ] 516 | Anniversary-Edition-4K: 517 | variables: { key: Anniversary-Edition, res: 4K, weight: 460, allowed_libraries: movie, type: edition } 518 | template: [ name: standard, name: edition_info ] 519 | Collectors-Edition-4K: 520 | variables: { key: Collectors-Edition, res: 4K, weight: 470, allowed_libraries: movie, type: edition } 521 | template: [ name: standard, name: edition_info ] 522 | Minus-Color-4K: 523 | variables: { key: Minus-Color, res: 4K, weight: 480, allowed_libraries: movie, type: edition } 524 | template: [ name: standard, name: edition_info ] 525 | Extended-Cut-4K: 526 | variables: { key: Extended-Cut, res: 4K, weight: 490, allowed_libraries: movie, type: edition } 527 | template: [ name: standard, name: edition_info ] 528 | Extended-Edition-4K: 529 | variables: { key: Extended-Edition, res: 4K, weight: 500, allowed_libraries: movie, type: edition } 530 | template: [ name: standard, name: edition_info ] 531 | Open-Matte-4K: 532 | variables: { key: Open-Matte, res: 4K, weight: 510, allowed_libraries: movie, type: edition } 533 | template: [ name: standard, name: edition_info ] 534 | Final-Cut-4K: 535 | variables: { key: Final-Cut, res: 4K, weight: 520, allowed_libraries: movie, type: edition } 536 | template: [ name: standard, name: edition_info ] 537 | Remastered-4K: 538 | variables: { key: Remastered, res: 4K, weight: 530, allowed_libraries: movie, type: edition } 539 | template: [ name: standard, name: edition_info ] 540 | Restored-4K: 541 | variables: { key: Restored, res: 4K, weight: 540, allowed_libraries: movie, type: edition } 542 | template: [ name: standard, name: edition_info ] 543 | Signature-Edition-4K: 544 | variables: { key: Signature-Edition, res: 4K, weight: 550, allowed_libraries: movie, type: edition } 545 | template: [ name: standard, name: edition_info ] 546 | Theatrical-4K: 547 | variables: { key: Theatrical, res: 4K, weight: 560, allowed_libraries: movie, type: edition } 548 | template: [ name: standard, name: edition_info ] 549 | Theatrical-Cut-4K: 550 | variables: { key: Theatrical-Cut, res: 4K, weight: 570, allowed_libraries: movie, type: edition } 551 | template: [ name: standard, name: edition_info ] 552 | Uncut-4K: 553 | variables: { key: Uncut, res: 4K, weight: 580, allowed_libraries: movie, type: edition } 554 | template: [ name: standard, name: edition_info ] 555 | Ultimate-Edition-4K: 556 | variables: { key: Ultimate-Edition, res: 4K, weight: 590, allowed_libraries: movie, type: edition } 557 | template: [ name: standard, name: edition_info ] 558 | --------------------------------------------------------------------------------