Commit graph

18 commits

Author SHA1 Message Date
a 76c933bde1 Fix: Try to load opus if it wasn't automatically loaded
This is necessary for musl-based systems like Alpine because ctypes.util.find_library('opus') will not find anything -- see https://bugs.python.org/issue21622 for more info
2024-05-13 05:23:32 +00:00
a 92766b83ff Add missing opus dependency 2024-05-13 04:54:49 +00:00
a 48259cf5ae Add mention of yt-dlp as a requirement 2024-05-10 19:48:20 +00:00
a 717f8cc3fb Change to using python:alpine instead of python:latest (debian)
actually smaller images this time?
2024-05-10 19:26:11 +00:00
a 8d3d029671 Remove obsolete version entry 2024-05-10 19:23:57 +00:00
a 3914b44274 Change to using youtube_search instead of yt-dlp for searches 2024-05-10 19:02:03 +00:00
a 6b091b0bd1 Add youtube_search as a dependency
yt-dlp's ytsearch is either too slow or doesn't contain any metadata for youtube shorts.
2024-05-10 18:55:34 +00:00
a 8bc6cb59c4 Change to using python image instead of archlinux
This should reduce image sizes quite a bit?
2024-05-10 18:54:39 +00:00
a 2352c101bc Update 'cogs/music.py' 2023-03-27 00:43:27 +00:00
a bb26a223b1 allow docker compose container to restart on host reboot 2023-02-02 03:32:13 -06:00
a eb6ed9e784 store original url for nowplaying, fix ytsearch due to yt-dlp api changes 2023-01-29 18:46:37 -06:00
a 6a7ec8eef7 support more dice notation
squashed commits:
- fix unpacking regex matches for dice notation
- fix missing cast to integer
- fix raw result output
- fix formatting of chat message for raw result
- faster dockerfile builds?
- fancier output format
- fix variable name collision
- remove unnecessary newline
- more robust handling of dF
- fix typo
- fix formatting
- use blank character for dF
2023-01-17 10:47:18 -06:00
a 8aaf150f14 add ffmpeg and docker compose to readme 2022-12-12 08:58:47 -06:00
a da7df0fc45 add docker support
fix buffered output and missed var name

fix missing comma

change dockerfile to install ffmpeg and dependencies on top of archlinux

fix pacman not syncing

fix pacman not syncing

fix pacman not autoconfirming

fix missing pip
2022-12-12 06:59:44 -06:00
a 4ac878fecb Modern packaging
- add pyproject.toml, README, and recommend using pdm
- cleanup dependencies and switch to better ones
- remove mumble stub

fix missing env var call
fix null env var
2022-12-12 06:59:21 -06:00
a 5a0dff92b0 add refresh command and protect against empty queries 2022-07-01 09:07:16 -05:00
a 83bc13a2c0 update with bugfixes 2022-06-29 11:03:26 -05:00
a 8d3e7b6356 first commit 2022-06-23 00:09:34 -05:00