Tobias Ellinghaus wrote: Hello Tobias,
> Am Dienstag, 14. Oktober 2014, 00:02:42 schrieb Wolfgang Goetz: [...numbering duplicates and outputfiles independant...] my personal decision: do not use duplicates for regular work at the moment. > > clone number should be named different: a_c01.nef.xmp > > (export: a_c01_01.jpg, a_c01_02.jpg ..., > > with overwrite: always a_c01.jpg) > > > > export $(FILE_NAME) should be the xmp (clone)basename, not the nef. > > I would propose adding a new variable $(IMAGE_VERSION) or something > like that which is "" for the original image and the number > otherwise. That could even be enhanced to a version which is "0" for > the original. the simple rule to have exactly ONE sidecar file is broken anyway. why not using the effective xmp name instead of the raw input? doesnt harm normal use (1:1), fixes duplicates partly for consistent output names, overwrite or not. (i personally like overwrite) > > exif info in jpg: > > ... Blendop_params > > ..maybe good to detect changes in picture processing for rebuild. yepp, just built into my synology update scripts: [ref1] > > ... wish: adding DerivedFromXmp as a direct link to the recipe-file. > > There is no such thing as DerivedFromXmp (unless we put it into our > dt namespace), but I see quite a few problems to determine that as we > take processing data from the db and not the XMP – those are just > backups and can be disabled. oh. xmp should always be on. for regeneration of messed-up sqlite db. using darktable-cli: only knows about xmp, using fake :memory: db. file-database is a very fast cache for the gui part. very good. mostly invisible to the user. same argument to use the sidecar here: DerivedFrom: why not referencing the xmp? (inside xmp is pointer to nef, everbody is happy) doesnt harm normal use, fixes duplicates partly _c01.jpg --> _c01.nef.xmp -->.nef _c02.jpg --> _c02.nef.xmp -/ ... _cNN.jpg --> _cNN.nef.xmp -/ easy for batch: (no change in cli code) darktable-cli A.nef A_cXX.nef.xmp A_cXX.jpg ... kind regards Wolfgang p.s.: [ref1] https://github.com/wgoetz/mingle-mangle/blob/master/synology/dt-cli.sh mhh..i should filter-branch some sub-projects
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho
_______________________________________________ darktable-devel mailing list darktable-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/darktable-devel