James H james
  • Joined on 2022-09-19
james pushed to main at james/python-scripts 2024-11-26 22:57:52 +00:00
5cd69b1cbc Add retroarch playlist generator script
james pushed to main at james/JamesCam 2024-04-02 19:50:50 +01:00
2597710ce6 Update README
james created repository james/JamesCam 2024-04-02 19:43:05 +01:00
james pushed to main at james/maker-advent-calendar-2023 2023-12-20 00:20:19 +00:00
b241bcb74d Day 3
james pushed to main at james/maker-advent-calendar-2023 2023-12-20 00:02:55 +00:00
f927e38f6e Day 2
james pushed to main at james/maker-advent-calendar-2023 2023-12-19 23:52:34 +00:00
5a39e00eab Day 1
james created repository james/maker-advent-calendar-2023 2023-12-19 23:39:12 +00:00
james opened issue james/mememan#25 2023-05-09 22:52:10 +01:00
Soundboard style web interface
james opened issue james/mememan#24 2023-04-08 17:04:32 +01:00
Voice player_finished if the original user has left the channel
james closed issue james/mememan#19 2023-04-08 01:03:24 +01:00
Rework command stuff into modules
james commented on issue james/mememan#19 2023-04-08 01:03:24 +01:00
Rework command stuff into modules

Done, continuation work in #21

james commented on issue james/mememan#20 2023-04-08 01:02:37 +01:00
Clear voice temp files

Could track what sound is playing + filename, assume that if it's finished playing that one then it's probably good to delete? not ideal

james commented on issue james/mememan#20 2023-04-08 01:02:08 +01:00
Clear voice temp files

File size isn't huge, more just annoying!

james commented on issue james/mememan#9 2023-04-08 01:01:27 +01:00
Auto create and remove voice channels

Would be good once #21 is implemented as then we'll have an alert called for users joining / leaving

james opened issue james/mememan#23 2023-04-08 00:59:24 +01:00
AI image generation
james opened issue james/mememan#22 2023-04-08 00:58:17 +01:00
ChatGPT
james commented on issue james/mememan#17 2023-04-08 00:57:09 +01:00
Dockerise
#!/bin/sh

apt-get update
apt-get -y install python3 python3-pip ffmpeg

python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 src/main.py
james closed issue james/mememan#13 2023-04-08 00:56:27 +01:00
Queue command
james commented on issue james/mememan#13 2023-04-08 00:56:27 +01:00
Queue command

Done, no channel name

james closed issue james/mememan#7 2023-04-08 00:56:04 +01:00
List command