CarVac / filmulator-gui

Filmulator --- Simplified raw editing with the power of film
https://filmulator.org
Other
669 stars 31 forks source link

check for lens correction updates and Update lens correction database #149

Open vince0708 opened 1 year ago

vince0708 commented 1 year ago

When i click on check for lens correction updates it cant be updated. Message: Database unavailable from server. When i click on update for lens correction database it cant be updated. Message is: unavailable from server.

Is there a way to solve it?

I have tried Filmulator_v0.11.1.AppImage, Filmulator_v0.11.2rc11.AppImage and the flatpack package 0.11.1. Zorin OS 16.2

CarVac commented 1 year ago

The Lensfun project changed their website. I'm looking into grabbing the lens correction data straight from GitHub since I cannot seem to find the new location.

vince0708 commented 1 year ago

Oke, thanks for your reply.

koehlerson commented 1 year ago

I just want to note +1 for this, since I installed fimulator for the first time. Thanks for the effort!

noelbautista91 commented 1 year ago

+1. Would it be possible to add a slider for people who have lenses not in Lensfun?

geni1105 commented 4 months ago

Took me a couple of hours to find out - the new location is at https://wilson.bronger.org/lensfun-db/

The change in lensfun-dbupdate.cpp is of course trivial, but if you prefer I can try to create a pull request.

(Just fell in love with Filmulator again, and did a bit of polishing on my local MacOs build ;-) )

CarVac commented 4 months ago

Oh I'm soooo dumb, that was right there in the code commented out as an "alternate" and I never thought to try it...

cirrusflyer commented 4 months ago

I'm not sure where to make the fix in Filmulator to address this location change of the lensfun database. Can someone provide some rough instructions?

geni1105 commented 4 months ago

You would need to change the old URL (http://lensfun.sourceforge.net/db/) to the new one (https://wilson.bronger.org/lensfun-db/) in lensfun-dbupdate.cpp and build Filmulator anew yourself. Unfortunately the new URL is longer than the old one, so just patching the binary instead of rebuilding is not possible.

If you happen to be on MacOs, an updated version of Filmulator is here https://www.dropbox.com/sh/gheb112zfcfcyyi/AAD0Lxh3d6QTN5UPtO4HiAQAa?dl=0
It also has changes for MacOS (enable "Open with ..." and a fix to prevent crashes with noise reduction).

cirrusflyer commented 4 months ago

Thanks. I'm running on Zorin OS - Ubuntu. I"ll take a look.