[digiKam-users] convert2jpg batch queue tool name change between DK6 and 6.1 erase preset.

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

[digiKam-users] convert2jpg batch queue tool name change between DK6 and 6.1 erase preset.

Photonoxx
Hi,

I don't know if it's normal, but it seems some tool name of the batch queue manager have changed between v6.0 and v6.1.

Due to this change, I've lost my Batch preset (it could be nice if a backup could be done before Digikam delete these preset (Digikam inform the preset are deleted due to tool version conflict or some thing like that but don't made backup)) because they use the convert2jpg tool which now is named ConvertToJpg.

Does somebody could confirm the "ConvertToJpg" name is definitive or if I need to backup my batchqueue preset file with the future version because the new name is not intentional ?

Thanks

Nicolas

--
Nicolas Boulesteix - Chasseur de Lueurs - http://www.photonoxx.fr
Reply | Threaded
Open this post in threaded view
|

Re: convert2jpg batch queue tool name change between DK6 and 6.1 erase preset.

Gilles Caulier-4
Hi,

This kind of change is due to port all BQM tools as the new Plugins infrastructure. So there is new changes to process here in the future.

And yes, renaming these tool strings in XML queue settings file saved in your home directory will fix your problem.

Best

Gilles Caulier



Le lun. 27 mai 2019 à 13:58, Nicolas Boulesteix <[hidden email]> a écrit :
Hi,

I don't know if it's normal, but it seems some tool name of the batch queue manager have changed between v6.0 and v6.1.

Due to this change, I've lost my Batch preset (it could be nice if a backup could be done before Digikam delete these preset (Digikam inform the preset are deleted due to tool version conflict or some thing like that but don't made backup)) because they use the convert2jpg tool which now is named ConvertToJpg.

Does somebody could confirm the "ConvertToJpg" name is definitive or if I need to backup my batchqueue preset file with the future version because the new name is not intentional ?

Thanks

Nicolas

--
Nicolas Boulesteix - Chasseur de Lueurs - http://www.photonoxx.fr
Reply | Threaded
Open this post in threaded view
|

Re: convert2jpg batch queue tool name change between DK6 and 6.1 erase preset.

Photonoxx
Thanks
Does these names changes are referenced somewhere to avoid having to look for which tool have been renamed or not ?

Best

Le lun. 27 mai 2019 à 15:32, Gilles Caulier <[hidden email]> a écrit :
Hi,

This kind of change is due to port all BQM tools as the new Plugins infrastructure. So there is new changes to process here in the future.

And yes, renaming these tool strings in XML queue settings file saved in your home directory will fix your problem.

Best

Gilles Caulier



Le lun. 27 mai 2019 à 13:58, Nicolas Boulesteix <[hidden email]> a écrit :
Hi,

I don't know if it's normal, but it seems some tool name of the batch queue manager have changed between v6.0 and v6.1.

Due to this change, I've lost my Batch preset (it could be nice if a backup could be done before Digikam delete these preset (Digikam inform the preset are deleted due to tool version conflict or some thing like that but don't made backup)) because they use the convert2jpg tool which now is named ConvertToJpg.

Does somebody could confirm the "ConvertToJpg" name is definitive or if I need to backup my batchqueue preset file with the future version because the new name is not intentional ?

Thanks

Nicolas

--
Nicolas Boulesteix - Chasseur de Lueurs - http://www.photonoxx.fr


--
Nicolas Boulesteix - Chasseur de Lueurs - http://www.photonoxx.fr
Reply | Threaded
Open this post in threaded view
|

Re: convert2jpg batch queue tool name change between DK6 and 6.1 erase preset.

Gilles Caulier-4
Look in source code :

For 6.0.0, BQM tool ConvertToJPEG is declared here :


For 6.1.0 :


It's the same...

But, this tool implementation is encapsulated in a plugin container for 6.1.0 :


... which is translated. But this one must not be used to store queue setting in XML file.

So i don't undestand. Which new name do you have for this tool exactly ?

Gilles Caulier


Le lun. 27 mai 2019 à 15:44, Nicolas Boulesteix <[hidden email]> a écrit :
Thanks
Does these names changes are referenced somewhere to avoid having to look for which tool have been renamed or not ?

Best

Le lun. 27 mai 2019 à 15:32, Gilles Caulier <[hidden email]> a écrit :
Hi,

This kind of change is due to port all BQM tools as the new Plugins infrastructure. So there is new changes to process here in the future.

And yes, renaming these tool strings in XML queue settings file saved in your home directory will fix your problem.

Best

Gilles Caulier



Le lun. 27 mai 2019 à 13:58, Nicolas Boulesteix <[hidden email]> a écrit :
Hi,

I don't know if it's normal, but it seems some tool name of the batch queue manager have changed between v6.0 and v6.1.

Due to this change, I've lost my Batch preset (it could be nice if a backup could be done before Digikam delete these preset (Digikam inform the preset are deleted due to tool version conflict or some thing like that but don't made backup)) because they use the convert2jpg tool which now is named ConvertToJpg.

Does somebody could confirm the "ConvertToJpg" name is definitive or if I need to backup my batchqueue preset file with the future version because the new name is not intentional ?

Thanks

Nicolas

--
Nicolas Boulesteix - Chasseur de Lueurs - http://www.photonoxx.fr


--
Nicolas Boulesteix - Chasseur de Lueurs - http://www.photonoxx.fr
Reply | Threaded
Open this post in threaded view
|

Re: convert2jpg batch queue tool name change between DK6 and 6.1 erase preset.

Photonoxx
In 6.0 convert2jpeg is the name used in xml
In 6.1 converttojpeg is the name used in xml

it's just "to" instead of "2"

Le lun. 27 mai 2019 à 16:21, Gilles Caulier <[hidden email]> a écrit :
Look in source code :

For 6.0.0, BQM tool ConvertToJPEG is declared here :


For 6.1.0 :


It's the same...

But, this tool implementation is encapsulated in a plugin container for 6.1.0 :


... which is translated. But this one must not be used to store queue setting in XML file.

So i don't undestand. Which new name do you have for this tool exactly ?

Gilles Caulier


Le lun. 27 mai 2019 à 15:44, Nicolas Boulesteix <[hidden email]> a écrit :
Thanks
Does these names changes are referenced somewhere to avoid having to look for which tool have been renamed or not ?

Best

Le lun. 27 mai 2019 à 15:32, Gilles Caulier <[hidden email]> a écrit :
Hi,

This kind of change is due to port all BQM tools as the new Plugins infrastructure. So there is new changes to process here in the future.

And yes, renaming these tool strings in XML queue settings file saved in your home directory will fix your problem.

Best

Gilles Caulier



Le lun. 27 mai 2019 à 13:58, Nicolas Boulesteix <[hidden email]> a écrit :
Hi,

I don't know if it's normal, but it seems some tool name of the batch queue manager have changed between v6.0 and v6.1.

Due to this change, I've lost my Batch preset (it could be nice if a backup could be done before Digikam delete these preset (Digikam inform the preset are deleted due to tool version conflict or some thing like that but don't made backup)) because they use the convert2jpg tool which now is named ConvertToJpg.

Does somebody could confirm the "ConvertToJpg" name is definitive or if I need to backup my batchqueue preset file with the future version because the new name is not intentional ?

Thanks

Nicolas

--
Nicolas Boulesteix - Chasseur de Lueurs - http://www.photonoxx.fr


--
Nicolas Boulesteix - Chasseur de Lueurs - http://www.photonoxx.fr


--
Nicolas Boulesteix - Chasseur de Lueurs - http://www.photonoxx.fr