Piwigo / Piwigo-Mobile

Piwigo iOS Mobile Application
MIT License
98 stars 30 forks source link

[BUG] Cannot change parameters of synced photo #528

Closed EddyLB closed 1 year ago

EddyLB commented 1 year ago

Piwigo does not allow changing names of photo files if these files have been synced instead of uploaded. The iOS app sets all parameters with the API method pwg.images.setInfo each time a single or several parameters are changed, including the filename. This leads to the impossibility to change parameters for photos which were synced. A better approach would consists in setting only changed parameters.