Aw: Re: Re: [darktable-dev] export naming is broken

2017-09-22 Thread Alexander Rabtchevich
abtchevich   Gesendet: Mittwoch, 20. September 2017 um 16:59 Uhr Von: "Tobias Ellinghaus" An: darktable-dev@lists.darktable.org Betreff: Re: Aw: Re: [darktable-dev] export naming is broken Am Mittwoch, 20. September 2017, 09:41:30 CEST schrieb Alexander Rabtchevich: > Hello, Tobias.

Re: Aw: Re: [darktable-dev] export naming is broken

2017-09-20 Thread Tobias Ellinghaus
Am Mittwoch, 20. September 2017, 09:41:30 CEST schrieb Alexander Rabtchevich: > Hello, Tobias. Hi, > It's a pity, but yesterday evening the program failed adain. And today > morning the behavior didn't change - it contnued creating directories with > .jpg files instead of filename.jpg . So can we

Aw: Re: [darktable-dev] export naming is broken

2017-09-20 Thread Alexander Rabtchevich
Gesendet: Dienstag, 19. September 2017 um 11:22 Uhr Von: "Tobias Ellinghaus" An: darktable-dev@lists.darktable.org Betreff: Re: [darktable-dev] export naming is broken Am Montag, 18. September 2017, 20:30:09 CEST schrieb Alexander Rabtchevich: > Hello, Tobias Hi. > After just ano

Re: [darktable-dev] export naming is broken

2017-09-19 Thread Tobias Ellinghaus
Am Montag, 18. September 2017, 20:30:09 CEST schrieb Alexander Rabtchevich: > Hello, Tobias Hi. > After just another deletion of the build directory, git reset --hard > master and recompilation darktable has started making correct names. So > now it works fine and I don't know the reason why. >

Re: [darktable-dev] export naming is broken

2017-09-18 Thread Alexander Rabtchevich
Hello, Tobias After just another deletion of the build directory, git reset --hard master and recompilation darktable has started making correct names. So now it works fine and I don't know the reason why. The previous behavior was so: The filenames looked like DSC05470.ARW . If the file was

Re: [darktable-dev] export naming is broken

2017-09-18 Thread Tobias Ellinghaus
Am Sonntag, 17. September 2017, 10:20:55 CEST schrieb Alexander Rabtchevich: > The full path for a folder with raws is > > /media/194FE98662A872A4/Photos/2017.09.16_Minsk_concert > > or > > /media/sasha/WD4_4/Photos/2017.06.04_NFK_Italy > > If the file already exists, it is placed in the correc

Re: [darktable-dev] export naming is broken

2017-09-17 Thread Patrick Shanahan
* Tobias Ellinghaus [09-17-17 04:00]: > Am Sonntag, 17. September 2017, 09:27:37 CEST schrieb Alexander Rabtchevich: > > Hello > > Hi. > > > Deletion of the build directory and renaming FILE_DIRECTORY to > > FILE_FOLDER didn't help. The problem is connected with ntfs partition of > > the disk. I

Re: [darktable-dev] export naming is broken

2017-09-17 Thread Alexander Rabtchevich
The full path for a folder with raws is /media/194FE98662A872A4/Photos/2017.09.16_Minsk_concert or /media/sasha/WD4_4/Photos/2017.06.04_NFK_Italy If the file already exists, it is placed in the correct directory, but with some letter or two instead of _01, _02... With respect, Alexander Rabt

Re: [darktable-dev] export naming is broken

2017-09-16 Thread Tobias Ellinghaus
Am Sonntag, 17. September 2017, 09:27:37 CEST schrieb Alexander Rabtchevich: > Hello Hi. > Deletion of the build directory and renaming FILE_DIRECTORY to > FILE_FOLDER didn't help. The problem is connected with ntfs partition of > the disk. If the disk partition is ext4, everything works as befor

Re: [darktable-dev] export naming is broken

2017-09-16 Thread Alexander Rabtchevich
Hello Deletion of the build directory and renaming FILE_DIRECTORY to FILE_FOLDER didn't help. The problem is connected with ntfs partition of the disk. If the disk partition is ext4, everything works as before. $(FILE_FOLDER)/darktable_exported/$(FILE_NAME)_1600 With respect, Alexander Rab

Re: [darktable-dev] export naming is broken

2017-09-16 Thread Patrick Shanahan
* Tobias Ellinghaus [09-16-17 14:42]: > Am Samstag, 16. September 2017, 20:49:30 CEST schrieb Alexander Rabtchevich: > > Hello > > Hi, > > > Export naming settings like > > $(FILE_DIRECTORY)/darktable_exported/$(FILE_NAME)_1600 > > > > do not work anymore in current git. The program understands

Re: [darktable-dev] export naming is broken

2017-09-16 Thread Tobias Ellinghaus
Am Samstag, 16. September 2017, 20:49:30 CEST schrieb Alexander Rabtchevich: > Hello Hi, > Export naming settings like > $(FILE_DIRECTORY)/darktable_exported/$(FILE_NAME)_1600 > > do not work anymore in current git. The program understands the string > as /DSC05470_1600/.jpg . It creates a direc

Re: [darktable-dev] export naming is broken

2017-09-16 Thread Alexander Rabtchevich
Reverting commit b78d8c27c988cc565784833874b475eaa778b345 restores the old behavior. With respect, Alexander Rabtchevich Alexander Rabtchevich wrote: Hello Export naming settings like $(FILE_DIRECTORY)/darktable_exported/$(FILE_NAME)_1600 do not work anymore in current git. The program unde

[darktable-dev] export naming is broken

2017-09-16 Thread Alexander Rabtchevich
Hello Export naming settings like $(FILE_DIRECTORY)/darktable_exported/$(FILE_NAME)_1600 do not work anymore in current git. The program understands the string as /DSC05470_1600/.jpg . It creates a directory for each file and names the file as .jpg . With respect, Alexander Rabtchevich _