a · they/them
a pushed to main at a/umi 2024-10-22 13:21:53 +00:00
51a521e6ff Update pyproject.toml
a pushed to main at a/umi 2024-10-22 13:20:37 +00:00
e66638f414 Fix: potential conflict between system yt-dlp and pip yt-dlp
a pushed to main at a/umi 2024-10-22 13:19:36 +00:00
299a18cb0d Add: mount cache and .netrc
a pushed to main at a/umi 2024-10-22 13:17:41 +00:00
7fca69c645 WIP: test oauth2
a pushed to main at a/umi 2024-10-21 22:53:26 +00:00
edfc281d6c Fix: break out of infinite loop
a pushed to main at a/umi 2024-10-21 22:42:47 +00:00
3e70e7c3b7 Delete sounds/.gitkeep
a pushed to main at a/umi 2024-10-21 22:42:18 +00:00
c34335fd46 Add sounds/originals/.gitkeep
a pushed to main at a/umi 2024-10-21 22:41:50 +00:00
e4c4dd588e Add: normalize-all helper script to normalize entire library of sounds
a pushed to main at a/umi 2024-10-21 22:40:59 +00:00
6b95e3d43c Add: normalize script to normalize volume of sounds library
a pushed to main at a/umi 2024-10-21 22:37:56 +00:00
b9429caf75 Update .gitignore
a pushed to main at a/umi 2024-10-21 22:30:57 +00:00
410f286eb6 Add: logs/.gitkeep
a pushed to main at a/umi 2024-10-21 22:30:16 +00:00
1443d6dca6 Add: sounds/.gitkeep
a commented on issue a/umi#1 2024-10-21 22:25:24 +00:00
Spotify to YouTube link conversion

might need further consideration since youtube by default blocks requests from servers (hetzner?) without cookies now

a pushed to main at a/umi 2024-10-21 22:22:16 +00:00
36bfe4c390 Add: mount cookies.txt inside docker image
a pushed to main at a/umi 2024-10-21 22:21:45 +00:00
561793286c Add: support using cookies
a pushed to main at a/umi 2024-10-21 21:55:53 +00:00
52ed4f40bb Fix: load opus on debian
a pushed to main at a/umi 2024-10-21 21:48:28 +00:00
a966e8af05 Fix: mount a directory to write logs to
a pushed to main at a/umi 2024-10-21 21:45:07 +00:00
21a64054ce Fix: don't forget to mount the actual app
a pushed to main at a/umi 2024-10-21 21:41:00 +00:00
9decd6552b Fix: actually import YoutubeSearch and fix self-variable access
a pushed to main at a/umi 2024-10-21 21:38:24 +00:00
81e4db9c4f Change: mount cogs instead of copying into docker image