You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager/docs/defaults/sources/both/subtitle_language.md

46 lines
2.0 KiB

# Subtitle Language Collections
These are lists provided for reference to show what values will be in use if you do no customization. **These do not
show how to change a name or a list.**
If you want to customize these values, use the methods described above.
??? example "Default `include` (click to expand) <a class="headerlink" href="#include" title="Permanent link"></a>"
<div id="include" />
```{ .dtd .no-copy }
###############################################################################
################################## IMPORTANT ##################################
##################### THIS DATA IS PROVIDED FOR REFERENCE ####################
## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
###############################################################################
include: {%
include-markdown "../../../../defaults/both/subtitle_language.yml"
comments=false
preserve-includer-indent=false
start="include:"
end="key_name_override:"
%}
```
??? example "Default `key_name_override` (click to expand) <a class="headerlink" href="#key-name-override" title="Permanent link"></a>"
<div id="key-name-override" />
```{ .dtd .no-copy }
###############################################################################
################################## IMPORTANT ##################################
##################### THIS DATA IS PROVIDED FOR REFERENCE ####################
## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
###############################################################################
key_name_override: {%
include-markdown "../../../../defaults/both/subtitle_language.yml"
comments=false
preserve-includer-indent=false
start="key_name_override:"
%}
```