short update:i patched my mini
WebDAVServer to virtualize MLV files just like MLVFS does.
on windows you just have to mount the file system using
> net use x: \\localhost@8080
where 8080 is the port you specified in configuration dialog.
then drive X: shows you the content of the shared directory/card and allows you to go into MLV files.
you can even mount it via network. please dont use auth string, as windows confuses it with NTLM auth crap.
it only supports
- MLV->JPG
- MLV->WAV
- experimental saving files in MLV folder (creates a <mlv-file>_store directory)
- no DNG support
i will create a separate post for that and ask people to help.
creating sane DNGs is not really fun and takes its time to test and tweak.
@chmee:
interested in adding your C# DNG code to this tool?
will post it on bitbucket.org