Nekojimi
  • Joined on 2021-09-17
Nekojimi pushed to master at Nekojimi/MusicSearcher 2021-09-30 17:10:17 +01:00
d38c2ea164 Added JSON libraries to dependencies.
547fe438a6 Updated searchproviders.yml
Compare 2 commits »
Nekojimi pushed to master at Nekojimi/MusicSearcher 2021-09-30 17:09:12 +01:00
c60d1bfdfa Added a searcher that attempts to use search engines as a proxy.
Nekojimi pushed to master at Nekojimi/MusicSearcher 2021-09-30 17:08:06 +01:00
b8336c26fb Made WebScraperSearcher able to parse different result formats (HTML/JSON) and supply query parameters dynamically.
039a91ed40 Disabled API searcher class for now.
fe210ad8d0 Added initial support for parsing album-artist fields.
d3f083e0d5 Added query class.
ba9fde9cac Add object for storing API secrets.
Compare 5 commits »
Nekojimi pushed to master at Nekojimi/Chords 2021-09-29 22:10:34 +01:00
579fb01a20 Don't respond to messages unless they're in a text channel with "music"
42a9f0047b MusicHandler: rewrite to use circular byte buffer.
2412d57f4d Downloader: change timeout to 300 seconds, and fix destination parsing.
Compare 3 commits »
Nekojimi pushed to master at Nekojimi/Chords 2021-09-29 20:09:08 +01:00
603b7e2cd8 Print user's proper name, not ID.
3695e4bb13 Downloader: try to get low-quality audio for now.
Compare 2 commits »
Nekojimi pushed to master at Nekojimi/Chords 2021-09-29 19:57:50 +01:00
c8810ca271 Implement multithreaded downloading (Downloader class)
Nekojimi pushed to master at Nekojimi/MusicSearcher 2021-09-29 17:20:10 +01:00
d82b54ccf2 Initial implementation of API searcher.
68869a149e Implemented web scraper search.
4d7eccd1e0 WIP: added initial versions of search API.
c814c3ab4c Add searchproviders.yml
Compare 4 commits »
Nekojimi opened issue Nekojimi/Chords#7 2021-09-27 22:21:57 +01:00
Should download native format and then decode PCM directly
Nekojimi pushed to master at Nekojimi/Chords 2021-09-27 22:14:03 +01:00
2f7bb13dc6 Fix various problems.
Nekojimi opened issue Nekojimi/Chords#6 2021-09-27 21:59:18 +01:00
Sometimes playback stops after several seconds for no reason
Nekojimi opened issue Nekojimi/Chords#5 2021-09-27 21:58:59 +01:00
If a whole playlist is specified, add all of it to Queue
Nekojimi opened issue Nekojimi/Chords#4 2021-09-27 21:56:49 +01:00
Should download to temporary directory
Nekojimi opened issue Nekojimi/Chords#3 2021-09-27 21:53:35 +01:00
System should attempt audio-only download first (with -f bestaudio) then fall back to audio+video
Nekojimi closed issue Nekojimi/Chords#1 2021-09-27 21:52:37 +01:00
Add commands for queue management
Nekojimi created repository Nekojimi/MusicSearcher 2021-09-27 11:34:12 +01:00
Nekojimi pushed to master at Nekojimi/JavaMavenTemplate 2021-09-27 11:30:46 +01:00
fa8c62899e Updated with Maven build.
Nekojimi pushed to master at Nekojimi/JavaMavenTemplate 2021-09-27 10:53:00 +01:00
01369dfcdf Add NB Maven project.
Nekojimi created repository Nekojimi/JavaMavenTemplate 2021-09-27 10:42:11 +01:00
Nekojimi pushed to master at Nekojimi/CharacterMaker 2021-09-24 20:22:43 +01:00
2eaa1d5b62 Added eo-yaml dependency.
Nekojimi pushed to master at Nekojimi/Chords 2021-09-24 20:22:25 +01:00
367f2b93de Add Song class for storing details about queue items.