mpv-image-viewer icon indicating copy to clipboard operation
mpv-image-viewer copied to clipboard

Configuration, scripts and tips for using mpv as an image viewer

Results 18 mpv-image-viewer issues
Sort by recently updated
recently updated
newest added

**~/.local/share/applications/mvi.desktop** ``` #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Name=MVI GenericName=Image Viewer Exec=mpv --config-dir=USERHOME/.config/mvi/ %F Terminal=false Type=Application Icon=image-viewer StartupNotify=false NoDisplay=true Hidden=false Categories=Graphics;Viewer; MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpg;image/png;image/tiff;image/xbmp;image/x-gray;image/x-icb;image/x-ico;image/x-icon;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-xpixmap;image/x-xbitmap;image/x-pcx; ``` And apply the MimeTypes through script-run ``` xdg-mime...

The readme only states "You will need detect-image.lua and use [input sections](https://mpv.io/manual/master/#input-sections) and [profiles](https://mpv.io/manual/master/#profiles) to make this work." Can anybody explain a bit? I have set up a auto-profile in...

I am trying mvi on a QubesOS qube, running debian 11. mvi can open images, but once I zoom in, I cannot pan (move) the image. Ctrl + (arrow keys)...

In my fork I've made a few improvements listed below, so opening this PR in case you'd like to incorporate them into your repo as well: - moved everything to...

I've noticed when viewing smaller pictures with 100% window size that they're not fully aligned to the window borders with your `align-border` commands due to it's limits of `-3`/`3` on...

I've noticed `The video-pan-y option is out of range: nan` error on launch, which I tracked down to an empty result form this function https://github.com/occivink/mpv-image-viewer/blob/9aab9005219baf99d747d3c275bb05a11805d996/scripts/image-positioning.lua#L205 (this gets invoked from the...

## System info: - mpv version: 0.38.0 - OS: Windows 11 version 23H2 (OS Build 22631.3447) - Source of the mpv binary: mpv-0.38.0-x86_64.7z (downloaded from the official mpv github repo)...

Firstly thank you for this. Can we add an option so pan_follows_cursor doesn't need a button to engage? So you will need just to move the mouse.