fifonik / FFMetrics

Visualizes Video Quality Metrics (PSNR, SSIM & VMAF) calculated by ffmpeg.exe
562 stars 22 forks source link

sorting columns issue #124

Closed PhilippeR closed 3 months ago

PhilippeR commented 8 months ago

When you sort the columns by clicking on their headers, the check box column is not sorted. After sorting, if you click on a checkbox, it is the initial file that is affected and not the one you think you are acting on.

fifonik commented 8 months ago

Thanks. Will check it out.

fifonik commented 8 months ago

I've reproduced the issue and found what causing it. However, I do not know how to fix it correctly at this time as in the program it is possible to order files manually AND by ordering by clicking at the metrics' headers. This is weird...

fifonik commented 6 months ago

Should be fixed in 1.4.9 beta 1 (could you check it please?)

PhilippeR commented 6 months ago

Hello, I tried on two different pc and it's not fixed.

fifonik commented 3 months ago

I've made another attempt to deal with the issue. Can send you executable for testing if you like. Thanks.

fifonik commented 3 months ago

Implemented in 1.5.0 beta 1 (just released).

PhilippeR commented 3 months ago

I will try as soon as i can and let you now.

PhilippeR commented 3 months ago

I tested v1.5b2 and it seems to be fixed. Great job.

FYI, when i remove all files at the same time, app crashes.

fifonik commented 3 months ago

when i remove all files at the same time, app crashes.

I'm unable to re-produce it. Any details?

PhilippeR commented 3 months ago

https://github.com/fifonik/FFMetrics/assets/5978776/bc689ec3-e14b-48db-926e-2c3ea64880d3

fifonik commented 3 months ago

Thanks a lot. Re-produced (I tried without calculation)

PhilippeR commented 3 months ago

you're welcome.

fifonik commented 3 months ago

I've just uploaded beta 3 with the fix.

PhilippeR commented 3 months ago

Fixed!