-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio previews not showing album image #96
Comments
After some bit of testing it seems the first error is produced by the |
I narrowed down the second error as being produced by kitty after passing an invalid string, which suggests that all of the contents of the x and y variables are being passed to kitty into the --place flag. Also I found that if you do this it first loads the ffmpeg metadata and after the cover is in the cache, it will alyways load it instead of the metadata, i don't know if this is the intended behaviour (I would assume it's showing the cover and the metadata at the same time). |
I was able to fix this when using sixel by putting this in the config file:
|
When I try using the audio previews the metadata is okay, however the album image is not shown, apparently because of these errors:
what's weird is that the images are getting generated in ~/.cache/ctpv/
The text was updated successfully, but these errors were encountered: