Added spotify link functionality

This commit is contained in:
2025-07-30 22:30:06 -05:00
parent 045d19c4c8
commit 158633d077
4 changed files with 195 additions and 42 deletions

View File

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