[digiKam-users] Wrong file renaming pattern or a bug?

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

[digiKam-users] Wrong file renaming pattern or a bug?

AndriusWild
Hello,

I am trying to get file names like this:
20180903-093115-XXXX.dng
and I have tried this pattern:
[date:"yyyymmdd-hhmmss"]-[file]{range:5,8}
but for an image taken on 2018-07-29 at 09-59-16 and named IMGP5557.dng
I get:
20185929-095916-5557.dng
Please note that the month and date part is completely wrong.

I also had a case when digikam would apply different seconds numbers to a DNG+JPG pair.
Here is an example:
These two files should have the same file name but per digikam they were taken 2 seconds apart.
Any ideas?

digikam 6 latest beta on Windows 10.

Best regards,
Andrey
Reply | Threaded
Open this post in threaded view
|

Re: Wrong file renaming pattern or a bug?

digikam-2
On Mon, 3 Sep 2018 09:39:48 -0600
Andrey Goreev <[hidden email]> wrote:

> Hello,
>
> I am trying to get file names like this:
> 20180903-093115-XXXX.dng
> and I have tried this pattern:
> [date:"yyyymmdd-hhmmss"]-[file]{range:5,8}
> but for an image taken on 2018-07-29 at 09-59-16 and named
> IMGP5557.dng I get:
> 20185929-095916-5557.dng
> Please note that the month and date part is completely wrong.

I think that you have it wrong. Please note that I do not use the
hhmmss, but:

[date:"yyyyMMdd"]-[file]{range:5,8} works for me (dk 5.9.0 appimage).
MM is required.



--
sknahT

vyS
Reply | Threaded
Open this post in threaded view
|

Re: Wrong file renaming pattern or a bug?

AndriusWild
Looks like it works now. Thanks for the tip!
Best regards,


On Mon, Sep 3, 2018 at 9:52 AM <[hidden email]> wrote:
On Mon, 3 Sep 2018 09:39:48 -0600
Andrey Goreev <[hidden email]> wrote:

> Hello,
>
> I am trying to get file names like this:
> 20180903-093115-XXXX.dng
> and I have tried this pattern:
> [date:"yyyymmdd-hhmmss"]-[file]{range:5,8}
> but for an image taken on 2018-07-29 at 09-59-16 and named
> IMGP5557.dng I get:
> 20185929-095916-5557.dng
> Please note that the month and date part is completely wrong.

I think that you have it wrong. Please note that I do not use the
hhmmss, but:

[date:"yyyyMMdd"]-[file]{range:5,8} works for me (dk 5.9.0 appimage).
MM is required.



--
sknahT

vyS