Luemmel Posted September 4, 2013 Report Share Posted September 4, 2013 Dear developers, I play around with your software and I'm positively surprised by the speed and the functionality. How ever, for using Daminion with raw converters like Silkypix or Capture one, it would be great if the user could define the raw converter specific sidecar files in Daminion, which contain the development informations, so that if one deletes/moves/renames a picture in Daminion, the sidecar is deleted/moved/renamed as well. Otherwise one would end up with a lot of orphaned sidecar files after some time. If additionally it would be possible that Daminion shows the existence of such sidecar files as an overlay, one would be able to quickly idenitify those pictures that are allready have been worked on in the converter. Regards, Luemmel Quote Link to comment Share on other sites More sharing options...
Luemmel Posted September 5, 2013 Author Report Share Posted September 5, 2013 In a batch file, considering sidecars while deleting a raw file would e.g. look like this: @echo off set IMAGE_OLD=%1 for %%i in (%IMAGE_OLD%) DO set PATH_OLD=%%~dpi rem Adjust path to hooks (e.g. for Silkypix or Capture One; for Photivo and RawTherapee just leave "%PATH_HOOK%" empty) set PATH_HOOK="SYLKIPIX_DS" rem Adjust suitable hook suffix set HOOK_SUFFIX=".5.spd" if not exist %PATH_OLD%%PATH_HOOK% GOTO END for %%i in (%IMAGE_OLD%) DO set NAME_OLD=%%~nxi set HOOK=%PATH_OLD%%PATH_HOOK%\%NAME_OLD%%HOOK_SUFFIX% del "%HOOK%" :END Regards, Luemmel Quote Link to comment Share on other sites More sharing options...
Luemmel Posted September 9, 2013 Author Report Share Posted September 9, 2013 Was my question so silly that nobody even comments if it would be considered or not? The same functionality can be found in IDImager for example. Quote Link to comment Share on other sites More sharing options...
Murat Posted September 10, 2013 Report Share Posted September 10, 2013 Sorry for the possible delays with answers on our forum - Daminion Server release date is closer, and unfortunately it takes a lot of time. You second post confused me ;) I've added your request to our feature list. However our roadmap is planned based on the number of requests from our users. So I can't say when this option will be implemented. PS. Could you please send me a few sidecar files from Silkypix and Capture one? If additionally it would be possible that Daminion shows the existence of such sidecar files as an overlay, one would be able to quickly idenitify those pictures that are allready have been worked on in the converter. This can be optionally resolved by using Color Labels. If you'll mark the edited RAW images by "Edited" or "Adjusted" label, then you can visually identify these images in Daminion. Quote Link to comment Share on other sites More sharing options...
Luemmel Posted September 15, 2013 Author Report Share Posted September 15, 2013 You second post confused me ;) PS. Could you please send me a few sidecar files from Silkypix and Capture one? This can be optionally resolved by using Color Labels. If you'll mark the edited RAW images by "Edited" or "Adjusted" label, then you can visually identify these images in Daminion. The second post was only a code example for your convenience ;-). I could attach a sidecar from Silkypix, but it won't help you (it's a binary). (In fact the system doesn't allow me to attach the file...) The content is not relevant, my question was to keep the files while movig etc. the corresponding raw file. For example: Silkypix produces for every raw file you worked on a sidcar residing in a sub-folder to the location of the raw file named "Silkypix_DS". The file is named like the raw file with an added ".5.spd". If I would now e.g. delete the original raw file in Daminion, the .5.spd-file would remain orphaned in the sub-folder. After some time a lot of orphaned file remain. Regards, Luemmel Quote Link to comment Share on other sites More sharing options...
Murat Posted September 15, 2013 Report Share Posted September 15, 2013 Hmm... Moving and deleting complimentart files shouldn't be a problem while binary format makes hard to handle metadata that Silkypix might store metadata inside the side cars. Anyway thanks for the suggestion. Quote Link to comment Share on other sites More sharing options...
Luemmel Posted April 11, 2014 Author Report Share Posted April 11, 2014 Hmm... Moving and deleting complimentart files shouldn't be a problem while binary format makes hard to handle metadata that Silkypix might store metadata inside the side cars. Anyway thanks for the suggestion. This topic has rest a while. Did you in the meantime consider the handling of complimentary files? Regards, Luemmel Quote Link to comment Share on other sites More sharing options...
Murat Posted April 11, 2014 Report Share Posted April 11, 2014 We added support for ".nks" - nikon sidecars ".dop" - dxo sidecars ".pp3" - RawTherapee sidecars Support for SilkyPix sidecars will be added later because they are stored differently than other sidecars (on another sub-folder) and should be managed differently. Quote Link to comment Share on other sites More sharing options...
Luemmel Posted April 12, 2014 Author Report Share Posted April 12, 2014 We added support for ".nks" - nikon sidecars ".dop" - dxo sidecars ".pp3" - RawTherapee sidecars Support for SilkyPix sidecars will be added later because they are stored differently than other sidecars (on another sub-folder) and should be managed differently. Thank you very much, you made my day! Particularly the pp3-extension is quite important to me. Regards, Luemmel Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.