aboutsummaryrefslogtreecommitdiff
path: root/src/services/player.ts
AgeCommit message (Expand)AuthorFilesLines
2024-11-01Refactor player service to use getGuildSettings instead of passing in the con...Hazzajenko1-11/+12
2024-09-15feat: automatically turn down volume when people talksYitong Xiao1-1/+66
2024-07-17Switch to Distube's ytdl-core fork (resolves playback issue) (#1042)MarcoCoreDuo1-2/+2
2024-06-13Stop audioplayer properly (#1032)MarcoCoreDuo1-3/+12
2024-04-28Add SponsorBlock support (#1013)Charlignon1-1/+1
2024-03-12Implement volume control #830 (#994)Matt Foxx1-9/+45
2024-03-03[RFC] Auto-announce when new song comes on (#914)Andrew Mike1-1/+12
2024-01-16Add /loop-queue command (#989)Reynard G1-0/+12
2023-12-21Optimize docker memory (#976)ninele71-1/+1
2023-05-13Fix caching (#941)Max Isom1-22/+16
2023-05-13Normalize playback volume across tracks (#939)Max Isom1-5/+16
2023-03-04Create guild settings if not found (#911)Federico Rapetti1-6/+2
2023-03-04Temporary workaround for VoiceConnection stuck in signalling state (#907)Federico Rapetti1-0/+16
2022-08-08Fix cache condition (#767)Max Isom1-1/+1
2022-06-25Add /loop support for individual songs (#707)Cleo1-1/+7
2022-05-13fix command permission handling and push discord to v10 (#640)Kevin Kendzia1-2/+2
2022-03-29/move command now shows the track that was moved and its position (#610)Rithwik Rayani1-1/+3
2022-03-19Fix lint issueMax Isom1-10/+8
2022-03-19added move command (#585)Rithwik Rayani1-0/+10
2022-03-17Kill FFMPEG after stream is closed (#582)Max Isom1-3/+12
2022-03-13Parse duration strings for /fseek and /seek (#565)Max Isom1-3/+13
2022-03-12Support for web streaming audio files (#550)Thongrapee Panyapatiphan1-37/+48
2022-03-09Add `split` command (#363)Hellyson Rodrigo Parteka1-6/+28
2022-02-24Merge branch 'master' of github.com:codetheweb/museMax Isom1-0/+6
2022-02-24Add stop command (#540)Thongrapee Panyapatiphan1-0/+6
2022-02-24Remove unnecessary console.logMax Isom1-2/+0
2022-02-11Configurable voice channel leave behavior (#514)Johannes Vääräkangas1-2/+30
2022-02-05Migrate to slash commands (#431)Max Isom1-12/+29
2022-01-29Fix livestreamsMax Isom1-6/+13
2022-01-21Announce current song (#470)Thongrapee Panyapatiphan1-0/+2
2022-01-07Bump discord.jsMax Isom1-0/+1
2021-12-12Always resumeMax Isom1-0/+4
2021-11-24Add back -re option on uncached streamsMax Isom1-9/+11
2021-11-24Merge branch 'master' into feature/better-file-cachingMax Isom1-0/+4
2021-11-20Merge branch 'master' into removeMax Isom1-2/+6
2021-11-20feat: remove from queueDrunkenToast1-0/+4
2021-11-20fix: change `player.add(...)` behaviorHellyson Rodrigo Parteka1-16/+3
2021-11-20feat: discord.js v13Hellyson Rodrigo Parteka1-25/+32
2021-11-20Only add event listeners onceMax Isom1-2/+6
2021-11-19Move file caching logic to new FileCache serviceMax Isom1-41/+12
2021-11-17fix: change `player.add(...)` behaviorHellyson Rodrigo Parteka1-16/+3
2021-11-17Merge branch 'master' into bugfix/only-add-listeners-onceMax Isom1-23/+35
2021-11-12feat: discord.js v13Hellyson Rodrigo Parteka1-21/+32
2021-10-31Add -re flagMax Isom1-0/+1
2021-10-03Only add event listeners onceMax Isom1-2/+6
2021-09-19Bump linter versionMax Isom1-2/+2
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom1-1/+1
2021-09-18Correctly skip song if unavailableMax Isom1-3/+19
2021-04-23Allow skipping multiple tracksMax Isom1-6/+6
2020-10-24Fix auto translate search functionMax Isom1-1/+1