Created attachment 110230 [details] error i get Sometime,s it's impossible to rename the files. Digikam tell me that image with name "", cannot be renamed The error does not happen all the time. but preview works, and even adding tags. even after moving the files, it doesn't change anything. (error present from digikam 5.5 through digikam 5.8) here is the log file : digikam.general: Selected URLs to rename: (QUrl("file:///media/NAS/archives/archives_amisinternet/CBU/Belgacom_CBU4U.jpg"), QUrl("file:///media/NAS/archives/archives_amisinternet/CBU/Belgacom_CBU4U2.jpg"), QUrl("file:///media/NAS/archives/archives_amisinternet/CBU/Belgacom1.jpg")) digikam.general: QUrl("file:///media/NAS/archives/archives_amisinternet/CBU/Belgacom_CBU4U.jpg") digikam.general: QUrl("file:///media/NAS/archives/archives_amisinternet/CBU/Belgacom_CBU4U2.jpg") digikam.general: QUrl("file:///media/NAS/archives/archives_amisinternet/CBU/Belgacom1.jpg") digikam.database: No itemShortInfo could be retrieved from the database for image "Belgacom_CBU4U.jpg" digikam.general: Using 8 CPU core to run threads digikam.general: Using 8 CPU core to run threads digikam.general: Action Thread run 1 new jobs digikam.general: Action Thread run 1 new jobs digikam.iojob: Destination Url: QUrl("2002-10-16_21-15-09.jpg") digikam.iojob: Destination Url: QUrl("file:.xmp") digikam.iojob: Trying to rename "" to "" digikam.iojob: Trying to rename "" to ".xmp" QFile::rename: Empty or null file name QFile::rename: Empty or null file name digikam.iojob: File couldn't be renamed! digikam.iojob: File couldn't be renamed!
forgot to give the rename pattern [meta:Exif.Image.DateTime]{replace:":","-"}{replace:" ","_"}{unique}.[ext]{lower}
Created attachment 110231 [details] screenshot of the renaming
The empty file names come from the invisible sidecar files. You have enabled sidecar files? The question is, why is the file name of the sidecar files empty? Maik
no it's not enabled. i saw that and checked if it was. but no. long time ago i tested sidecar files, but deactivate it. right now i just activate/deactivate, in case there's a reset to do in config files, but it didn't change anything
> digikam.iojob: Destination Url: QUrl("2002-10-16_21-15-09.jpg") The next question is why here is a file:/ missing in the QUrl. This causes the URL to be considered non-local. We have a special function here at the renaming, which we actually do not need any more in the treatment of remote files. Maik
in fact, it seems that i can't rename on the entire collection. even on a single file Belgacom_CBU4U2.jpg => Belgacom_CBU4U2_.jpg but on another collection, it's working without any problem. and there is no empty sidecar files on the log (both are considered as local collection) is there a possibility that there's an old configuration remaining ? i'm still having digikam 4, from my distribution. As i often have problems with upgrades. (thumbnails disappear, sql migrations fails, etc..) i dropped the sql database sooner, to restart from a fresh install. so collections are brand new in the database.
The AppImage Linux Bundle have been recompiled with last changes from source code and is available here for testing : https://files.kde.org/digikam/ Take a care : 6.0.0 is a beta release for the moment. Make a database backup before to test. Problem still here ? Gilles Caulier
After 3 weeks of work, i finally completed the compilation of AppImage using Qt 5.11.3 + QWebkit 5.212. New 6.1.0 pre-release AppImage bundle can be found here (64 bits only for the moment) : https://files.kde.org/digikam/ Please check if this bugzilla entry still valid. Thanks in advance Gilles Caulier
hello the problem seems to be solved on the 6.1 beta version (appimage)
resolved in 6.2 beta for me