Cookie Consent
I guess that some sort of media preview functionality is what most of you wanted. Prvstorage v0.9.6 gives you that and more.
Prvstorage app is slowly evolving. It got to version 0.9.6 and it has now a media preview functionality.
If upgrading from previous version you must install on your system exiftran (a simple utility that prvstorage uses to handle photo/picture orientation). I also strongly recommend purging thumb directory for regenerating all previously created thumbnails. This will get rid of thumbnails with bad orientation and ensure smooth functionality of media preview module.
To update your Prvstorage app to latest version follow the steps below
$ sudo apt update
$ sudo apt install -y exiftran
$ cd /var/www/your/prvstorage/directory
$ git pull origin stable
$ sudo git pull origin stableThere you are: you have updated your app to latest stable version.
$ sudo rm -R storage/app/public/thumb
After removing thumb directory the application will need to regenerate thumbnails. This process will be triggered every time you open a directory with media files and it may take a longer time for page to load. After thumbnails are generated the speed of pages will dramatically increase.
For any issue with the app or suggestions to improve it, please contact me on Email or in the Report issue section of this website.