[digiKam-users] How to search for spaces?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[digiKam-users] How to search for spaces?

digikam-2
DK 7.0 appimage on Manjaro.

Some images contain " " (space/blank) in the filename. I want to
change the space to "-" (dash)

How can I search for them in DK7?

I can do that in bash, but I try to do these file moves/renames in DK
not to "screw up" and end with some useless data in thumbnails,
faces...

--
sknahT

vyS
Reply | Threaded
Open this post in threaded view
|

Re: How to search for spaces?

Mick Sulley
I'm not aware of any way to do it in DK but pyRenamer is a really good
tool for that sort of thing.

Mick

On 12/08/2020 17:31, [hidden email] wrote:

> DK 7.0 appimage on Manjaro.
>
> Some images contain " " (space/blank) in the filename. I want to
> change the space to "-" (dash)
>
> How can I search for them in DK7?
>
> I can do that in bash, but I try to do these file moves/renames in DK
> not to "screw up" and end with some useless data in thumbnails,
> faces...
>
Reply | Threaded
Open this post in threaded view
|

Re: How to search for spaces?

digikam-2
On Thu, 13 Aug 2020 09:52:38 +0100
Mick Sulley <[hidden email]> wrote:

> I'm not aware of any way to do it in DK but pyRenamer is a really
> good tool for that sort of thing.

If I do all my renames in bash, what will happen in DK with the new
thumbnails generated, what about the old ones?

--
sknahT

vyS
Reply | Threaded
Open this post in threaded view
|

Re: How to search for spaces?

Maik Qualmann
In reply to this post by digikam-2
The advanced search in digiKam can do it. Simply enter a space in the field
for the file name and all images with a space in the name will be displayed.

Mark all images and call Rename (F2) and with this command:

[file]{replace:" ","-",i}

 you can automatically replace the spaces.

Maik

Am Mittwoch, 12. August 2020, 18:31:26 CEST schrieb [hidden email]:

> DK 7.0 appimage on Manjaro.
>
> Some images contain " " (space/blank) in the filename. I want to
> change the space to "-" (dash)
>
> How can I search for them in DK7?
>
> I can do that in bash, but I try to do these file moves/renames in DK
> not to "screw up" and end with some useless data in thumbnails,
> faces...