photools.com Community

IMatch Discussion Boards => IMatch Scripting and Apps => Topic started by: jeg on June 30, 2017, 12:24:10 PM

Title: Rename Image
Post by: jeg on June 30, 2017, 12:24:10 PM
Hi,
I would like to rename an image from upper to lower case. But I can't find an proper endpoint. The endpoint
v1/imatch/filesystem/file/move
is described
QuoteThis method moves a file in the file system.
     * **Note** This will not update the database. Don't use this function to move files indexed in an IMatch database.
     * Use the corresponding endpoints provided by IMatch WebServices instead.

Thanks Jens
Title: Re: Rename Image
Post by: Mario on June 30, 2017, 01:51:08 PM
Endpoints which manipulate files and folders indexed by a database do not yet exist.
IMWS currently only allows modification of categories, collections, metadata and Attributes.

Endpoints to manipulate folders and files will be added to a later release.
Title: Re: Rename Image
Post by: jeg on June 30, 2017, 05:50:24 PM
Hi,
I just started to rewrite my programs. I spend two days, but it's very very laborious. There should be an overview of the old API and the correspondences in the new one. Then I could see what I need and what is not (yet) available.
As it looks now, I can not rewrite my programs with Imatch 2017.

What should I do? Wait (how long)? Go back to the old Imatch?
Title: Re: Rename Image
Post by: thrinn on June 30, 2017, 05:58:19 PM
QuoteI would like to rename an image from upper to lower case.
For this specific task, maybe you could use the standard functionality providede by the Renamer.
Title: Re: Rename Image
Post by: Carlo Didier on July 04, 2017, 08:00:05 AM
Quote from: jeg on June 30, 2017, 05:50:24 PMWhat should I do? Wait (how long)? Go back to the old Imatch?

Although I'm playing around a bit with iMatch 2017, I stick with 5.8. right now for much the same reasons. 90% of the functionalities I used in my old scripts are not yet implemented in the new environment and some probably never will.