Skip to content

fix(mpris): skip caching base64 cover arts#423

Open
navidmafi wants to merge 1 commit into
Aylur:mainfrom
navidmafi:main
Open

fix(mpris): skip caching base64 cover arts#423
navidmafi wants to merge 1 commit into
Aylur:mainfrom
navidmafi:main

Conversation

@navidmafi

@navidmafi navidmafi commented Nov 14, 2025

Copy link
Copy Markdown

This fixes thousands of lines of base64 output splattering all over your terminal.
image

@Aylur

Aylur commented Nov 14, 2025

Copy link
Copy Markdown
Owner

we should instead handle it and also write that to a file

@navidmafi

Copy link
Copy Markdown
Author

I thought to myself that since the data is available at demand at no cost (unlike https) there would be no need for caching

Is my reasoning incorrect? I will try to adapt this to handle them

@Aylur

Aylur commented Nov 14, 2025

Copy link
Copy Markdown
Owner

Its not cached for the sake of being cached. It is cached so that it is written to a file which is easier to work with on the user's side through the cover_art prop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants