[120] fix navbar

pull/1116/head
meisnate12 2 years ago
parent 74175687c4
commit c29f4badd1

@ -1 +1 @@
1.17.3-develop119 1.17.3-develop120

@ -32,14 +32,14 @@
<li class="divider"></li> <li class="divider"></li>
{% elif sublink[0] == "_menu" %} {% elif sublink[0] == "_menu" %}
<li class="dropdown-submenu"> <li class="dropdown-submenu">
<a tabindex="-1" href="{{ sublink[2] }}">{{ sublink[1] }}</a> <a tabindex="-1" href="{{ pathto(sublink[2]) }}">{{ sublink[1] }}</a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
{%- for subsublink in sublink[3] %} {%- for subsublink in sublink[3] %}
{% if subsublink[0] == "_divider" %} {% if subsublink[0] == "_divider" %}
<li class="divider"></li> <li class="divider"></li>
{% elif subsublink[0] == "_menu" %} {% elif subsublink[0] == "_menu" %}
<li class="dropdown-submenu"> <li class="dropdown-submenu">
<a tabindex="-1" href="{{ subsublink[2] }}">{{ subsublink[1] }}</a> <a tabindex="-1" href="{{ pathto(subsublink[2]) }}">{{ subsublink[1] }}</a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
{%- for subsubsublink in subsublink[3] %} {%- for subsubsublink in subsublink[3] %}
{% if subsubsublink[0] == "_divider" %} {% if subsubsublink[0] == "_divider" %}

@ -273,14 +273,13 @@ html_theme_options = {
("Audio Languages", "defaults/overlays/audio_language"), ("Audio Languages", "defaults/overlays/audio_language"),
("Common Sense Age Ratings", "defaults/overlays/commonsense"), ("Common Sense Age Ratings", "defaults/overlays/commonsense"),
("Direct Play Only", "defaults/overlays/direct_play"), ("Direct Play Only", "defaults/overlays/direct_play"),
("Edition", "defaults/overlays/edition"),
("Episode Info", "defaults/overlays/episode_info"), ("Episode Info", "defaults/overlays/episode_info"),
("After Credit", "defaults/overlays/mediastinger"), ("MediaStinger", "defaults/overlays/mediastinger"),
("Ratings", "defaults/overlays/ratings"), ("Ratings", "defaults/overlays/ratings"),
("Resolution", "defaults/overlays/resolution"), ("Resolution/Edition", "defaults/overlays/resolution"),
("Ribbon", "defaults/overlays/ribbon"), ("Ribbon", "defaults/overlays/ribbon"),
("Runtimes", "defaults/overlays/runtimes"), ("Runtimes", "defaults/overlays/runtimes"),
("Special Release", "defaults/overlays/special_release"), ("Status", "defaults/overlays/status"),
("Streaming", "defaults/overlays/streaming"), ("Streaming", "defaults/overlays/streaming"),
("Versions", "defaults/overlays/versions"), ("Versions", "defaults/overlays/versions"),
("Video Format", "defaults/overlays/video_format"), ("Video Format", "defaults/overlays/video_format"),

@ -1,73 +0,0 @@
# Edition Overlays
The `audio_codec` Default Overlay File is used to create an overlay based on the audio codec available on each item within your library.
**This file only works with Movie Libraries.**
**Designed for [TRaSH Guides](https://trash-guides.info/) filename naming scheme**
![](images/edition.png)
## Supported Editions
| Edition | Key | Weight |
|:--------------------|:---------------:|:------:|
| Directors Cut | `directorscut` | `150` |
| Extended Edition | `extended` | `140` |
| Uncut Edition | `uncut` | `130` |
| Unrated Edition | `unrated` | `120` |
| Special Edition | `special` | `110` |
| Final Cut | `finalcut` | `100` |
| Anniversary Edition | `anniversary` | `90` |
| Collectors Edition | `collector` | `80` |
| International Cut | `international` | `70` |
| Theatrical Cut | `theatrical` | `60` |
| Ultimate Cut | `ultimate` | `50` |
| IMAX | `imax` | `30` |
| Remastered | `remastered` | `20` |
## Config
The below YAML in your config.yml will create the overlays:
```yaml
libraries:
Movies:
overlay_path:
- pmm: edition
```
## Template Variables
Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.
Note that the `templates_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
All [Shared Overlay Variables](variables) are available with the default values below as well as the additional Variables below which can be used to customize the file.
| Variable | Default |
|:--------------------|:-----------:|
| `horizontal_offset` | `15` |
| `horizontal_align` | `left` |
| `vertical_offset` | `15`/`99` |
| `vertical_align` | `top` |
| `back_color` | `#00000099` |
| `back_radius` | `30` |
| `back_width` | `305` |
| `back_height` | `105` |
| Variable | Description & Values |
|:-----------------|:-------------------------------------------------------------------------------------------------------------|
| `weight_<<key>>` | **Description:** Controls the weight of the Overlay. Higher numbers have priority.<br>**Values:** Any Number |
The below is an example config.yml extract with some Template Variables added in to change how the file works.
```yaml
libraries:
Movies:
overlay_path:
- pmm: edition
template_variables:
weight_ultimate: 95
use_international: false
```

@ -49,9 +49,9 @@ All [Shared Overlay Variables](variables) are available with the default values
| `back_height` | `105` | | `back_height` | `105` |
| Variable | Description & Values | | Variable | Description & Values |
|:-----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |:-----------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `last` | **Description:** Episode Air Date in the last number of days for the AIRING Overlay.<br>**Default:** `14`<br>**Values:** Any Number greater then 0 | | `last` | **Description:** Episode Air Date in the last number of days for the AIRING Overlay.<br>**Default:** `14`<br>**Values:** Any Number greater then 0 |
| `text_<<key>>` | **Description:** Choose the text for the Overlay.<br>**Default:** <table class="clearTable"><tr><th>Key</th><th>Default</th></tr><tr><td>`airing`</td><td>`AIRING`</td></tr><tr><td>`returning`</td><td>`RETURNING`</td></tr><tr><td>`canceled`</td><td>`CANCELED`</td></tr><tr><td>`ended`</td><td>`ENDED`</td></tr></table><br>**Values:** Any String | | `text_<<key>>` | **Description:** Choose the text for the Overlay.<br>**Default:** <table class="clearTable"><tr><th>Key</th><th>Default</th></tr><tr><td>`airing`</td><td>`AIRING`</td></tr><tr><td>`returning`</td><td>`RETURNING`</td></tr><tr><td>`canceled`</td><td>`CANCELED`</td></tr><tr><td>`ended`</td><td>`ENDED`</td></tr></table>**Values:** Any String |
| `weight_<<key>>` | **Description:** Controls the weight of the Overlay. Higher numbers have priority.<br>**Values:** Any Number | | `weight_<<key>>` | **Description:** Controls the weight of the Overlay. Higher numbers have priority.<br>**Values:** Any Number |
| `font` | **Description:** Choose the font for the Overlay.<br>**Default:** `fonts/Inter-Medium.ttf`<br>**Values:** Path to font file | | `font` | **Description:** Choose the font for the Overlay.<br>**Default:** `fonts/Inter-Medium.ttf`<br>**Values:** Path to font file |
| `font_style` | **Description:** Font style for Variable Fonts.<br>**Values:** Variable Font Style | | `font_style` | **Description:** Font style for Variable Fonts.<br>**Values:** Variable Font Style |

@ -46,7 +46,7 @@ All [Shared Overlay Variables](variables) are available with the default values
| `back_height` | `105` | | `back_height` | `105` |
| Variable | Description & Values | | Variable | Description & Values |
|:-----------------|:-------------------------------------------------------------------------------------------------------------| |:----------------|:--------------------------------------------------------------------------------|
| `overlay_level` | **Description:** Choose the Overlay Level.<br>**Values:** `season` or `episode` | | `overlay_level` | **Description:** Choose the Overlay Level.<br>**Values:** `season` or `episode` |
The below is an example config.yml extract with some Template Variables added in to change how the file works. The below is an example config.yml extract with some Template Variables added in to change how the file works.

@ -59,8 +59,8 @@ All [Shared Overlay Variables](variables) are available with the default values
| `back_height` | `105` | | `back_height` | `105` |
| Variable | Description & Values | | Variable | Description & Values |
|:-----------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |:-----------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `text_<<key>>` | **Description:** Choose the text for the Overlay.<br>**Default:** <table class="clearTable"><tr><th>Key</th><th>Default</th></tr><tr><td>`remux`</td><td>`REMUX`</td></tr><tr><td>`bluray`</td><td>`BLU-RAY`</td></tr><tr><td>`web`</td><td>`WEB`</td></tr><tr><td>`hdtv`</td><td>`HDTV`</td></tr><tr><td>`dvd`</td><td>`DVD`</td></tr><tr><td>`sdtv`</td><td>`SDTV`</td></tr></table><br>**Values:** Any String | | `text_<<key>>` | **Description:** Choose the text for the Overlay.<br>**Default:** <table class="clearTable"><tr><th>Key</th><th>Default</th></tr><tr><td>`remux`</td><td>`REMUX`</td></tr><tr><td>`bluray`</td><td>`BLU-RAY`</td></tr><tr><td>`web`</td><td>`WEB`</td></tr><tr><td>`hdtv`</td><td>`HDTV`</td></tr><tr><td>`dvd`</td><td>`DVD`</td></tr><tr><td>`sdtv`</td><td>`SDTV`</td></tr></table>**Values:** Any String |
| `weight_<<key>>` | **Description:** Controls the weight of the Overlay. Higher numbers have priority.<br>**Values:** Any Number | | `weight_<<key>>` | **Description:** Controls the weight of the Overlay. Higher numbers have priority.<br>**Values:** Any Number |
| `overlay_level` | **Description:** Choose the Overlay Level.<br>**Values:** `season` or `episode` | | `overlay_level` | **Description:** Choose the Overlay Level.<br>**Values:** `season` or `episode` |
| `font` | **Description:** Choose the font for the Overlay.<br>**Default:** `fonts/Inter-Medium.ttf`<br>**Values:** Path to font file | | `font` | **Description:** Choose the font for the Overlay.<br>**Default:** `fonts/Inter-Medium.ttf`<br>**Values:** Path to font file |

Loading…
Cancel
Save