RoyalBingBong / meView

Image Viewer that also allows playback of webm and mp4
ISC License
33 stars 8 forks source link

[Feature Request] Open image passed through command line parameter #2

Closed Andrey-dc closed 7 years ago

Andrey-dc commented 7 years ago

Hello Please add ability to open file passed through command line, so that C:\Path2meView\meView.exe C:\Path2img\myFile.webm would open myFile.webm when meView starts. Right now meView starts with no file opened (i'm on Windows7x64, not sure that it happens everywhere).

That would allow to configure external apps to conveniently send files to meView, in my case that would be Total Commander and FastStoneViewer.

RoyalBingBong commented 7 years ago

You actually can pass files into meView, but I hid that behind a switch (-meview-open <pathtofileorfolder>). In hindsight that was just stupid workaround.

The next release will remove that switch and do it the sane way: meView.exe path/to/the/file.webm.