fredldotme / harbour-owncloud

A modern cross-platform client for Nextcloud, ownCloud & WebDav.
GNU General Public License v2.0
42 stars 21 forks source link

Support gallery view #37

Open Karry opened 5 years ago

Karry commented 5 years ago

Hi.

As I am using ownCloud primarily for photos, it would be great to have ability to switch file list view to thumbnail view and open preview in photo viewer (without slow download of complete file). Right now, I am doing that in web browser with "Gallery" app integrated to ownCloud. But more natural would be to use native UI...

Instead of gallery app that is no longer developed, should be used API of media viewer, but I am not sure how stable are application APIs going beyond webdav...?

fredldotme commented 5 years ago

From what I could gather the Gallery app provides an API for just that: https://github.com/nextcloud/gallery/wiki/RESTful-API Which OS would you like to test this on?

Karry commented 5 years ago

I am using it on SailfishOS.

fredldotme commented 5 years ago

I misread your first message, I assumed there was a native Gallery app for SfOS... I suppose we could use WebDAV searches for this.