digiCamControl icon indicating copy to clipboard operation
digiCamControl copied to clipboard

Extract default session parameters to config file

Open shlomiv opened this issue 6 years ago • 2 comments

I am trying to find a way to set a default "FileNameTemplates" to include the "CaptureName" and could not find where it was defined in any configuration file or registry..

Then I did: https://github.com/dukus/digiCamControl/blob/fcb86271768df066d956e1146f8e6e3aa27358c9/CameraControl.Core/Classes/PhotoSession.cs#L474 https://github.com/dukus/digiCamControl/blob/fcb86271768df066d956e1146f8e6e3aa27358c9/CameraControl.Core/Classes/PhotoSession.cs#L460-L461

Default session parameters should probably be factored out to some json and be configurable.

shlomiv avatar Aug 27 '18 06:08 shlomiv

The problem not come from that line ... This is the problem, https://github.com/dukus/digiCamControl/blob/master/CameraControl/ViewModel/MainMenuViewModel.cs#L319 the application search for default.xml not for default.json

I will try to fix for next beta

dukus avatar Aug 28 '18 15:08 dukus

Any news on this one?

shlomiv avatar Nov 09 '18 21:11 shlomiv