LycheeOrg / Lychee

A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
https://lycheeorg.github.io/
MIT License
3.42k stars 303 forks source link

Set star to an album #46

Open chrobs opened 5 years ago

chrobs commented 5 years ago

I would like to "set star" to an album like I'm able to star a photo. The suggested behaviour would be the following:

The idea of marking the album itself as starred and not the photos included in the album at this particular moment, is, that it is dynamically because the album photos may change.

Background (or why would I like to have these kind of functionality): I have a self-made digital frame on which my lychee gallery photos should be displayed. Therefore, I have built a short php script (can be found here: Lychee_frame ) which hooks to the lychee classes and generate an HTML page showing a random picture directly from the lychee data.

So far, so good. But, there are some albums I want to have in my gallery but do not want to be displayed on the digital frame, e.g. very old pictures or the photo album from our last house conversion.

Therefore, my Idea was to only show starred pictures but it is really not convenient to star hundreds of pictures individually.

Sadly, until now, I was not able to hack my way through the Lychee-front structure..

Thanks for your support!

cheers, chrobs

ildyria commented 5 years ago

Hi @chrobs , Interesting idea. :+1:

Interesting idea, but I would also implement something that goes side by side with this idea: in Album view, create a button that does a slide-show of an Album.

About Lychee-frame:

For the future of it, I would highly suggest you start having a look at: https://github.com/LycheeOrg/Lychee-laravel as this will be the next version of Lychee (expected v4.0.0).

The backend has been rewriten intensively but I'm sure that your frame can be easily added in next version of the project (I would guess it would take me about 30 minutes to implement it!).