You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for submitting the request. I'm a bit conflicted about it, since there's an ~infinite number of media formats, and chasing them could quickly lead to scope creep and dependency bloat. I think it makes sense to limit chafa in order to keep it small, manageable and secure, and maybe implement a separate package/tool specifically for previewing/multimedia/etc.
You can still use chafa to preview images from MP3 files - you just need to place a different tool in front of it to extract the image from the container (a quick search finds a couple, e.g. eyeD3). Chafa can take the image on stdin, so you can use it in pipelines if needed.
mpv --vo=sixel
can show covers embedded in media files such as mp3, it would be great ifchafa /some/audio/file.mp3
could do the same.The text was updated successfully, but these errors were encountered: