Commit Graph

114 Commits (5ec62d4d439f49599438990bc46d7bf5f0739d64)
 

Author SHA1 Message Date
Nekojimi 5ec62d4d43 Add support for uploading tracks to play them. 7 months ago
Nekojimi a9c5bb37f8 Disable streaming mode for now. 7 months ago
Nekojimi 6759afe76b WIP: initial work on streaming instead of downloading. 7 months ago
Nekojimi c8684dbe75 Fix exception raised if something is added to the queue while Chords isn't present. 7 months ago
Nekojimi 11c8991943 Fix track skipping not clearing the current track. 7 months ago
Nekojimi 95d2e41a03 Add support for Tracks to store new input stream formats, not just files. 7 months ago
Nekojimi 536743c6c1 MusicHandler: properly skip tracks on error. 7 months ago
Nekojimi 143f5dacda Prevent error if queue command is used while not in a channel. 7 months ago
Nekojimi 758f6a0d48 Fix issue where no URL would be retrieved for search results. 7 months ago
Nekojimi a901163af3 Retry opening audio streams after all exceptions, not just IO failure. 7 months ago
Nekojimi abd676fa49 Retry opening track files after failure, and gracefully handle final failure by skipping the track. 7 months ago
Nekojimi dd977cc899 Fuck my entire existence 7 months ago
Nekojimi 1d78f2a3fb Download 8 fragments in parallel. 7 months ago
Nekojimi c2c748470f Possibly optimise download speed by rate-limiting update messages? 7 months ago
Nekojimi 268af0ff3f Stop pretending to be Android. 7 months ago
Nekojimi 26010946c2 Temporarily fix Downloader. 7 months ago
Nekojimi ab26e65fdb Remove bad references to Recommender. 7 months ago
Nekojimi 571139a59c Screw it, more changes 7 months ago
Nekojimi 95f838c392 Fix play command search result selection. 8 months ago
Nekojimi 7d3795b10a Remove debug audio output. 10 months ago
Nekojimi 3899792e7f Update README.md 10 months ago
Nekojimi fdbd8937f5 Change pipeline to use pull architecture. 10 months ago
Nekojimi b41f5c97a3 Delete 'pom.xml.orig' 1 year ago
Nekojimi 1ad6617914 Update '.gitignore' 1 year ago
Nekojimi 16c2c61e76 Fix auto-disconnect when last user leaves. 1 year ago
Nekojimi 2a25e1368d Mega-refactor: change song to track everywhere. 1 year ago
Nekojimi abfab9a18d Clean up code. 1 year ago
Nekojimi 07b45309c1 Ensure tracks play in the correct order by using PriorityQueue. 1 year ago
Nekojimi 310158a39b Add support for downloading entire playlists. 1 year ago
Nekojimi de807b4524 Add equals and hashcode to Format. 1 year ago
Nekojimi d9a7da27f2 Fix issue with skip command not ending current track. 1 year ago
Nekojimi be6036cd5d Merge branch 'jda-v5' 2 years ago
Nekojimi c7ab883d5e Update JDA to v5.0. 2 years ago
Nekojimi 3ff544d699 Report download progress while downloading. 2 years ago
Nekojimi 9fa5e36cdc Handle new format listing style in yt-dlp. 2 years ago
Nekojimi d50657ef90 Move local address handling to first part of initialisation. 2 years ago
Nekojimi f1cc31dcd9 Send acknowledgement message for new songs immediately, instead of after download is scheduled. 2 years ago
Nekojimi 0914cadaf5 Move some text-parsing methods to Util class. 2 years ago
Nekojimi 490101fcad Update JDA to v5.0. 2 years ago
Nekojimi 1dba55620f Print local address to debug on start. 2 years ago
Nekojimi 0c29d56317 Made LocalBindSocketFactory much more hardcore. 2 years ago
Nekojimi 6ef49c9e51 Fixed some silly mistakes with local address handling. 2 years ago
Nekojimi 7c4ea13e3c Change local address handling to also apply to JDA's HTTPClient. 2 years ago
Nekojimi 7cd118985a Add new settings system, and allow youtube-dl command to be set via it. 2 years ago
Nekojimi 2ec6da49b5 Fix main class in pom.xml. 2 years ago
Nekojimi f043ab906d Add debug warning if music player starts pulling tricky shit again 2 years ago
Nekojimi 6f23b60511 Update references to main class. 2 years ago
Nekojimi 1b7d4adeb9 Rename main class to "Chords". 2 years ago
Nekojimi 000e0e5d5c Fix reading of API token. 2 years ago
Nekojimi 52e34493bd Add JCommander to dependencies. 2 years ago