Re: [darktable-user] How to rename files?

2016-04-18 Thread Owen Mays
Why not use the command-line "rename" utility? You will still have to re-import into darktable afterwards, but rename will handle changing different file types. My apologies if you already know how rename works, but just in case, here's an example: For example, suppose I have images

Re: [darktable-user] How to rename files?

2016-04-18 Thread Marcus Amorim
I wrote a bash script that rename both, but with a fixed name format, using exif date/time. I can send to you latter if you want. You can edit to your needs. Marcus Em seg, 18 de abr de 2016 22:13 escreveu: > DT 2.0.3 on arch > > I need/want to rename images (a few

Re: [darktable-user] How to rename files?

2016-04-18 Thread Marcus Amorim
Hi You can rename both, photo and xmp, and inport again in DT. You should then remove the old photos from film roll. Better to do this before renaming. It works fine! Em seg, 18 de abr de 2016 22:13, escreveu: > DT 2.0.3 on arch > > I need/want to rename images (a

[darktable-user] How to rename files?

2016-04-18 Thread darktable
DT 2.0.3 on arch I need/want to rename images (a few hundreds). I can do it at the command line, but what happens in DT? What about the xmp and the processing done by DT? Any recommended tools for renaming both the raw + xmp and keeping them in sync? -- sknahT vyS

Re: [darktable-user] Upgrading to GTK 3.20 ruins all menus (at least in darkroom)

2016-04-18 Thread Pascal Obry
I have proposed a CSS for Gtk 3.20. Not perfect but makes darktable usable with 3.20. A good temporary solution. See http://redmine.darktable.org/issues/10976 --   Pascal Obry /  Magny Les Hameaux (78)   The best way to travel is by means of imagination   http://www.obry.net   gpg

Re: [darktable-user] Stat/Summary of lens usage

2016-04-18 Thread Roman Lebedev
On Mon, Apr 18, 2016 at 7:05 PM, Owen Mays wrote: > Is there a way (Using a Lua script in darktable perhaps?) to get access to > the list of "currently selected images?" Something like this, insert into some function callback: local bounce_buffer = dt.gui.selection() for