andreknieriem / photobooth

A photobooth Web-Application for raspberry pi with gphoto2
https://photobooth.andrerinas.de/
MIT License
294 stars 163 forks source link

mobile Download Button in Gallery funktioniert nicht #299

Closed HappySeppel closed 2 years ago

HappySeppel commented 2 years ago

Hi, wenn ich die Gallery als Standalone über das Handy aufrufe bekomme ich beim Download der Bilder nur die Thumbs heruntergeladen aber nicht die eigentlichen "orginalen" Bilder. Rufe ich die Website über ein Notebook auf funktioniert der Download, wie kann ich das Problem lösen? image

Vielen Dank im Voraus

andi34 commented 2 years ago

Problem deines Browsers? Je nach Photobooth--Version ist es eine Option im Adminpanel ( v2.10.0 und neuer).

HappySeppel commented 2 years ago

Hi, ich habe sowohl Firefox als auch Chrome ausprobiert, jedes mal das gleiche. Current version: 2.1.0 Welche Option meinst du im Admin Panel?

andi34 commented 2 years ago

Dann ist deine Version zu alt. Wie gesagt ab v2.10.0 lässt sich einstellen ob thumbails beim Download verwendet werden sollen oder nicht.

Screenshot_20211225-204649

Dann hakt es bei dir in der Linkerstellung irgendwo, vermutlich hier: https://github.com/andreknieriem/photobooth/blob/13e779d367f8c7937ca7289120e078594b8a53ae/resources/js/photoinit.js#L123-L130

HappySeppel commented 2 years ago

Danke für deine Unterstützung. Ich habe in der download.api eine Zeile eingefügt welche mit per regex die fehlerhafte "thumbs" Erweiterung entfernt. $image = str_replace("thumbs","",$image); // dieser Regex entfernt den Zusatz thumbs sodass der Mobile download funktioniert Da ich den Code etwas angepasst habe für meine Gallery Only Funktion, kann ich nicht ohne weiteres auf die höhere Version springen. Aber ich werde es bei Gelegenheit probieren.

HappySeppel commented 2 years ago

Hi ich muss nochmal kurz stören. Du hast geschrieben Version 2.10 ist verfügbar, ich sehe nur die Version 2.1.0 siehe Screenshot. image

andi34 commented 2 years ago

https://github.com/andi34/photobooth/releases