initial commit

This commit is contained in:
2025-03-21 02:52:28 -07:00
parent 8e19d89ba2
commit c1718bc086
3 changed files with 103 additions and 0 deletions

9
teppei/open.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
EP="$1"
export FONTCONFIG_FILE="$HOME/.config/mpv/mpv-fonts.conf"
if mpv --profile=builtin-pseudo-gui --vid=1 --external-file=pod/cover.jpg "pod/Nihongo-Con-Teppei-E$EP.mp3"; then
echo "Finished playing Nihongo Con Teppei E$EP"
else
echo "Failed to play Nihongo Con Teppei E$EP"
fi