-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
I can't get the album art in Tmux #225
Comments
Yeah I haven't even started with tmux and making sure kew works there. I will look into it,. |
Thx! |
I think I found the culprit. Do you want to help me verify if it works now? run: and try it. |
oh, on kitty it still doesn't work for me. it says sixel image and then + signs. |
Of course, it's my pleasure. I verified it using your method and it seems it's still not working. |
Thanks! I prevented the image from scrolling up and disappearing on konsole terminal. So it seems to work there. It also seems to work on foot. But on kitty it does not display the image. Maybe @hpjansson knows what the problem is. There were some recent developments with tmux and chafa. This is how it looks for me in kitty+tmux: |
Hey, happy to help here in any way I can. The underlying issue is that tmux supports sixel graphics natively, while kitty does not. So tmux renders it using a placeholder there. A proper long-term fix is either for tmux to support kitty graphics, or kitty to support sixels, so they can have a common graphics protocol. However, kitty also supports a passthrough hack repurposing Unicode code points for placements on the grid. Chafa also supports this, and newer versions of the CLI tool should prefer it over sixels in a kitty-tmux environment. From kew's perspective - the 1.16 version of the Chafa C API is right around the corner now, and it takes care of the detection and setting canvas parameters for passthrough etc. for you. With the 1.14 API you may still be able to look for the
|
Thank you! I really appreciate that I can ask you about these things. I think it's better to wait for chafa 1.16 then. |
@acdcbyl, maybe pressing b and using ascii images can be a temporary solution until the next chafa version comes out. It's not the same, but maybe more fun than nothing. |
Thank you very much! I appreciate the contributions you guys made and I'll be waiting for the next version. |
I used kitty+tmux,and chafa looks normal.
![chafa](https://private-user-images.githubusercontent.com/47445389/409342120-2ac04bf7-7166-4324-8254-cd8f09db788b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTc4NzcsIm5iZiI6MTczOTI1NzU3NywicGF0aCI6Ii80NzQ0NTM4OS80MDkzNDIxMjAtMmFjMDRiZjctNzE2Ni00MzI0LTgyNTQtY2Q4ZjA5ZGI3ODhiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3MDYxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQxNDAxZjNiOThhZTMzZTg0ODg5OTdmYzE2NDJmZWNjYWQ5N2ZjYzUxM2I4Njc0MmY2ZDJiYTRmNjc2Y2E5M2MmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QrxsO5gJJ05Yh6AKiEwnUp8wyCfOHcf7ys7SgRr0uVA)
![kew](https://private-user-images.githubusercontent.com/47445389/409342918-84252039-f3e8-40d4-b664-bc52bc829b56.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTc4NzcsIm5iZiI6MTczOTI1NzU3NywicGF0aCI6Ii80NzQ0NTM4OS80MDkzNDI5MTgtODQyNTIwMzktZjNlOC00MGQ0LWI2NjQtYmM1MmJjODI5YjU2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3MDYxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVkOTdkMmE0MmE4YjdiNzI5YWY5ZmM2ZTA2YmEyZmUxNDkzYzhjMTI2MDlhYjJlYjAyMThhN2NkMWEzMDYyMmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.aQWzINOxcZtlbqNIgcsIY-ozuwCJ_uG8Bm-4KbSmCYc)
when I open the kew,everything will change: I lost my ablum art.
besides,if i make
set-titles
on in .tmux.conf,when i open thePlaylist View
will send a strange string of gibberish to my bar and make my bar crash.The text was updated successfully, but these errors were encountered: