Re: [darktable-user] Issue importing pictures from D610

2016-12-22 Thread Patrick Rudin
Patrick Shanahan worte: > certainly: > I have it assigned to an alias as: > lc;exiv2 mv \-k \-r %y%m%d_%H%M%S_:basename: \.\/*.{nef,jpg} Great, thank you. Pretty simple, i forgot that exiv2 can do that... regards Patrick ___

Re: [darktable-user] Issue importing pictures from D610

2016-12-17 Thread Jean-Luc CECCOLI
n fact, as the photso are not erased after transfer, but it might be my fault). J.-Luc         > Message du 17/12/16 11:41 > De : "Richard Hobday" > A : darktable-user@lists.darktable.org > Copie à : > Objet : Re: [darktable-user] Issue importing pictures from

Re: [darktable-user] Issue importing pictures from D610

2016-12-17 Thread Michael Staats
Hi, here's an alternative. Shell scripts are, hmm, shell scripts ;-) Doesn't call external programs, just uses a per module. #!/usr/bin/perl -w # Author: Michael Staats (michael.staats at gmx.de) # Free according to GPL # $Id: picdate2fn 819 2016-12-17 13:18:00Z michael $ use strict; use Image::

Re: [darktable-user] Issue importing pictures from D610

2016-12-17 Thread Patrick Shanahan
Downloader buggy ? Which version did you try ? > > > > I didn't notice that after having been using stable versions for more than > > three years ! > > > > > > > > Rgrds, > > > > > > > > J.-Luc > > > > > > >

Re: [darktable-user] Issue importing pictures from D610

2016-12-17 Thread Stéphane Gourichon
Le 16/12/2016 à 10:43, Adrien le Maire a écrit : I want to import pictures from my camera in the following sub directory naming pattern : $(EXIF_YEAR)/$(EXIF_MONTH)/$(EXIF_DAY) I would do something like exiftool "-FileNameI like to have time and date encoded in name, so this variant will re

Re: [darktable-user] Issue importing pictures from D610

2016-12-17 Thread Dave
ble versions for > > more than three years ! > > > > Rgrds, > > > > J.-Luc > > > > > Message du 16/12/16 11:34 > > > De : "Adrien le Maire" > <mailto:adrien...@gmail.com>> > >

Re: [darktable-user] Issue importing pictures from D610

2016-12-17 Thread Richard Hobday
m>> > A : "Roman Lebedev" mailto:lebedev...@gmail.com>> > Copie à : "darktable-user" mailto:darktable-user@lists.darktable.org>> > Objet : Re: [darktable-user] Issue importing pictures from D610 > &g

Re: [darktable-user] Issue importing pictures from D610

2016-12-17 Thread Adrien le Maire
> > > > J.-Luc > > > > > Message du 16/12/16 11:34 > > De : "Adrien le Maire" > > A : "Roman Lebedev" > > Copie à : "darktable-user" > > Objet : Re: [darktable-user] Issue importing pictures from D610 > &

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Jean-Luc CECCOLI
ie à : "darktable-user" > Objet : Re: [darktable-user] Issue importing pictures from D610 > > AFAIK, it's documented and documentation is related to v 2.0 > http://www.darktable.org/usermanual/ch08s03.html.php > > Thanks Dave for Rapid Photo Downloader but seems

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Patrick Shanahan
* Patrick Rudin [12-16-16 09:25]: > Patrick Shanahan wrote: > > > and rename the files after using a > > script which assigns YEARMODA_.nef. > > Oh yes. I was always too lazy to write such a script, could you please > share it? certainly: I have it assigned to an alias as: lc;exiv2 mv \-k

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Patrick Rudin
Patrick Shanahan wrote: > and rename the files after using a > script which assigns YEARMODA_.nef. Oh yes. I was always too lazy to write such a script, could you please share it? regards Patrick darktable user mailing

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Patrick Shanahan
* Serge Schmitt [12-16-16 08:42]: > Hello ! > > > On Fri, 16 Dec 2016, 11:43 Adrien le Maire, wrote: > > > I want to import pictures from my camera in the following sub directory > Le vendredi 16 décembre 2016 09:54:24 Dave a écrit : > > > You would do well to use Rapid Photo Downloader > > I

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Serge Schmitt
Hello ! > On Fri, 16 Dec 2016, 11:43 Adrien le Maire, wrote: > > I want to import pictures from my camera in the following sub directory Le vendredi 16 décembre 2016 09:54:24 Dave a écrit : > You would do well to use Rapid Photo Downloader I am using RPD for years now (since 2007?) and find it

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Dave
I'm using 0.90a5 without problems. Well, it crashes once images are downloaded, but they're successfully downloaded. I'm using Ubuntu 16.04 kernel 4.8.15 On Fri, 16 Dec 2016, 13:07 Richard Hobday, wrote: > Hello Adrien, > > I'm using Rapid Photo Downloader *0.4.11 *on Linux Mint 18 and it works

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Richard Hobday
Hello Adrien, I'm using Rapid Photo Downloader *0.4.11 *on Linux Mint 18 and it works perfectly. I would advise using the 'legacy version - *0.4.11*' of the program, in ppa's and at http://damonlynch.net/rapid/legacy/download.html and not the new beta. HTH, R. On 16/12/16 10:34, Adrien le

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Adrien le Maire
AFAIK, it's documented and documentation is related to v 2.0 http://www.darktable.org/usermanual/ch08s03.html.php Thanks Dave for Rapid Photo Downloader but seems really buggy, can't get it to see my pics. On Fri, Dec 16, 2016 at 11:02 AM Roman Lebedev wrote: > On Fri, Dec 16, 2016 at 12:43 PM,

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Roman Lebedev
On Fri, Dec 16, 2016 at 12:43 PM, Adrien le Maire wrote: > Hello, > > I want to import pictures from my camera in the following sub directory > naming pattern : $(EXIF_YEAR)/$(EXIF_MONTH)/$(EXIF_DAY) but it got > interpreted as $(YEAR)/$(MONTH)/$(DAY) ; is it linked to my camera ? is > there somet

Re: [darktable-user] Issue importing pictures from D610

2016-12-16 Thread Dave
You would do well to use Rapid Photo Downloader https://www.google.co.za/url?sa=t&source=web&rct=j&url=http://www.damonlynch.net/rapid/&ved=0ahUKEwjz4L7nt_jQAhXKJcAKHbUVDY4QFggaMAA&usg=AFQjCNGhl9NrF9Iy9VFW6z_Htwr8_5uHCw&sig2=XJ-oi0x9HFwZjeYM2QL5GA Regards Dave On Fri, 16 Dec 2016, 11:43 Adrien le

[darktable-user] Issue importing pictures from D610

2016-12-16 Thread Adrien le Maire
Hello, I want to import pictures from my camera in the following sub directory naming pattern : $(EXIF_YEAR)/$(EXIF_MONTH)/$(EXIF_DAY) but it got interpreted as $(YEAR)/$(MONTH)/$(DAY) ; is it linked to my camera ? is there something I can do about it ? Thanks, Adrien le Maire __