chore: switch from inflector to convert case
chore: tweak timeout settings again
fix: make debug mode more useful by showing full track path
fix: strip url from reqwest errors
* feat: start work on chillhop scraper
only the basic get request with caching has actually been implemented,
but the rest shouldn't be too complicated.
* feat: finish chillhop scraper
* chore: remove vscode dir
* chore: upload new chillhop list for comparison
* fix: improve scraper and remove duplicates
* style: reorganize release scan function slightly
* fix: make lowfi compile on non-linux
* feat: make scraper fully reproducable (hopefully)
* chore: remove useless mut
* feat: add scrape feature flag
* chore: update deps
* chore: i hate macos
* chore: add .DS_Store to gitignore
* fix: ignore two tracks with lyrics
* fix: seperate get function from chillhop scraper
* fix: linux audio output stream
* chore: replace chillhop old list
chore: migrate to rodio v0.21.1
feat: add a currently nonfunctional source argument to the scrape
command
well, this is an important commit for anyone who has some interest in
the workings of lowfi, so strap in.
rodio finally updated cpal, so that ugly unsafe bit of code to implement
send is no longer necessary since cpal did it themselves (a year ago)
they also removed output stream handles and some other things which
nobody really used anyway.
next, the other file types is literally not even code, just adding a
feature flag which enables the default rodio feature flags. i do feel a
bit silly for thinking it'd be super difficult, so thanks rodio.
lastly, the source flag is for a possible switch to the chillhop
tracklist. anything embedded into lowfi should be generated with an open
source script, hence if lowfi does switch to chillhop, it'll need to be
selectable.