-
Notifications
You must be signed in to change notification settings - Fork 8
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
Gallery overview is missing #102
Comments
Media Viewer is a replacment for the Gallery. Install Gallery and you are fine. Missing tile Overview is a feature requests which need to be opened and addressed. |
@DeepDiver1975 there is a contradiction: If mediaviewer replaces gallery, then I cannot install both. I am not fine. |
@pmaier1 confirms this is missing in the current version. |
Hello, |
Hello, To me it is absolutely unobvious why the Media Viewer is advertised as the all new and better image viewer (https://owncloud.org/news/good-bye-gallery-say-hi-to-the-new-media-viewer/). Don't take me wrong, I absolutely acknowledge the development effort spent on the new app, it looks clean and polished, but unfortunately is just missing (to me) key features. I would really appreciate to have back the thumbnail view and the full screen image slideshow. |
I agree, |
Additionally, the Gallery app doesn't work anymore in OwnCloud 10.3+, so there's no choice going back to the old one until the missing features are implemented. For me, the most useful feature was the directory thumbnail view, even if it had serious performance issues with large amounts of pictures. |
AFAIK the gallery app should still work with 10.3 as there were no changes in API. cc @micbar |
@pmaier1 AFAIK the mediaviewer and Gallery apps should not be installed in parallell. |
Generally speaking, there are plans for the new web frontend for ownCloud (https://github.com/owncloud/phoenix) to integrate a grid view toggle for the file list. This will allow users to generally switch between different sizes/views for the files list. |
What about the current users? |
@micbar : agreed. I won‘t upgrade until a gallery view is available in the media viewer. @pmaier1 : the benefit of the old grid view was that there is nothing to configure, you can give the grid view URL to foreign users which have no OC experience. Don‘t make it highy customizable - make it easy. Thanks! |
Push This should be added with higher prio IMHO. |
Hi, I really like owncloud in general. Also the media viewer is awesome. The only thing I am missing is this overview of pictures. This is really important for people who use their owncloud server to share images. I would love to see this come back. |
The gallery view we had with Gallery is absolutely essentiel for me. Unfortunately, this media viewer misses this feature and is incompatible with Gallery, so that I have to disable the media viewer in my owncloud installations, in spite of it's other advantages. |
Same thing here : I won't be able to use the (brilliant) media viewer till it has this tile view feature :-/ as my users need it. |
When both Gallery and files_mediaviewer are enabled, the Gallery plugin doesn't work. In the javascript console, I see:
If I modify
becomes:
Then it doesn't error out any more since it is checking for the |
@RossRogers Would you mind opening a PR? |
This simple, no-harm change checks that `OCA.Files.fileActions` exists before using it. This seems to fix owncloud#102, the compatibility issue between the files_mediaviewer app and the old Gallery app. The edit allows javascript to continue without throwing an exception if `OCA.Files.fileActions` does not exist. For some reason this happens when both Gallery and files_mediaviewer are enabled in my installation of OwnCloud.
@hurradieweltgehtunter Done. However, I'm not sure if the edit fixes it for everyone. I know it fixed it for me. Regardless of if it fixes the problem for everyone, the edit itself causes no harm upon inspection if it doesn't solve the problem for other folks. |
Thank you @RossRogers |
You are right, those are separate issues.
But if issue 1 was solved (media-viewer giving a gallery view),
we would no longer need gallery, so issue 2 would no longer be a problem.
I have been annoyed by this issue for a long time (probably over a year) until somedy came
with a nice workaround a few days ago...
Le 26.10.20 à 18:07, ho4ho a écrit :
…
Thinking two problem mixed by issue:
1. files_mediaviewer not same overview like gallery available
2. files_mediaviewer + gallery enabled both gallery overview not work
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#102 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSAP7S7KG3ROFNCTS43UXTSMWUFPANCNFSM4IFYLC6Q>.
--
Silvain Dupertuis
Route de Lausanne 335
1293 Bellevue (Switzerland)
tél. +41-(0)22-774.20.67
portable +41-(0)79-604.87.52
web: silvain-dupertuis.org <http://perso.silvain-dupertuis.org>
|
While we're testing this internally could someone test this on their own and report if this fixes things? Would be a great help. |
@hurradieweltgehtunter : I tested it with the latest release 10.6.0 and the gallery app works again |
Thank you all for your help. App including fix is in the release pipeline: #324 |
|
Seen on damkencloud:
The old gallery had a tiled view which gives a nice overview of all images in a folder:
e.g.
When we install files_mediaviewer then this overview is gone. That is a regression.
The text was updated successfully, but these errors were encountered: