Pascal Obry
Pascal Obry
This is expected behavior, folder are always named ascending. What you are looking for is a date folder view.
> But this was not the behavior in 4.4 Right, it has been changed to: - Always sort in alphabetical order all names - All date based collection either ascending...
I'm on it... stay tuned.
See #16072
> maybe the hash table can be built using a select statement with a where in SQL DB is kind of hash and should be very fast. The best is...
And we already have an index for `filename`. @AxelG-DE : To check if this is the issue I'll prepare a PR with the check for existing file is removed.
@AxelG-DE : Can you check #16057 and report about speed? TIA.
> Can the `dt_film_get_id` on line 849 in `import.c` be extracted from the loop and moved to line 741? Sure, probably more in line 798 as it is only in...
> And on top it offers me to import all the files now, even they wehre imported beforehand (maybe as expected) Yes expected as I have disabled the check for...
@AxelG-DE : I have updated my PR with some other stuff, can you check again the relative speed? TIA.