| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-01 | Refactor player service to use getGuildSettings instead of passing in the ↵ | Hazzajenko | 1 | -11/+12 | |
| config. | |||||
| 2024-09-15 | feat: automatically turn down volume when people talks | Yitong Xiao | 1 | -1/+66 | |
| 2024-07-17 | Switch to Distube's ytdl-core fork (resolves playback issue) (#1042) | MarcoCoreDuo | 1 | -2/+2 | |
| 2024-06-13 | Stop audioplayer properly (#1032) | MarcoCoreDuo | 1 | -3/+12 | |
| 2024-04-28 | Add SponsorBlock support (#1013) | Charlignon | 1 | -1/+1 | |
| 2024-03-12 | Implement volume control #830 (#994) | Matt Foxx | 1 | -9/+45 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2024-03-03 | [RFC] Auto-announce when new song comes on (#914) | Andrew Mike | 1 | -1/+12 | |
| Co-authored-by: Andrew Mike <[email protected]> Co-authored-by: Andrew Mike <[email protected]> | |||||
| 2024-01-16 | Add /loop-queue command (#989) | Reynard G | 1 | -0/+12 | |
| 2023-12-21 | Optimize docker memory (#976) | ninele7 | 1 | -1/+1 | |
| 2023-05-13 | Fix caching (#941) | Max Isom | 1 | -22/+16 | |
| 2023-05-13 | Normalize playback volume across tracks (#939) | Max Isom | 1 | -5/+16 | |
| 2023-03-04 | Create guild settings if not found (#911) | Federico Rapetti | 1 | -6/+2 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2023-03-04 | Temporary workaround for VoiceConnection stuck in signalling state (#907) | Federico Rapetti | 1 | -0/+16 | |
| 2022-08-08 | Fix cache condition (#767) | Max Isom | 1 | -1/+1 | |
| 2022-06-25 | Add /loop support for individual songs (#707) | Cleo | 1 | -1/+7 | |
| 2022-05-13 | fix command permission handling and push discord to v10 (#640) | Kevin Kendzia | 1 | -2/+2 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-03-29 | /move command now shows the track that was moved and its position (#610) | Rithwik Rayani | 1 | -1/+3 | |
| 2022-03-19 | Fix lint issue | Max Isom | 1 | -10/+8 | |
| 2022-03-19 | added move command (#585) | Rithwik Rayani | 1 | -0/+10 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-03-17 | Kill FFMPEG after stream is closed (#582) | Max Isom | 1 | -3/+12 | |
| 2022-03-13 | Parse duration strings for /fseek and /seek (#565) | Max Isom | 1 | -3/+13 | |
| 2022-03-12 | Support for web streaming audio files (#550) | Thongrapee Panyapatiphan | 1 | -37/+48 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-03-09 | Add `split` command (#363) | Hellyson Rodrigo Parteka | 1 | -6/+28 | |
| Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-02-24 | Merge branch 'master' of github.com:codetheweb/muse | Max Isom | 1 | -0/+6 | |
| 2022-02-24 | Add stop command (#540) | Thongrapee Panyapatiphan | 1 | -0/+6 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-02-24 | Remove unnecessary console.log | Max Isom | 1 | -2/+0 | |
| 2022-02-11 | Configurable voice channel leave behavior (#514) | Johannes Vääräkangas | 1 | -2/+30 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-02-05 | Migrate to slash commands (#431) | Max Isom | 1 | -12/+29 | |
| Co-authored-by: Federico fuji97 Rapetti <[email protected]> | |||||
| 2022-01-29 | Fix livestreams | Max Isom | 1 | -6/+13 | |
| 2022-01-21 | Announce current song (#470) | Thongrapee Panyapatiphan | 1 | -0/+2 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-01-07 | Bump discord.js | Max Isom | 1 | -0/+1 | |
| 2021-12-12 | Always resume | Max Isom | 1 | -0/+4 | |
| 2021-11-24 | Add back -re option on uncached streams | Max Isom | 1 | -9/+11 | |
| 2021-11-24 | Merge branch 'master' into feature/better-file-caching | Max Isom | 1 | -0/+4 | |
| 2021-11-20 | Merge branch 'master' into remove | Max Isom | 1 | -2/+6 | |
| 2021-11-20 | feat: remove from queue | DrunkenToast | 1 | -0/+4 | |
| + fix typo queuecommand | |||||
| 2021-11-20 | fix: change `player.add(...)` behavior | Hellyson Rodrigo Parteka | 1 | -16/+3 | |
| 2021-11-20 | feat: discord.js v13 | Hellyson Rodrigo Parteka | 1 | -25/+32 | |
| 2021-11-20 | Only add event listeners once | Max Isom | 1 | -2/+6 | |
| See #372 | |||||
| 2021-11-19 | Move file caching logic to new FileCache service | Max Isom | 1 | -41/+12 | |
| 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-17 | fix: change `player.add(...)` behavior | Hellyson Rodrigo Parteka | 1 | -16/+3 | |
| 2021-11-17 | Merge branch 'master' into bugfix/only-add-listeners-once | Max Isom | 1 | -23/+35 | |
| 2021-11-12 | feat: discord.js v13 | Hellyson Rodrigo Parteka | 1 | -21/+32 | |
| 2021-10-31 | Add -re flag | Max Isom | 1 | -0/+1 | |
| See #389, https://trac.ffmpeg.org/wiki/StreamingGuide | |||||
| 2021-10-03 | Only add event listeners once | Max Isom | 1 | -2/+6 | |
| See #372 | |||||
| 2021-09-19 | Bump linter version | Max Isom | 1 | -2/+2 | |
| 2021-09-19 | Move to ESM, use ytsr, implement caching | Max Isom | 1 | -1/+1 | |
| Closes #315 | |||||
| 2021-09-18 | Correctly skip song if unavailable | Max Isom | 1 | -3/+19 | |
| Also lets user know in text channel that song is unavailable after skipping. Fixes #324 | |||||
| 2021-04-23 | Allow skipping multiple tracks | Max Isom | 1 | -6/+6 | |
| 2020-10-24 | Fix auto translate search function | Max Isom | 1 | -1/+1 | |
