1
0
Fork 0
This commit is contained in:
Arthur K. 2025-11-10 23:08:26 +03:00
parent 1766edcd52
commit 5b337cc035
3 changed files with 32 additions and 0 deletions

BIN
avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

24
avatar.svg Normal file
View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
id="svg1"
width="3200"
height="3200"
viewBox="0 0 3200 3200"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<g
id="g1">
<rect
style="fill:#ffffff"
id="rect1"
width="3200"
height="3200"
x="0"
y="0" />
<path
style="fill:#000000"
d="M 0,1600 V 0 H 1600 3200 V 1600 3200 H 1600 0 Z m 2200,950 v -50 h 150 150 v -50 -50 h 100 100 v -50 -50 h 50 50 v -50 -50 h 50 50 v -50 -50 h 50 50 v -200 -200 h -150 -150 v 50 50 h -50 -50 v 50 50 h -50 -50 v 50 50 h -50 -50 v 50 50 h -100 -100 v 50 50 h -150 -150 v 50 50 h -300 -300 v -50 -50 h -150 -150 v -50 -50 H 900 800 v -50 -50 h -50 -50 v -50 -50 h -50 -50 v -50 -50 h -50 -50 v -50 -50 H 350 200 v 200 200 h 50 50 v 50 50 h 50 50 v 50 50 h 50 50 v 50 50 h 100 100 v 50 50 h 150 150 v 50 50 h 600 600 z M 1100,1150 V 1000 H 950 800 v 150 150 h 150 150 z m 1300,0 v -150 h -150 -150 v 150 150 h 150 150 z"
id="path1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

8
mkv.sh Normal file
View file

@ -0,0 +1,8 @@
t="$HOME/Media/Anime/Kaguya-sama: Love Is War/Kaguya-sama: Love Is War s01e"
s="$HOME/Downloads/[Beatrice-Raws] Kaguya-sama wa Kokurasetai [BDRip 1080p x265 FLAC]"
for e in {02..12}; do
mkvmerge -o "$t$e.mkv" \
--language 1:ja --track-name '1:Original' --default-track-flag 1:0 "$s/[Beatrice-Raws] Kaguya-sama wa Kokurasetai - $e [BDRip 1080p x265 FLAC].mkv" \
--language 0:ru --track-name '0:Wakanim' --default-track-flag 0 "$s/Sounds/[Beatrice-Raws] Kaguya-sama wa Kokurasetai - $e [BDRip 1080p x265 FLAC].mka"
done