Repo to dump scripts in, that have been helpful at some time
Go to file
MasterofJOKers c2f5732351 mirror-yt: Handle returncode 1
We switch from `subprocess.run` to manually handling a `Popen` object so
we can decide whether a returncode of 1 is fine or now depending on the
output we see. Since we want live output during the download, we cannot
just capture all the output. Instead, we have to regularly print
whatever we captured. Therefore, we need a `Popen` object and need to
call `communicate()` with a timeout on it.
2024-04-21 23:18:54 +02:00
cronplayer Add cronplayer 2022-05-17 23:41:31 +02:00
lxc lxc: Move remap-uid-and-gid-for-lv to fuidshift 2023-06-28 23:42:40 +02:00
rip-py rip-py: Split things and support Blu-ray 2024-01-05 22:32:55 +01:00
sorted-copy Add sorted-co.py 2022-01-25 23:33:53 +01:00
switch-pa-sink Add switch-pa-sink 2022-01-26 00:00:57 +01:00
udev-device-plug-handler udev-device-plug-handler: Handle Canon LiDE400 2024-02-03 13:59:22 +01:00
.gitignore Add *.swp to .gitignore 2022-01-25 23:33:41 +01:00
LICENSE Initial commit 2020-12-15 23:06:45 +00:00
README.md Initial commit 2020-12-15 23:06:45 +00:00
mirror-yt.py mirror-yt: Handle returncode 1 2024-04-21 23:18:54 +02:00

README.md

script-dump

Repo to dump scripts in, that have been helpful at some time