Re: [darktable-user] $(FILE_FOLDER)

2018-10-15 Thread Anders Lund
søndag den 14. oktober 2018 22.45.23 CEST skrev Michael:
> I've always wanted to be able to save to the folder the file is from and
> today I was looking at the options under under 'export selected' and
> noticed, '$(FILE_FOLDER)'. Cool except it doesn't want to work. it saves to
> the directory immediately above. if you want to see this graphically I want
> to save file 'x/y/z/pic to directory 'z' in directory /x/y/z but it saves
> it to directory 'y'. Any idea what os wrong? Is this a bug or am I being
> goofy.

My generic destination is "$(FILE_FOLDER)//$(FILE_NAME)", and it woks on my 
linux system.

/home/anders/Photos//XXX.Cr2 becomes /home/anders/Photos//
XXX.jpeg etc.

Kindly,
Anders




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] $(FILE_FOLDER)

2018-10-14 Thread Michael
is it because you are telling it that the next characters will be a file
name? but when it reports what file was created it says /x/y/z//picturename
(notice the double slash

On Sun, Oct 14, 2018 at 7:05 PM Patrick Shanahan  wrote:

> * Michael  [10-14-18 18:53]:
> > WELL I got it to work by putting a trailing slash on it
> > [$(FILE_FOLDER)/].
> >
> > On Sun, Oct 14, 2018 at 6:01 PM Patrick Shanahan 
> wrote:
> >
> > > * Willy Williams  [10-14-18 17:03]:
> > > > Be sure that you use the command in the right form, like this -
> > > > F:\\Photos\\Exports\\$(FILE_NAME).  Note the double backslashes.  It
> > > works
> > > > quite well.
> > > >
> > > > Willy
> > > >
> > > > *
> > > > On 10/14/2018 at 16:45, Michael wrote:
> > > > > I've always wanted to be able to save to the folder the file is
> from
> > > and
> > > > > today I was looking at the options under under 'export selected'
> and
> > > > > noticed, '$(FILE_FOLDER)'. Cool except it doesn't want to work. it
> > > saves
> > > > > to the directory immediately above. if you want to see this
> graphically
> > > > > I want to save file 'x/y/z/pic to directory 'z' in directory
> /x/y/z but
> > > > > it saves it to directory 'y'. Any idea what os wrong? Is this a
> bug or
> > > > > am I being goofy.
> > > > >
> > > > > --
> > > > > :-)~MIKE~(-:
> > > > >
> > > > >
> > >
> 
> > > > > darktable user mailing list to unsubscribe send a mail to
> > > > > darktable-user+unsubscr...@lists.darktable.org
> > > >
> > > >
> > > >
> > >
> 
> > > > darktable user mailing list
> > > > to unsubscribe send a mail to
> > > darktable-user+unsubscr...@lists.darktable.org
> > >
> > > from the appearance of his post, he is using a linux system, not
> windows
> > > and he would want something like:
> > >   $(FILE_FOLDER)/DrkTbl/$(FILE_NAME)
> > >
> > > "$(FILE_FOLDER)" being where the original images reside.
> > >
> > >
> > > look at the definitions in the fine manual.
> > >   https://www.darktable.org/usermanual/en/export_selected.html
> > >
> > >   base directory naming pattern:  $(PICTURES_FOLDER)/DrkTbl
> > >   subdirectory naming pattern:$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)
> > >   file naming pattern:
> > > $(YEAR)$(MONTH)$(DAY)_$(SEQUENCE).$(FILE_EXTENSION)
> > >
> > >
> > > above is three lines, will probably wrap in your client.
> > >
> > >
> > > --
> > > (paka)Patrick Shanahan   Plainfield, Indiana, USA
> @ptilopteri
> > > http://en.opensuse.orgopenSUSE Community Member
> facebook/ptilopteri
> > > Registered Linux User #207535@
> http://linuxcounter.net
> > > Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet
> freenode
> > >
> > >
> 
> > > darktable user mailing list
> > > to unsubscribe send a mail to
> > > darktable-user+unsubscr...@lists.darktable.org
> > >
> > >
> >
> > --
> > :-)~MIKE~(-:
> >
> >
> 
> > darktable user mailing list
> > to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>
> do you understand why?
>
> --
> (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
> http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
> Registered Linux User #207535@ http://linuxcounter.net
> Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>

-- 
:-)~MIKE~(-:


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] $(FILE_FOLDER)

2018-10-14 Thread Patrick Shanahan
* Michael  [10-14-18 18:53]:
> WELL I got it to work by putting a trailing slash on it
> [$(FILE_FOLDER)/].
> 
> On Sun, Oct 14, 2018 at 6:01 PM Patrick Shanahan  wrote:
> 
> > * Willy Williams  [10-14-18 17:03]:
> > > Be sure that you use the command in the right form, like this -
> > > F:\\Photos\\Exports\\$(FILE_NAME).  Note the double backslashes.  It
> > works
> > > quite well.
> > >
> > > Willy
> > >
> > > *
> > > On 10/14/2018 at 16:45, Michael wrote:
> > > > I've always wanted to be able to save to the folder the file is from
> > and
> > > > today I was looking at the options under under 'export selected' and
> > > > noticed, '$(FILE_FOLDER)'. Cool except it doesn't want to work. it
> > saves
> > > > to the directory immediately above. if you want to see this graphically
> > > > I want to save file 'x/y/z/pic to directory 'z' in directory /x/y/z but
> > > > it saves it to directory 'y'. Any idea what os wrong? Is this a bug or
> > > > am I being goofy.
> > > >
> > > > --
> > > > :-)~MIKE~(-:
> > > >
> > > >
> > 
> > > > darktable user mailing list to unsubscribe send a mail to
> > > > darktable-user+unsubscr...@lists.darktable.org
> > >
> > >
> > >
> > 
> > > darktable user mailing list
> > > to unsubscribe send a mail to
> > darktable-user+unsubscr...@lists.darktable.org
> >
> > from the appearance of his post, he is using a linux system, not windows
> > and he would want something like:
> >   $(FILE_FOLDER)/DrkTbl/$(FILE_NAME)
> >
> > "$(FILE_FOLDER)" being where the original images reside.
> >
> >
> > look at the definitions in the fine manual.
> >   https://www.darktable.org/usermanual/en/export_selected.html
> >
> >   base directory naming pattern:  $(PICTURES_FOLDER)/DrkTbl
> >   subdirectory naming pattern:$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)
> >   file naming pattern:
> > $(YEAR)$(MONTH)$(DAY)_$(SEQUENCE).$(FILE_EXTENSION)
> >
> >
> > above is three lines, will probably wrap in your client.
> >
> >
> > --
> > (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
> > http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
> > Registered Linux User #207535@ http://linuxcounter.net
> > Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode
> >
> > 
> > darktable user mailing list
> > to unsubscribe send a mail to
> > darktable-user+unsubscr...@lists.darktable.org
> >
> >
> 
> -- 
> :-)~MIKE~(-:
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org


do you understand why?

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Registered Linux User #207535@ http://linuxcounter.net
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] $(FILE_FOLDER)

2018-10-14 Thread Michael
WELL I got it to work by putting a trailing slash on it
[$(FILE_FOLDER)/].

On Sun, Oct 14, 2018 at 6:01 PM Patrick Shanahan  wrote:

> * Willy Williams  [10-14-18 17:03]:
> > Be sure that you use the command in the right form, like this -
> > F:\\Photos\\Exports\\$(FILE_NAME).  Note the double backslashes.  It
> works
> > quite well.
> >
> > Willy
> >
> > *
> > On 10/14/2018 at 16:45, Michael wrote:
> > > I've always wanted to be able to save to the folder the file is from
> and
> > > today I was looking at the options under under 'export selected' and
> > > noticed, '$(FILE_FOLDER)'. Cool except it doesn't want to work. it
> saves
> > > to the directory immediately above. if you want to see this graphically
> > > I want to save file 'x/y/z/pic to directory 'z' in directory /x/y/z but
> > > it saves it to directory 'y'. Any idea what os wrong? Is this a bug or
> > > am I being goofy.
> > >
> > > --
> > > :-)~MIKE~(-:
> > >
> > >
> 
> > > darktable user mailing list to unsubscribe send a mail to
> > > darktable-user+unsubscr...@lists.darktable.org
> >
> >
> >
> 
> > darktable user mailing list
> > to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
> from the appearance of his post, he is using a linux system, not windows
> and he would want something like:
>   $(FILE_FOLDER)/DrkTbl/$(FILE_NAME)
>
> "$(FILE_FOLDER)" being where the original images reside.
>
>
> look at the definitions in the fine manual.
>   https://www.darktable.org/usermanual/en/export_selected.html
>
>   base directory naming pattern:  $(PICTURES_FOLDER)/DrkTbl
>   subdirectory naming pattern:$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)
>   file naming pattern:
> $(YEAR)$(MONTH)$(DAY)_$(SEQUENCE).$(FILE_EXTENSION)
>
>
> above is three lines, will probably wrap in your client.
>
>
> --
> (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
> http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
> Registered Linux User #207535@ http://linuxcounter.net
> Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode
>
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>

-- 
:-)~MIKE~(-:


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] $(FILE_FOLDER)

2018-10-14 Thread Willy Williams

Good point, Patrick.  I'll have to check it again on my Linux system.

Willy


On 10/14/2018 at 17:59, Patrick Shanahan wrote:

* Willy Williams  [10-14-18 17:03]:

Be sure that you use the command in the right form, like this -
F:\\Photos\\Exports\\$(FILE_NAME).  Note the double backslashes.  It works
quite well.

Willy

*
On 10/14/2018 at 16:45, Michael wrote:

I've always wanted to be able to save to the folder the file is from and
today I was looking at the options under under 'export selected' and
noticed, '$(FILE_FOLDER)'. Cool except it doesn't want to work. it saves
to the directory immediately above. if you want to see this graphically
I want to save file 'x/y/z/pic to directory 'z' in directory /x/y/z but
it saves it to directory 'y'. Any idea what os wrong? Is this a bug or
am I being goofy.

--
:-)~MIKE~(-:


darktable user mailing list to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

from the appearance of his post, he is using a linux system, not windows
and he would want something like:
   $(FILE_FOLDER)/DrkTbl/$(FILE_NAME)

"$(FILE_FOLDER)" being where the original images reside.


look at the definitions in the fine manual.
   https://www.darktable.org/usermanual/en/export_selected.html

   base directory naming pattern:  $(PICTURES_FOLDER)/DrkTbl
   subdirectory naming pattern:   $(YEAR)$(MONTH)$(DAY)_$(JOBCODE)
   file naming pattern:
$(YEAR)$(MONTH)$(DAY)_$(SEQUENCE).$(FILE_EXTENSION)


above is three lines, will probably wrap in your client.






darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] $(FILE_FOLDER)

2018-10-14 Thread Patrick Shanahan
* Willy Williams  [10-14-18 17:03]:
> Be sure that you use the command in the right form, like this -
> F:\\Photos\\Exports\\$(FILE_NAME).  Note the double backslashes.  It works
> quite well.
> 
> Willy
> 
> *
> On 10/14/2018 at 16:45, Michael wrote:
> > I've always wanted to be able to save to the folder the file is from and
> > today I was looking at the options under under 'export selected' and
> > noticed, '$(FILE_FOLDER)'. Cool except it doesn't want to work. it saves
> > to the directory immediately above. if you want to see this graphically
> > I want to save file 'x/y/z/pic to directory 'z' in directory /x/y/z but
> > it saves it to directory 'y'. Any idea what os wrong? Is this a bug or
> > am I being goofy.
> > 
> > -- 
> > :-)~MIKE~(-:
> > 
> > 
> > darktable user mailing list to unsubscribe send a mail to
> > darktable-user+unsubscr...@lists.darktable.org
> 
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

from the appearance of his post, he is using a linux system, not windows
and he would want something like:
  $(FILE_FOLDER)/DrkTbl/$(FILE_NAME)

"$(FILE_FOLDER)" being where the original images reside.


look at the definitions in the fine manual.
  https://www.darktable.org/usermanual/en/export_selected.html  

  base directory naming pattern:  $(PICTURES_FOLDER)/DrkTbl
  subdirectory naming pattern:$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)
  file naming pattern:
$(YEAR)$(MONTH)$(DAY)_$(SEQUENCE).$(FILE_EXTENSION)


above is three lines, will probably wrap in your client.


-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Registered Linux User #207535@ http://linuxcounter.net
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] $(FILE_FOLDER)

2018-10-14 Thread Willy Williams
Also read chapter *2.3.12.1. Usage *on pages 37-40 in that Fine Manual I 
sent to you.


Wily

*
On 10/14/2018 at 16:59, Willy Williams wrote:


Be sure that you use the command in the right form, like this - 
F:\\Photos\\Exports\\$(FILE_NAME).  Note the double backslashes.  It 
works quite well.


Willy

*
On 10/14/2018 at 16:45, Michael wrote:
I've always wanted to be able to save to the folder the file is from 
and today I was looking at the options under under 'export selected' 
and noticed, '$(FILE_FOLDER)'. Cool except it doesn't want to work. 
it saves to the directory immediately above. if you want to see this 
graphically I want to save file 'x/y/z/pic to directory 'z' in 
directory /x/y/z but it saves it to directory 'y'. Any idea what os 
wrong? Is this a bug or am I being goofy.


--
:-)~MIKE~(-:

 
darktable user mailing list to unsubscribe send a mail to 
darktable-user+unsubscr...@lists.darktable.org



 
darktable user mailing list to unsubscribe send a mail to 
darktable-user+unsubscr...@lists.darktable.org




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] $(FILE_FOLDER)

2018-10-14 Thread Willy Williams
Be sure that you use the command in the right form, like this - 
F:\\Photos\\Exports\\$(FILE_NAME).  Note the double backslashes.  It 
works quite well.


Willy

*
On 10/14/2018 at 16:45, Michael wrote:
I've always wanted to be able to save to the folder the file is from 
and today I was looking at the options under under 'export selected' 
and noticed, '$(FILE_FOLDER)'. Cool except it doesn't want to work. it 
saves to the directory immediately above. if you want to see this 
graphically I want to save file 'x/y/z/pic to directory 'z' in 
directory /x/y/z but it saves it to directory 'y'. Any idea what os 
wrong? Is this a bug or am I being goofy.


--
:-)~MIKE~(-:

 
darktable user mailing list to unsubscribe send a mail to 
darktable-user+unsubscr...@lists.darktable.org




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] $(FILE_FOLDER)

2018-10-14 Thread I. Ivanov



On 2018-10-14 01:45 PM, Michael wrote:
I've always wanted to be able to save to the folder the file is from 
and today I was looking at the options under under 'export selected' 
and noticed, '$(FILE_FOLDER)'. Cool except it doesn't want to work. it 
saves to the directory immediately above. if you want to see this 
graphically I want to save file 'x/y/z/pic to directory 'z' in 
directory /x/y/z but it saves it to directory 'y'.

Could it be something like
$(FILE_FOLDER)/$(FILE_NAME)
or
$(FILE_FOLDER)/./$(FILE_NAME)

I use it in combination
$(FILE_FOLDER)/../Renamed/$(EXIF_YEAR)$(EXIF_MONTH)$(EXIF_DAY)_$(EXIF_HOUR)$(EXIF_MINUTE)$(EXIF_SECOND)_$(FILE_NAME)
and it works very well.

Haven't tested exactly what you are trying to achieve.

Regards,
B

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org