Nekojimi
  • Joined on 2021-09-17
Nekojimi pushed to master at Nekojimi/Chords 2023-11-07 00:35:48 +00:00
16c2c61e76 Fix auto-disconnect when last user leaves.
Nekojimi closed issue Nekojimi/Chords#5 2023-11-05 23:01:00 +00:00
If a whole playlist is specified, add all of it to Queue
Nekojimi pushed to master at Nekojimi/Chords 2023-11-05 22:35:48 +00:00
2a25e1368d Mega-refactor: change song to track everywhere.
Nekojimi pushed to master at Nekojimi/Chords 2023-11-05 21:56:12 +00:00
abfab9a18d Clean up code.
07b45309c1 Ensure tracks play in the correct order by using PriorityQueue.
310158a39b Add support for downloading entire playlists.
de807b4524 Add equals and hashcode to Format.
Compare 4 commits »
Nekojimi opened issue Nekojimi/Chords#18 2023-10-30 21:30:31 +00:00
Check that ytdl is updated regularly
Nekojimi opened issue Nekojimi/Chords#17 2023-10-30 21:29:39 +00:00
Add soundboard: post an emoji to play a predefined sound
Nekojimi opened issue Nekojimi/Chords#16 2023-10-30 21:29:06 +00:00
Use last.fm reccomendations API to play music similar to what the users have chosen
Nekojimi pushed to master at Nekojimi/Chords 2023-10-30 14:51:58 +00:00
d9a7da27f2 Fix issue with skip command not ending current track.
Nekojimi closed issue Nekojimi/Chords#11 2023-03-26 20:41:10 +01:00
Considering switching to ytdlp
Nekojimi closed pull request Nekojimi/Chords#15 2023-03-26 20:40:32 +01:00
jda-v5
Nekojimi pushed to master at Nekojimi/Chords 2023-03-26 19:59:06 +01:00
be6036cd5d Merge branch 'jda-v5'
c7ab883d5e Update JDA to v5.0.
490101fcad Update JDA to v5.0.
Compare 3 commits »
Nekojimi created pull request Nekojimi/Chords#15 2023-03-26 19:56:48 +01:00
jda-v5
Nekojimi pushed to jda-v5 at Nekojimi/Chords 2023-03-26 19:55:12 +01:00
c7ab883d5e Update JDA to v5.0.
Nekojimi pushed to master at Nekojimi/Chords 2023-03-04 19:55:21 +00:00
3ff544d699 Report download progress while downloading.
9fa5e36cdc Handle new format listing style in yt-dlp.
d50657ef90 Move local address handling to first part of initialisation.
f1cc31dcd9 Send acknowledgement message for new songs immediately, instead of after download is scheduled.
0914cadaf5 Move some text-parsing methods to Util class.
Compare 5 commits »
Nekojimi created branch jda-v5 in Nekojimi/Chords 2023-03-04 01:08:56 +00:00
Nekojimi pushed to jda-v5 at Nekojimi/Chords 2023-03-04 01:08:56 +00:00
490101fcad Update JDA to v5.0.
Nekojimi pushed to master at Nekojimi/Chords 2023-03-03 23:45:29 +00:00
1dba55620f Print local address to debug on start.
Nekojimi pushed to master at Nekojimi/Chords 2023-03-03 23:35:01 +00:00
0c29d56317 Made LocalBindSocketFactory much more hardcore.
6ef49c9e51 Fixed some silly mistakes with local address handling.
Compare 2 commits »
Nekojimi pushed to master at Nekojimi/Chords 2023-03-03 23:06:10 +00:00
7c4ea13e3c Change local address handling to also apply to JDA's HTTPClient.
Nekojimi pushed to master at Nekojimi/Chords 2023-03-03 18:41:20 +00:00
7cd118985a Add new settings system, and allow youtube-dl command to be set via it.