Jip-Hop

Results 33 comments of Jip-Hop

Maybe we can learn from how RawTherapee does it? Their [new implementation](https://github.com/Beep6581/RawTherapee/issues/4650) (AITC) works best if the camera white balance is already close to what it's supposed to be. But...

I've got [a solution](https://github.com/Jip-Hop/Auto-White-Balance-DNG-Sequences-on-MacOS) for Mac users with a DNG based workflow (e.g. exporting DNG files with MLV App with editing and grading done in DaVinci Resolve). Since White Balance...

What I'm doing now is opening six instances of MLV App, all loading the same session XML file. Then from the first instance I export the first 1/6th of the...

I tried with MLVFS today, which converts to dng very quickly. But the Dual ISO results from MLV App are much better, so I'll stick with MLV App for Dual...

Actually I think MLV App is so awesome, I'd love to use it as the only app to process MLV files. So I made a little Automator workflow (MacOS only)...

Does the symlink workaround still work? I'd like to make a calendar to share with my partner. I tried: `ln -s /data/collections/collection-root/user1/4d52f15d-9703-123f-8844-ad7f70af5f48/ /data/collections/collection-root/user2/4d52f15d-9703-123f-8844-ad7f70af5f48/` But the calendar is not showing up...

Thanks @donfede for showing your directory layout. Made me realize I mad the symlink in the wrong way. Should have done it like this: ``` ln -s /data/collections/collection-root/user1/4d52f15d-9703-123f-8844-ad7f70af5f48 /data/collections/collection-root/user2/ chown...

> If I, as user1, symlink a calendar into the folder for user2, should that show up in the webui when user2 signs in? I'm trying to troubleshoot, I've created...

> Bonus: no cleanup would be needed when a container exits, as all the rules should go away along with the namespace when the namespace is destroyed. I did a...