commons-app / apps-android-commons

The Wikimedia Commons Android app allows users to upload pictures from their Android phone/tablet to Wikimedia Commons
https://commons-app.github.io/
Apache License 2.0
1.03k stars 1.23k forks source link

Optional adoption of the original file name of the photo #5798

Open OpenGreenStreet opened 2 months ago

OpenGreenStreet commented 2 months ago

What is the user problem or growth opportunity you want to see solved?

It would be nice if the original file name could be used optionally (as a supplement). I have a large archive of photos that I would like to publish at a later date in the future.

How do you know that this problem exists today? Why is this important?

It is therefore very important to me that I can later distinguish between photos that have already been published and files that are still to be published. That is the reason why I would like to have an additional option to prefix the original name of the image file.

Who will benefit from it?

all users

Anything else you would like to add?

(I currently help myself by determining the original file name and copy/paste it in front. But that is quite cumbersome)

nicolas-raoul commented 2 months ago

Hi @OpenGreenStreet ,

I am in the same situation, with around 50,000 good pictures left to upload.

I use the custom picker to determine whether a picture has been uploaded already or not, is it the safest and easiest, and also reasonably fast.

It uses checksums to check for server-side presence, this is more reliable than filenames which may not be unique.

OpenGreenStreet commented 2 months ago

Hi @nicolas-raoul ,

Thank you for your feedback. That is of course a good option. At the same time, I have noticed that the checksums generated by the Upload Wizard are different from those generated by the Commons app. (But I could be wrong). A second thing is that I use a prefix that allows me (so far) to quickly search for my own images on Commons.

nicolas-raoul commented 2 months ago

I have noticed that the checksums generated by the Upload Wizard are different from those generated by the Commons app

Do you mean you upload a picture via the Commons app, or via the website, but the app's custom picker shows it as not uploaded yet? If so, would you mind providing steps to reproduce the issue? Thanks! :-)

OpenGreenStreet commented 2 months ago

As soon as I get around to it, I'll give it a try. best regards

OpenGreenStreet commented 2 months ago

@nicolas-raoul ,

see here:

https://commons.wikimedia.org/w/index.php?title=Special:ListFiles/Molgreen&ilshowall=1

https://upload.wikimedia.org/wikipedia/commons/d/d2/20240828_xl_1128.DSCN2980_1~2.checksum_test.via_commons_app.Schnecke_auf_Blatt.jpg

https://upload.wikimedia.org/wikipedia/commons/1/19/20240828_xl_1128.DSCN2980_1~2.checksum_test.via_upload_wizard.Schnecke_auf_Blatt.jpg

nicolas-raoul commented 2 months ago

Would you mind creating a separate bugs for this?

If possible, please insert an explanation for each step. Thanks!

OpenGreenStreet commented 2 months ago

@nicolas-raoul , I have tried it. Is that enough?

https://github.com/commons-app/apps-android-commons/issues/5800