-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to use different slideshow engines in Gallery #600
Comments
@oparoz |
@shubhrajodiya Windows is fine. You can download a VM from there: https://www.techandme.se/pre-configured-owncloud-installaton/ A word of warning, that VM is not designed to be a dev VM, but it can be turned into one in a few steps. |
Is it possible to any how implement owncloud using wamp or any other such software stack on windows because the problem is that i am using a 2GB ram laptop and running VM will be really hectic for me. |
@shubhrajodiya - Unfortunately, it isn't... But try to see if you can pick up a Raspberry Pi2 or something similar. This slideshow project doesn't require a powerful server. |
Hi, I'm an engineering student of the University of Buea and I am interested in the project idea of the flexible slideshow egines. So I wish to how I can get the my environment setup and get to familiarize with the code. |
@Viva10 - Everything you need should be in this wiki article or the official documentation |
This issue was moved to nextcloud/gallery#134 |
Feature request
User type: All
User level: All
Description
There is currently one slideshow engine in Gallery: Bigshot
We're only using a fraction of what this library is capable of doing (VR, tiling) while not offering more standard features, especially on mobile. On top of that it's huge and not maintained any more.
While investigating the use of alternatives, I thought that we could maybe modify the slideshow launcher to make it engine agnostic so that different types of ownCloud installations could use different types of engines.
This only works if most engines expect the same kind of data:
A good engine can
and the current and future list of features for the slideshow can be found here:
https://github.com/owncloud/gallery/wiki/Slideshow
The first engine to implement which would become the new default is Photoswipe. See #158 for details.
We cannot load all engines at the same time, so users have to be able to pick the one they need from the preferences menu, the default would probably not be Bigshot
Benefit / value
Risk / caveats
It's important not to spend too much time trying to write a connector. It could very well be that each engine is very different and requires some specific JS and PHP code to work properly on the ownCloud platform. In that case we would focus on replacing Bigshot with Photoswipe.
Sponsorship
Without a sponsor, Gallery will probably just remove Bigshot
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: