annotate kmbscreens/kmbscreens.service @ 133:0d8eabdd12ab default tip

create: write H:MM:SS timestamps, add option to fill with gaussian-blur instead of black many albums are longer than one hour so writing H:MM:SS is a necessity. if anything there will just be verbose info that isn't important for my use-case. however the gaussian-blur is simply broken. It works, and it plays locally just fine, but YouTube in particular elongates the video to fit the full width. I'm not entirely sure why it does this, but it makes it useless and ugly.
author Paper <paper@tflc.us>
date Sat, 03 Jan 2026 20:25:38 -0500
parents 9ebe8785cc21
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
123
9ebe8785cc21 Add systemd service for kmbscreens bot
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
1 [Unit]
9ebe8785cc21 Add systemd service for kmbscreens bot
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
2 Description=KMB screens bot
9ebe8785cc21 Add systemd service for kmbscreens bot
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
3
9ebe8785cc21 Add systemd service for kmbscreens bot
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
4 [Service]
9ebe8785cc21 Add systemd service for kmbscreens bot
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
5 User=paper
9ebe8785cc21 Add systemd service for kmbscreens bot
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
6 Group=sudo
9ebe8785cc21 Add systemd service for kmbscreens bot
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
7 Type=oneshot
9ebe8785cc21 Add systemd service for kmbscreens bot
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
8 ExecStart=/usr/bin/python3 /home/paper/kmb_screencaps/kmbscreens.py
9ebe8785cc21 Add systemd service for kmbscreens bot
Paper <37962225+mrpapersonic@users.noreply.github.com>
parents:
diff changeset
9 WorkingDirectory=/home/paper/kmb_screencaps