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
Hey, I'm running Artix and using nnn on wezterm (no tmux) with mpv installed and was unable to see video and gif previews in preview-tui. Uninstalling mpv would show gif previews as ImageMagick is installed and apparently working. mpv --vo=help lists sixel as an available video output.
I dug around a little and was able to fix it by changing line 157 of $XDG_CONFIG_HOME/nnn/plugins/preview-tui from exists mpv && ENVVARS+=("NNN_PREVIEWVIDEO=kitty")
to exists mpv && ENVVARS+=("NNN_PREVIEWVIDEO=sixel")
and now video and gif previews work perfectly.
Was this an issue with my setup or is it an issue with the plugin? It seems odd to set kitty as the preview backend for a non-kitty terminal but I wasn't sure if I should open a bug report.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm running Artix and using nnn on wezterm (no tmux) with mpv installed and was unable to see video and gif previews in preview-tui. Uninstalling mpv would show gif previews as ImageMagick is installed and apparently working.
mpv --vo=helplists sixel as an available video output.I dug around a little and was able to fix it by changing line 157 of
$XDG_CONFIG_HOME/nnn/plugins/preview-tuifromexists mpv && ENVVARS+=("NNN_PREVIEWVIDEO=kitty")to
exists mpv && ENVVARS+=("NNN_PREVIEWVIDEO=sixel")and now video and gif previews work perfectly.
Was this an issue with my setup or is it an issue with the plugin? It seems odd to set kitty as the preview backend for a non-kitty terminal but I wasn't sure if I should open a bug report.
Beta Was this translation helpful? Give feedback.
All reactions