ggarra13 / mrv2

Professional player and review tool for vfx, animation and computer graphics.
https://mrv2.sourceforge.io
BSD 3-Clause "New" or "Revised" License
190 stars 13 forks source link

Step through collection of unrelated images #263

Closed jlapreviz closed 1 month ago

jlapreviz commented 1 month ago

I have a collection of historic photographs that have been scanned with the following naming convention:

SS119_Davidson_Bx24Fr2_N18728_back.tif
MSS119_Davidson_Bx24Fr2_N18728_front.tif
MSS119_Davidson_Bx24Fr2_N19450_back.tif
MSS119_Davidson_Bx24Fr2_N19450_front.tif

I'd like to be able to load them into MRV2 and step through them. I've tried loading them as individual frames. MRV2 does appear to load them all, but I can't figure out how to step through them. Greater than and less than <> don't work. Page up and page down don't work either. What am I mssing? Thanks

ggarra13 commented 1 month ago

Sadly, you are not missing anything. The hotkeys should be PageUp and PageDown but they are not active currently. You can only switch from one image to the next if you open the Files Panel and click on the <- -> arrow buttons.

ggarra13 commented 1 month ago

I've re-relased v1.2.1 with the addition of Image/Next and Image/Previous (PgUp/PgDown). You can download it from github. To close the issue, you will need to be logged in.

jlapreviz commented 1 month ago

Many thanks!