darktable 5.0: I need to select a collection of pictures using a specific module

I run dt 5.0.0 in Windows 11 Pro.
I would like the lighttable to select all pictures with the deprecated module “crop and rotate” (note below) in their history stack. I assumed that I would find that through collections > darktable > module. However I don’t get a list of used modules. I can also enter something like “crop%” manually but nothing is selected.
Any advice ?
(note) I reported Issue #18076 on GitHub: legacy ‘crop and rotate’ has “insane data” on dt 5.0 on Windows. It won’t be fixed. The advice is to replace it.

This seems like a bug and I see this as well on linux.

Can also reproduce, not working any longer … another case for a bug report at github.

If you urgently need the list of affected images : you can access your library.db from the command line (make a copy to be on the safe side) via sqlite3.

sqlite3 /path/to/your/library.db "select distinct imgid from history where operation='clipping'" > crop-rotate-imgid-list.txt

Creates a list of all image-IDs containing crop and rotate module and writes this list to a text file crop-rotate-imgid-list.txt

1 Like

Please report this on GitHub, I’ll make sure it is fixed for 5.0.1. TIA.

2 Likes
1 Like

No Polish translation in version 5.0?

Please stay on topic, don’t highjack the thread …

2 Likes

Sorry. I’m out of here :slight_smile:

Thank you so much for all the work you’re going on my issue(s). I’ll wait for 5.0.1
Marc.

THANK YOU Pascal!
Marc.

Thank you for reproducing. My initial thought was that I was somewhere wrong.
Marc.

You’re welcome, now fixed.

Thank you again.

Question: Is it then included in the 5.1 nightly build ?

Marc.

Yes. Probably tonight’s nightly build

1 Like

Works fine now (running nightly build of 29/12). Thank you all.
Marc.

PS since I am a dt user since 2020, it are (only) 88 "crop and rotate"s to replace. Hence feasible.

1 Like