Merge branch 'master' into Radarr-french-cf

pull/863/head
NiceTSY 2 years ago committed by GitHub
commit 40d3264518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
lightgallery==0.5
mkdocs-glightbox==0.3.0
mkdocs-awesome-pages-plugin==2.8.0
mkdocs-git-revision-date-localized-plugin==1.1.0
mkdocs-macros-plugin==0.7.0

@ -4,7 +4,7 @@
- You got a decent audio setup. (that supports all HD audio formats)
- You got a setup that completely supports DoVi from start to end.
- You do want the highest quality as possible to watch but want to save space for archiving without loosing video and audio quality.
- You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality.
- HDR/DoVi (Depending what's offered and often both)
- HD Audio (Atmos, TrueHD etc...)
- You don't want to wait for the HQ Encodes to be released, to watch it.

@ -4,6 +4,6 @@
- You got a decent audio setup. (that supports all HD audio formats)
- You got a setup that completely supports DoVi from start to end.
- You do want the highest quality as possible to watch but want to save space for archiving without loosing video and audio quality.
- You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality.
- HDR/DoVi (Depending what's offered and often both)
- HD Audio (Atmos, TrueHD etc...)

@ -33,7 +33,6 @@ markdown_extensions:
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.tilde
- lightgallery
- codehilite:
guess_lang: true
- toc:
@ -55,6 +54,7 @@ plugins:
locale: en
# fallback_to_build_date: false
- awesome-pages
- glightbox
- macros:
j2_block_start_string: "[[%"
j2_block_end_string: "%]]"

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

File diff suppressed because one or more lines are too long

@ -10,22 +10,3 @@
</footer>
{% endblock %}
{% block styles %}
{{ super() }}
<link rel="stylesheet" href="{{ base_url }}/css/lightgallery.min.css">
{% endblock styles %}
{% block libs %}
{{ super() }}
<script src="{{ base_url }}/js/lightgallery.min.js"></script>
{% endblock libs %}
{% block scripts %}
{{ super() }}
<script>
var elements = document.getElementsByClassName("lightgallery");
for(var i=0; i<elements.length; i++) {
lightGallery(elements[i]);
}
</script>
{% endblock scripts %}

Loading…
Cancel
Save