Announcement

#1 2023-02-01 14:52:54

remartin
Piwigo Team
2021-04-30
31

Piwigo NG 2.0-beta

https://ressources.piwigo.com/i?/uploads/c/v/7/cv7jpz6hf8//2023/01/31/20230131132400-91f72eaa-la.jpg

One year after version 1.0, we are launching Piwigo NG version 2.0 beta. Version 1.0 was intended to replace the previous Android application in order to quickly offer a viable and functional solution. Today, we focus on the future of Piwigo NG.

Thanks to the experience gained over the past year, we have decided to rework the application in 2.0. The new core design should make future features easier to implement and maintain. However, these changes can impact existing features. That's why we launch today an open beta-testing. We need to be sure nothing is broken.

You can access it on the play store:

Mobile: https://play.google.com/store/apps/deta … .piwigo_ng
Web: https://play.google.com/apps/testing/co … .piwigo_ng
In addition to fixing bugs, we will use the beta-testing period to implement auto-upload and photos sorting.

If you have any feedback, post it here on the forum https://piwigo.org/forum/ or on Github https://github.com/Piwigo/piwigo-flutter-app/issues

Last edited by remartin (2023-02-01 15:43:27)

Offline

#2 2023-02-02 13:52:21

JDroste
Member
2023-02-02
2

Re: Piwigo NG 2.0-beta

I try to get the piwigo NG app working on several Android based systems like phone, tablet, ..
The result is always the same. I can search for images, upload images and create new albums.
But the app does not show the existing albums on the server.

I try the current version (NG) from PlayStore and also the new beta version from these days.

My Server is Apache 2.4 on Windows 10. I am using PHP 8.1.11 and https protocol.
Piwigo on server side is the latest version 13.5.0
Any idea what is going wrong?

With an older Version of Piwigo and PHP 7.xx the app was working already.

Offline

#3 2023-02-02 15:05:27

remartin
Piwigo Team
2021-04-30
31

Re: Piwigo NG 2.0-beta

JDroste wrote:

I try to get the piwigo NG app working on several Android based systems like phone, tablet, ..
The result is always the same. I can search for images, upload images and create new albums.
But the app does not show the existing albums on the server.

I try the current version (NG) from PlayStore and also the new beta version from these days.

My Server is Apache 2.4 on Windows 10. I am using PHP 8.1.11 and https protocol.
Piwigo on server side is the latest version 13.5.0
Any idea what is going wrong?

With an older Version of Piwigo and PHP 7.xx the app was working already.

Hi, thanks for your feedback.

Are you using "Community" plugin ? Or do you have any specific privacy settings on these albums ? (user and group permission for example)

Regards.

Offline

#4 2023-02-02 16:05:14

JDroste
Member
2023-02-02
2

Re: Piwigo NG 2.0-beta

I just put approx. 10 images to the ablum without restrictions.
You can see the images at https://album.dronet.de
I install some add. skins for the website. Thats all.

Offline

#5 2023-02-03 11:52:53

remartin
Piwigo Team
2021-04-30
31

Re: Piwigo NG 2.0-beta

JDroste wrote:

I just put approx. 10 images to the ablum without restrictions.
You can see the images at https://album.dronet.de
I install some add. skins for the website. Thats all.

Hello, the issue seems to come from the gallery:

Piwigo NG logs:

Code:

I/flutter ( 8235): FormatException: Unexpected character (at character 1)
I/flutter ( 8235): <br />
I/flutter ( 8235): ^

Instead of a json, the app gets html.
So I went to your API and tryied pwg.categories.getList:

Code:

<b>Deprecated</b>:  strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in <b>C:\Data\Public\piwigo\include\ws_functions\pwg.categories.php</b> on line <b>324</b><br />
^
^

Edit: This issue will be fixed on server side, so look for future updates of Piwigo.

It might be caused by albums with empty description and can be fixed with the following code in
/include/ws_functions/pwg.categories.php (322,7):

Code:

SELECT
     'render_category_description',
     $row['comment'],
     'ws_categories_getList'
     ) ?? ''
);
// management of the album thumbnail -- starts here

Last edited by remartin (2023-02-03 15:50:03)

Offline

#6 2023-02-08 10:05:18

Phil35
Member
France
2022-10-11
59

Re: Piwigo NG 2.0-beta

Hi,

When an album is displayed, is there a way to indicate that this is a video and not an image(photo) only.

Today there is nothing displayed to allow the user to know: if you click on this, it will display only a photo ,  if you click on this, it will be a video.

By default we can imagine,  nothing for photo (this is the default) and a tiny icon on image to indicate, this is a video behind.

see also: https://piwigo.org/forum/viewtopic.php?id=32587

Thank you so much
Phil


Piwigo 13.8 on production platform  raspberry pi 4 (os 11 (bullseye))
Piwigo 14.1 on test platform raspberry pi 4  (os 11 (bullseye))

Offline

#7 2023-02-13 09:51:23

remartin
Piwigo Team
2021-04-30
31

Re: Piwigo NG 2.0-beta

Hi,

We have added a "movie" icon at the bottom left of the picture thumbnail when it is considered as a video.

This will be applied in the first patch 2.0.1-beta.

Offline

#8 2023-02-13 14:57:41

Phil35
Member
France
2022-10-11
59

Re: Piwigo NG 2.0-beta

Thank you @remartin that's excellent!

Phil35


Piwigo 13.8 on production platform  raspberry pi 4 (os 11 (bullseye))
Piwigo 14.1 on test platform raspberry pi 4  (os 11 (bullseye))

Offline

#9 2023-02-16 09:20:02

remartin
Piwigo Team
2021-04-30
31

Re: Piwigo NG 2.0-beta

Hello, 2.0.1-beta is available !

- Fixed language by default to match the system's language.
- Added a "movie" icon on video thumbnails.
- Fixed an issue when uploading with multiple tags.
- Fixed an issue with url recognition.

Offline

#10 2023-02-16 09:22:41

Phil35
Member
France
2022-10-11
59

Re: Piwigo NG 2.0-beta

Hi,
That's great. Big thanks!
I will test on saturday afternoon
Kind regards
Phil35


Piwigo 13.8 on production platform  raspberry pi 4 (os 11 (bullseye))
Piwigo 14.1 on test platform raspberry pi 4  (os 11 (bullseye))

Offline

#11 2023-02-18 17:40:03

Phil35
Member
France
2022-10-11
59

Re: Piwigo NG 2.0-beta

Hi,
tested 2.0.1-beta
"- Added a "movie" icon on video thumbnails." -> nice! thank you it works

mp4 videos are correctly played even on an old samsung S5 ...

Phil35

Last edited by Phil35 (2023-02-18 17:48:28)


Piwigo 13.8 on production platform  raspberry pi 4 (os 11 (bullseye))
Piwigo 14.1 on test platform raspberry pi 4  (os 11 (bullseye))

Offline

#12 2023-02-20 09:03:53

remartin
Piwigo Team
2021-04-30
31

Re: Piwigo NG 2.0-beta

Phil35 wrote:

Hi,
tested 2.0.1-beta
"- Added a "movie" icon on video thumbnails." -> nice! thank you it works

mp4 videos are correctly played even on an old samsung S5 ...

Phil35

Hi, that's good to hear.

We have received a report about an issue with the video player (on and Android 8 device). It might be changed during the beta...

Offline

#13 2023-02-20 09:07:23

Phil35
Member
France
2022-10-11
59

Re: Piwigo NG 2.0-beta

Samsung S5 ....  Android 6.0.1 ....yes old
Phil35


Piwigo 13.8 on production platform  raspberry pi 4 (os 11 (bullseye))
Piwigo 14.1 on test platform raspberry pi 4  (os 11 (bullseye))

Offline

#14 2023-02-21 14:14:34

gueba
Member
2021-12-31
55

Re: Piwigo NG 2.0-beta

remartin wrote:

Hi, that's good to hear.

We have received a report about an issue with the video player (on and Android 8 device). It might be changed during the beta...

Hi,
*.mp4-videos are correctly played on my Lenovo Tablet TB-8804F (Tab4) with Android 7.1.1 but not on my Redmi Note 4 mobile with Android 7.0 NRD90M. The "Load-Circle" keeps spinning but nothing happens.

hth
gueba

Last edited by gueba (2023-02-21 14:17:41)

Offline

#15 2023-02-21 18:52:08

erAck
Only trying to help
2015-09-06
1995

Re: Piwigo NG 2.0-beta

mp4 is not mp4. MPEG-4 is a hell of different codecs with proprietary patent license issues, it may or may not work depending on browser and available codec support on your system, even with the most widely used but worst case H.264/AVC codec.


Running Piwigo at https://erack.net/gallery/

Offline

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact