Summary: | Renaming filenames based on AI image contents analysis. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | f14fjne02 |
Component: | AdvancedRename-Import | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | caulier.gilles, james, metzpinguin, samurai.no.dojo |
Priority: | NOR | ||
Version First Reported In: | 0.9.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Python Script to rename files using GPT5nano |
Description
f14fjne02
2008-06-27 21:12:25 UTC
What's new about this report ? it still valid using digiKam 0.9.4 ? Gilles Caulier Closing some old bugreports that are related to old digiKam version, and that have not received answers for two years now. If you think the reports are still valid, feel free to re-open them, but please provide updates and do not just open them without giving feedback. New digiKam 4.11.0 is available. https://www.digikam.org/node/740 Can you reproduce the problem with this release ? Problem still valid using last digiKam 5.0.0 ? Gilles Caulier We need feedback with last digiKam AppImage Linux Bundle: https://drive.google.com/open?id=0BzeiVr-byqt5Y0tIRWVWelRJenM Gilles Caulier digiKam 5.5.0 is released officially https://download.kde.org/stable/digikam/ ...and new 5.6.0 pre-release as bundle is available here : https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM Please check if this problem still reproducible with these versions. Thanks in advance Gilles Caulier digiKam 5.6.0 is now release and available as bundle for Linux, MacOS and Windows. Can you check if problem still exists with this version ? Thanks in advance Gilles Caulier Please update this entry from bugzilla with current 5.8.0 pre-release bundle to see if problem remain. https://files.kde.org/digikam/ Thanks in advance Gilles Caulier digiKam 7.0.0 stable release is now published: https://www.digikam.org/news/2020-07-19-7.0.0_release_announcement/ We need a fresh feedback on this file using this version. Best regards Gilles Caulier I do not know if this is ralated. In previous version (do not know which one) the file renaming options ignores '{lower}' modifier for '[ext]' tag (it is shown in red highlight) and copied file has uppercase extension. Version of digikam is 7.6.0 on Manjaro linux (In reply to samurai.no.dojo from comment #10) > I do not know if this is ralated. > In previous version (do not know which one) the file renaming options > ignores '{lower}' modifier for '[ext]' tag (it is shown in red highlight) > and copied file has uppercase extension. > Version of digikam is 7.6.0 on Manjaro linux I am sorry, I meant to write that it was working in previous version and now it is broken in 7.6.0 The previous version was from somewhere around the end of year 2021
> I am sorry, I meant to write that it was working in previous version and now
> it is broken in 7.6.0
>
> The previous version was from somewhere around the end of year 2021
one of these
7.2.0-4
7.3.0-2
7.3.0-4
7.3.0-5
7.4.0-1
7.4.0-2
Tested here with the pre-release of digiKam-7.7.0 on Windows, works without problems converting an extension using .[ext]{lower} or .[ext]{upper}. Maik Created attachment 183978 [details] Python Script to rename files using GPT5nano Python Script (for a Windows Platform) to rename files in a directory using GPT5nano. The new GPT5nano is a highly cost effective way to get Ai to rename image and video files based on their EXIF meta data and actual content. You will need some credit on https://platform.openai.com/ for the API You will need to install Python and some libraries. You will need a SET variable with the OpenAI API string. ie OPENAI_API_KEY=sk-proj****** You will need exiftool and ffprobe ffmpeg tools installed, and in your PATH variable. PS: I recommend removing the payment card as the auto rebill could be an issue! I have wanted someway to standardise all my thousands of photo filenames - and turned to digiKam While it can do a lot on import - there was no Ai option to interrogate the file and propose a name based on the content. Up until OpenAI gpt5nano there was no easy or cost effective way to do this at scale. OpenAi gpt5nano changed that. No warranty is made - so please be careful to run the script in managed place, away from any precious photos. It is still something I am developing. But I'd been keen to hear what others think. Best wishes, James. |