style: 💄 format other files

Signed-off-by: Eric Nemchik <eric@nemchik.com>
pull/1410/head
Eric Nemchik 2 months ago
parent b568a5b181
commit 3b6261b45c
No known key found for this signature in database

@ -9,21 +9,30 @@
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="mkv" codec="vp9,hevc,h265,mpeg1video,mpeg2video,h264,mpeg4" audioCodec="eac3,ac3,aac,mp3,mp2,pcm,flac,alac,truehd,dca" subtitleCodec="srt,ass,smi,ssa,subrip,pgs"/>
<VideoProfile container="mp4" codec="hevc,h265,mpeg1video,mpeg2video,h264,mpeg4" audioCodec="eac3,ac3,aac,mp3,mp2,pcm,flac,alac,truehd,dca" subtitleCodec="srt,ass,smi,ssa,subrip,pgs"/>
<VideoProfile container="asf" codec="wmv3,wmv3,vc1" audioCodec="wmav2,wmav2,wmapro,wmavoice,pcm" subtitleCodec="srt,ass,smi,ssa,subrip,pgs"/>
<VideoProfile container="avi" codec="h264,msmpeg4v3,mpeg4,mjpeg" audioCodec="mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ass,smi,ssa,subrip,pgs"/>
<VideoProfile container="mpeg" codec="h264,mpeg1video,mpeg2video" audioCodec="mp2,mp3,ac3,eac3,aac,pcm" subtitleCodec="srt,ass,smi,ssa,subrip,pgs"/>
<VideoProfile container="flv" codec="h264" audioCodec="aac,ac3,eac3,mp3,pcm" subtitleCodec="srt,ass,smi,ssa,subrip,pgs"/>
<VideoProfile container="mpegts" codec="h264,mpeg2video,vc1" audioCodec="mp2,mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ass,smi,ssa,subrip,pgs"/>
<VideoProfile container="wtv" codec="mpeg2video" audioCodec="ac3,eac3,aac,pcm"/>
<VideoProfile container="3gpp" codec="h264,mpeg4" audioCodec="aac,he-aac"/>
<VideoProfile container="mkv" codec="vp9,hevc,h265,mpeg1video,mpeg2video,h264,mpeg4"
audioCodec="eac3,ac3,aac,mp3,mp2,pcm,flac,alac,truehd,dca"
subtitleCodec="srt,ass,smi,ssa,subrip,pgs" />
<VideoProfile container="mp4" codec="hevc,h265,mpeg1video,mpeg2video,h264,mpeg4"
audioCodec="eac3,ac3,aac,mp3,mp2,pcm,flac,alac,truehd,dca"
subtitleCodec="srt,ass,smi,ssa,subrip,pgs" />
<VideoProfile container="asf" codec="wmv3,wmv3,vc1" audioCodec="wmav2,wmav2,wmapro,wmavoice,pcm"
subtitleCodec="srt,ass,smi,ssa,subrip,pgs" />
<VideoProfile container="avi" codec="h264,msmpeg4v3,mpeg4,mjpeg"
audioCodec="mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ass,smi,ssa,subrip,pgs" />
<VideoProfile container="mpeg" codec="h264,mpeg1video,mpeg2video"
audioCodec="mp2,mp3,ac3,eac3,aac,pcm" subtitleCodec="srt,ass,smi,ssa,subrip,pgs" />
<VideoProfile container="flv" codec="h264" audioCodec="aac,ac3,eac3,mp3,pcm"
subtitleCodec="srt,ass,smi,ssa,subrip,pgs" />
<VideoProfile container="mpegts" codec="h264,mpeg2video,vc1"
audioCodec="mp2,mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ass,smi,ssa,subrip,pgs" />
<VideoProfile container="wtv" codec="mpeg2video" audioCodec="ac3,eac3,aac,pcm" />
<VideoProfile container="3gpp" codec="h264,mpeg4" audioCodec="aac,he-aac" />
<MusicProfile container="mp4" codec="aac" />
<MusicProfile container="mp3" codec="mp2,mp3" />
<MusicProfile container="flac" codec="flac" />
<MusicProfile container="ogg" codec="vorbis" />
<MusicProfile container="ac3" codec="ac3"/>
<MusicProfile container="wav" codec="pcm"/>
<MusicProfile container="ac3" codec="ac3" />
<MusicProfile container="wav" codec="pcm" />
<PhotoProfile container="jpeg,gif,bmp,png" />
</DirectPlayProfiles>
<ContainerProfiles>

@ -12,4 +12,4 @@
"theme_color": "#4051B5",
"background_color": "#2E303E",
"display": "standalone"
}
}

@ -11,7 +11,7 @@
/* remove bottom navigation */
.md-footer__inner:not([hidden]) {
display: none
display: none;
}
/* Change color of links */
@ -29,7 +29,8 @@ footer.sponsorship {
}
/*Better table view */
th, td {
th,
td {
border: 1px solid var(--md-typeset-table-color);
border-spacing: 0;
border-bottom: none;
@ -42,10 +43,11 @@ th, td {
}
.md-typeset__table table:not([class]) {
display: table;
font-size: .74rem;
font-size: 0.74rem;
border-right: none;
}
.md-typeset__table table:not([class]) td, .md-typeset__table table:not([class]) th {
.md-typeset__table table:not([class]) td,
.md-typeset__table table:not([class]) th {
padding: 9px;
}
@ -56,7 +58,7 @@ th, td {
/* dark mode alternating table bg colors */
[data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
background-color: hsla(var(--md-hue),25%,25%,1)
background-color: hsla(var(--md-hue), 25%, 25%, 1);
}
[data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
color: #f8f8f8;

@ -25,7 +25,12 @@
}
@media screen and (min-width: 76.25em) {
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
display: flex;
align-items: center;
flex-direction: row;
@ -33,6 +38,8 @@
.headerlink {
order: -1;
margin-left: calc(var(--permalink-size) * -1 - var(--permalink-spacing)) !important;
margin-left: calc(
var(--permalink-size) * -1 - var(--permalink-spacing)
) !important;
}
}

@ -3,9 +3,8 @@ currentAttempt=0
totalAttempts=10
delay=15
while [ $currentAttempt -lt $totalAttempts ]
do
currentAttempt=$(( $currentAttempt + 1 ))
while [ $currentAttempt -lt $totalAttempts ]; do
currentAttempt=$(($currentAttempt + 1))
echo "Attempt $currentAttempt of $totalAttempts..."

@ -1,12 +1,17 @@
{% extends "base.html" %}
{% block content %}
{{ super() }}
<footer class="sponsorship">
<hr>
<a href="https://github.com/sponsors/TRaSH-" title="Buy me a Coffee"><img src="/img/buy-me-a-coffee.png" alt="Buy me a coffee" width="137" height="39">
{{ super() }}
<footer class="sponsorship">
<hr />
<a href="https://github.com/sponsors/TRaSH-" title="Buy me a Coffee"
><img
src="/img/buy-me-a-coffee.png"
alt="Buy me a coffee"
width="137"
height="39"
/>
</a>
<hr>
</footer>
<hr />
</footer>
{% endblock %}

Loading…
Cancel
Save