Added arbitrary spotify search

This commit is contained in:
2025-07-31 07:03:24 -05:00
parent d3ad04bc33
commit 6ee36cb65a
5 changed files with 93 additions and 51 deletions

View File

@ -31,9 +31,10 @@ TODO
+ ~~add art and lastfm url fetching~~
+ ~~add help command~~
+ ~~refactor to combine repeated parts of art, url, and fmi.~~
+ use macro for commands
+ use Option instead of empty string sentinel value
+ ~~use macro for commands~~
+ ~~use Option instead of empty string sentinel value~~
+ ~~add cache for album art colors~~
+ ~~add spotify link fetching~~
+ ~~add arbitrary spotify searching~~
+ make various parameters user-configurable
+ use tiny-skia instead of magick-rust?