Skip to content

Unbreak batch renaming with metadata

The batch rename feature supports renaming files by common metadata stored in Tracker's database. This was previously broken because a filter in the SPARQL query that intends to limit the file selection to the current directory was always returning 0 results. Changing the string quote type within that filter call fixes the problem.

Fixes #1025 (closed)

Merge request reports