Reynard G
769f9da8a2
Add /loop-queue command ( #989 )
2024-01-16 19:44:44 -06:00
ninele7
d8d72074f2
Optimize docker memory ( #976 )
2023-12-21 18:30:25 -06:00
Max Isom
dd140b50fb
Fix caching ( #941 )
2023-05-13 20:34:29 -05:00
Max Isom
f54d7caa72
Normalize playback volume across tracks ( #939 )
2023-05-13 20:16:21 -05:00
Federico Rapetti
02ee8aefc8
Create guild settings if not found ( #911 )
...
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
2023-03-04 15:39:33 -06:00
Federico Rapetti
6926e39c56
Temporary workaround for VoiceConnection stuck in signalling state ( #907 )
2023-03-04 15:38:36 -06:00
Max Isom
0879c97ff4
Fix cache condition ( #767 )
2022-08-08 20:42:55 -05:00
Cleo
6cdfefe174
Add /loop support for individual songs ( #707 )
2022-06-25 19:20:45 -05:00
Kevin Kendzia
eb2885b206
fix command permission handling and push discord to v10 ( #640 )
...
Co-authored-by: Max Isom <hi@maxisom.me>
2022-05-13 19:44:14 -05:00
Rithwik Rayani
bd749d95a9
/move command now shows the track that was moved and its position ( #610 )
2022-03-29 17:38:24 -05:00
Max Isom
bd0e37e0b8
Fix lint issue
2022-03-19 11:04:20 -04:00
Rithwik Rayani
46df0875d5
added move command ( #585 )
...
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
2022-03-19 10:03:08 -05:00
Max Isom
b206254c77
Kill FFMPEG after stream is closed ( #582 )
2022-03-17 18:17:22 -05:00
Max Isom
6c00727a4a
Parse duration strings for /fseek and /seek ( #565 )
2022-03-13 17:30:36 -05:00
Thongrapee Panyapatiphan
6c118dc965
Support for web streaming audio files ( #550 )
...
Co-authored-by: Max Isom <hi@maxisom.me>
2022-03-12 09:50:29 -06:00
Hellyson Rodrigo Parteka
3dd1f21945
Add split
command ( #363 )
...
Co-authored-by: Max Isom <hi@maxisom.me>
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
2022-03-09 20:47:52 -06:00
Max Isom
3dfd16860b
Merge branch 'master' of github.com:codetheweb/muse
2022-02-24 18:24:56 -05:00
Thongrapee Panyapatiphan
4f0db62170
Add stop command ( #540 )
...
Co-authored-by: Max Isom <hi@maxisom.me>
2022-02-24 17:24:45 -06:00
Max Isom
edc95ad5db
Remove unnecessary console.log
2022-02-24 18:19:26 -05:00
Johannes Vääräkangas
4dbb55a721
Configurable voice channel leave behavior ( #514 )
...
Co-authored-by: Max Isom <hi@maxisom.me>
2022-02-11 20:05:02 -06:00
Max Isom
56a469a999
Migrate to slash commands ( #431 )
...
Co-authored-by: Federico fuji97 Rapetti <fuji1097@gmail.com>
2022-02-05 16:16:17 -06:00
Max Isom
c519a43620
Fix livestreams
2022-01-29 22:01:03 -05:00
Thongrapee Panyapatiphan
59cbc8b474
Announce current song ( #470 )
...
Co-authored-by: Max Isom <hi@maxisom.me>
2022-01-21 12:50:57 -06:00
Max Isom
892c06a110
Bump discord.js
2022-01-07 12:38:07 -06:00
Max Isom
e4a8dde776
Always resume
2021-12-12 13:20:36 -05:00
Max Isom
9f9469f682
Add back -re option on uncached streams
2021-11-24 13:16:44 -06:00
Max Isom
71b62cb3aa
Merge branch 'master' into feature/better-file-caching
2021-11-24 11:42:38 -06:00
Max Isom
b93e6644b7
Merge branch 'master' into remove
2021-11-20 19:02:48 -05:00
DrunkenToast
5a74115beb
feat: remove from queue
...
+ fix typo queuecommand
2021-11-20 19:01:52 -05:00
Hellyson Rodrigo Parteka
46701a8aab
fix: change player.add(...)
behavior
2021-11-20 19:01:52 -05:00
Hellyson Rodrigo Parteka
fe5f9cf9a7
feat: discord.js v13
2021-11-20 19:01:51 -05:00
Max Isom
1ddd19dbb9
Only add event listeners once
...
See #372
2021-11-20 19:01:00 -05:00
Max Isom
f5149dfaba
Move file caching logic to new FileCache service
...
Also: removes the -re ffmpeg option.
If this option is passed, ffmpeg won't write to fs-capacitor (and the cache file) as fast as possible.
In other words, the cache file won't finish writing until the entire stream has been played.
2021-11-19 12:13:45 -05:00
Hellyson Rodrigo Parteka
c16449b08f
fix: change player.add(...)
behavior
2021-11-17 20:17:08 -03:00
Max Isom
dd81fc47fd
Merge branch 'master' into bugfix/only-add-listeners-once
2021-11-17 16:16:00 -05:00
Hellyson Rodrigo Parteka
8448feebb6
feat: discord.js v13
2021-11-12 16:30:18 -03:00
Max Isom
a4e67d6383
Add -re flag
...
See #389 , https://trac.ffmpeg.org/wiki/StreamingGuide
2021-10-31 11:20:59 -04:00
Max Isom
defb56ed5e
Only add event listeners once
...
See #372
2021-10-03 12:59:26 -04:00
Max Isom
dcac22832d
Bump linter version
2021-09-19 22:24:46 -04:00
Max Isom
fd782219ef
Move to ESM, use ytsr, implement caching
...
Closes #315
2021-09-19 22:09:09 -04:00
Max Isom
9a2ef876d3
Correctly skip song if unavailable
...
Also lets user know in text channel that song is unavailable after skipping.
Fixes #324
2021-09-18 16:55:50 -04:00
Max Isom
5d92d4ed54
Allow skipping multiple tracks
2021-04-23 12:30:31 -04:00
Max Isom
e103282cd7
Fix auto translate search function
2020-10-24 13:11:29 -04:00
Max Isom
599dbce6e6
Bump packages
2020-10-24 12:32:43 -04:00
Max Isom
cd4b42a8f6
Bump dependencies
2020-08-24 14:53:18 -05:00
Max Isom
7fcd9a6a7d
Fix caching bug
2020-03-27 18:28:50 -05:00
Max Isom
4e1a156f9b
Bump dependencies
2020-03-25 17:59:09 -05:00
Max Isom
dc70a37e96
Fix position tracking bug and catch ffmpeg errors
2020-03-25 17:32:43 -05:00
Max Isom
334a2bf0a0
Fix queue and player bugs
2020-03-23 19:40:54 -05:00
Max Isom
9c91ce1a13
Merge Player and Queue services
2020-03-20 20:47:04 -05:00