aboutsummaryrefslogtreecommitdiff
path: root/src/services/get-songs.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-09-07chore: make linter parsesofushn1-4/+4
2024-09-07feat: allow running without spotifysofushn1-8/+94
2023-12-21Optimize docker memory (#976)ninele71-1/+1
2023-03-04Fix all lint errors (#909)Federico Rapetti1-4/+2
Co-authored-by: Max Isom <[email protected]>
2022-05-16Fix spotify-uri importMax Isom1-1/+1
Closes https://github.com/codetheweb/muse/issues/660
2022-03-12Support for web streaming audio files (#550)Thongrapee Panyapatiphan1-310/+46
Co-authored-by: Max Isom <[email protected]>
2022-03-09Add `split` command (#363)Hellyson Rodrigo Parteka1-42/+135
Co-authored-by: Max Isom <[email protected]> Co-authored-by: Max Isom <[email protected]>
2022-02-05Migrate to slash commands (#431)Max Isom1-3/+1
Co-authored-by: Federico fuji97 Rapetti <[email protected]>
2022-01-25Fix whole playlist fails when one song is unavailable (#489)Thongrapee Panyapatiphan1-7/+10
Co-authored-by: Max Isom <[email protected]>
2022-01-21Announce current song (#470)Thongrapee Panyapatiphan1-9/+11
Co-authored-by: Max Isom <[email protected]>
2022-01-07Bump youtube.tsMax Isom1-3/+3
2022-01-06Don't silently failMax Isom1-48/+36
2021-12-18Revert incorrect changesThongrapee Panyapatiphan1-8/+8
2021-12-09Merge branch 'master' into playlist-limit-configThongrapee Panyapatiphan1-3/+3
2021-11-18Add FileCache modelMax Isom1-3/+3
2021-10-01Simplify codeThongrapee Panyapatiphan1-2/+2
2021-10-01Read playlist song limit from SettingsThongrapee Panyapatiphan1-9/+9
2021-10-01Revert "Add config for song limit per playlist"Thongrapee Panyapatiphan1-9/+7
This reverts commit 296a0a8178fb3c670c924b230a042cc1e6241719.
2021-09-30Add config for song limit per playlistThongrapee Panyapatiphan1-7/+9
2021-09-23fix: playlist load, cache keyHellyson Rodrigo Parteka1-8/+10
Fixes #357
2021-09-19Bump linter versionMax Isom1-31/+29
2021-09-19Move to ESM, use ytsr, implement cachingMax Isom1-28/+87
Closes #315
2021-09-19Reorg third party services & configMax Isom1-5/+7
2021-09-18Correctly skip song if unavailableMax Isom1-8/+11
Also lets user know in text channel that song is unavailable after skipping. Fixes #324
2021-09-14Fix URL cleaning: youtube IDs are not valid URLsLuis Ávila1-10/+2
2021-09-14Clean URL search paramsMax Isom1-1/+10
Closes #316
2021-05-30Fix shuffle bug for long Spotify playlistsMax Isom1-6/+3
A random sample of 50 songs is taken for long playlists since mapping Spotify -> YouTube is expensive. However, the function used previously allowed for duplicates within that sample of 50.
2021-04-01Bump dependencyMax Isom1-3/+2
2021-04-01Support playlists with more than 50 itemsMax Isom1-20/+50
2020-10-24Fix auto translate search functionMax Isom1-14/+5
2020-10-24Bump packagesMax Isom1-3/+3
2020-08-24Bump dependenciesMax Isom1-2/+2
2020-03-25Bump dependenciesMax Isom1-3/+11
2020-03-20Merge Player and Queue servicesMax Isom1-2/+3
2020-03-19Small bug fixesMax Isom1-1/+1
2020-03-18Add queue output, various bug fixesMax Isom1-2/+2
2020-03-18Limit playlist adds to 50 songsMax Isom1-5/+18
2020-03-17Refactor play commandMax Isom1-0/+185