Fix #1185: Do you plan to embed video player like gthumb or pix has their own built...
authorColin Clark <colin.clark@cclark.uk>
Wed, 6 Sep 2023 09:51:05 +0000 (10:51 +0100)
committerColin Clark <colin.clark@cclark.uk>
Wed, 6 Sep 2023 09:51:05 +0000 (10:51 +0100)
commit41885ec4cb91e8b3e2f9ffe315b8dbd2953047ba
tree7923b545a2b51f22756495db744a01c8b9b37a66
parentf9376b48540c0ed6eb9c13d1925fba2965d7cb6f
Fix #1185: Do you plan to embed video player like gthumb or pix has their own built-in player?

https://github.com/BestImageViewer/geeqie/issues/1185

Implement a plugin that uses xdg-open to run an external video player on
video files.

New users will have class video files selected, the "Play video with
left click" selected, and the "Play with" option set to the the new
plugin.

Existing users will need to select the options themselves.
plugins/meson.build
plugins/video-player/meson.build [new file with mode: 0644]
plugins/video-player/video-player.desktop.in [new file with mode: 0644]
src/filefilter.cc
src/options.cc