| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-04 | Merge pull request #1137 from museofficial/develop | Stefano | 4 | -80/+98 | |
| Develop | |||||
| 2024-11-04 | Merge pull request #1092 from sofushn/master | Stefano | 4 | -80/+98 | |
| feat: allow running without spotify | |||||
| 2024-11-01 | Refactor player service to use getGuildSettings instead of passing in the ↵ | Hazzajenko | 1 | -11/+12 | |
| config. | |||||
| 2024-11-01 | Update dotenv line to latest version of muse. | Hazzajenko | 1 | -5/+1 | |
| Removed obsolete TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK and TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK_TARGET environment variables and corresponding class properties as we will use the discord commands instead. | |||||
| 2024-10-28 | Merge branch 'master' into feature/select-dotenv-path | João Costa | 3 | -5/+15 | |
| 2024-09-15 | feat: automatically turn down volume when people talks | Yitong Xiao | 2 | -1/+70 | |
| 2024-09-07 | chore: make linter parse | sofushn | 1 | -4/+4 | |
| 2024-09-07 | feat: allow running without spotify | sofushn | 4 | -80/+98 | |
| 2024-07-17 | Added skip currently playing track option into the /play options. (#1046) | MintyFreshers | 1 | -2/+12 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2024-07-17 | Switch from node-ytsr to Distube's fork (#1024) | Son Roy Almerol | 1 | -1/+1 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2024-07-17 | Switch to Distube's ytdl-core fork (resolves playback issue) (#1042) | MarcoCoreDuo | 1 | -2/+2 | |
| 2024-07-06 | Feat: allow users to change dotenv file with env var | JoaoCostaIFG | 1 | -1/+1 | |
| This facilitates the usage of docker secrets for the keys/tokens. | |||||
| 2024-06-13 | Stop audioplayer properly (#1032) | MarcoCoreDuo | 1 | -3/+12 | |
| 2024-04-28 | Fix ERR_MODULE_NOT_FOUND for constants file (#1023) | Son | 1 | -3/+3 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2024-04-28 | Add SponsorBlock support (#1013) | Charlignon | 3 | -3/+90 | |
| 2024-04-28 | Added config to make add to queue responses for requester only (#1021) | Sheeley7 | 1 | -2/+2 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 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 | 3 | -3/+3 | |
| 2023-05-13 | Fix caching (#941) | Max Isom | 2 | -39/+29 | |
| 2023-05-13 | Normalize playback volume across tracks (#939) | Max Isom | 1 | -5/+16 | |
| 2023-03-18 | Remove package youtube.ts (#902) | Christian Schuhmann | 2 | -76/+107 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2023-03-04 | Fix all lint errors (#909) | Federico Rapetti | 3 | -8/+4 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2023-03-04 | Create guild settings if not found (#911) | Federico Rapetti | 2 | -12/+4 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2023-03-04 | Temporary workaround for VoiceConnection stuck in signalling state (#907) | Federico Rapetti | 1 | -0/+16 | |
| 2023-02-14 | Fix infinite loop | Max Isom | 1 | -1/+1 | |
| Resolves https://github.com/codetheweb/muse/issues/884 | |||||
| 2022-08-08 | Fix cache condition (#767) | Max Isom | 1 | -1/+1 | |
| 2022-08-04 | Bump dependencies & fix bot status (#753) | Max Isom | 1 | -4/+18 | |
| 2022-07-16 | Retry Spotify token refresh | Max Isom | 1 | -4/+6 | |
| 2022-06-25 | Add /loop support for individual songs (#707) | Cleo | 1 | -1/+7 | |
| 2022-05-16 | Fix spotify-uri import | Max Isom | 2 | -2/+2 | |
| Closes https://github.com/codetheweb/muse/issues/660 | |||||
| 2022-05-13 | fix command permission handling and push discord to v10 (#640) | Kevin Kendzia | 4 | -8/+13 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-04-07 | Fix case-sensitive import warning (#616) | Pierluigi Zagaria | 1 | -1/+1 | |
| 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-24 | Add customizable Bot status (#599) | Zagrthos | 1 | -0/+8 | |
| Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]> | |||||
| 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-15 | Fix YouTube track live attribute (#574) | Max Isom | 1 | -1/+1 | |
| 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 | 5 | -350/+448 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-03-09 | Add `split` command (#363) | Hellyson Rodrigo Parteka | 3 | -56/+174 | |
| 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 | 2 | -3/+34 | |
| Co-authored-by: Max Isom <[email protected]> | |||||
| 2022-02-05 | Migrate to slash commands (#431) | Max Isom | 5 | -146/+189 | |
| Co-authored-by: Federico fuji97 Rapetti <[email protected]> | |||||
| 2022-02-01 | Trim environment variables | Max Isom | 1 | -1/+1 | |
| 2022-01-29 | Fix livestreams | Max Isom | 1 | -6/+13 | |
