justchokingaround / jerry

watch anime with automatic anilist syncing and other cool stuff
270 stars 20 forks source link

image preview not working on fzf #52

Closed on-ii closed 6 months ago

on-ii commented 6 months ago

image preview not working on fzf. works fine on rofi.

To Reproduce,

  1. jerry -i -c
  2. select anime.
  3. instead of seeing a nice image preview i get this

Jerry Version: 1.9.9 here's my log. i have removed my user id and username.

justchokingaround commented 6 months ago

can u share ur ueberzugpp config pls

justchokingaround commented 6 months ago

also made ueberzugpp optional in c684ac2

on-ii commented 6 months ago

can u share ur ueberzugpp config pls

unfortunately i couldn't find any config for ueberzugpp. not even default ones. i have these variables on my jerry.conf if that helps. preview_window_size=50% ueberzug_x=$(($(tput cols) - 70)) ueberzug_y=$(($(tput lines) / 10)) ueberzug_max_width=100 ueberzug_max_height=100

justchokingaround commented 6 months ago

try updating and using the new preview method without uz++ (it's the default now, so u dont need to change anything in ur jerry cfg)

on-ii commented 6 months ago

terminal gets filled with random texts now. tried different terminals, same issue.

justchokingaround commented 6 months ago

do u use kitty?

on-ii commented 6 months ago

do u use kitty?

yes.

justchokingaround commented 6 months ago

ye thats why. it doesnt support sixel. ill lyk when i implement kitty

justchokingaround commented 6 months ago

done in 9238e6e3e93305ac4db68d9dc897a5ef105d55f4

in your jerry config specify chafa_method="kitty"