Skip to content
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

[Suggestion ] Create a list of tags to create logical albums #45

Closed
palitu opened this issue Feb 2, 2019 · 15 comments
Closed

[Suggestion ] Create a list of tags to create logical albums #45

palitu opened this issue Feb 2, 2019 · 15 comments
Milestone

Comments

@palitu
Copy link

palitu commented Feb 2, 2019

I have all of my photos in YYYY/MM folders, but i also use digikam to tag all of the photos into vitual albums.

Is there a way to list all of these tags so that i can navigate through them? have the folder heirachy, then under that have a heirachy of logical albums / tags?

I would love this, and would make my 50k photos actually navigatable!

thanks :)

@bpatrik
Copy link
Owner

bpatrik commented Feb 2, 2019

Hi,

Currently there is no way of creating logical albums.
I'm not against of creating smart folders. Eg: a virtual folder that contains all photos that are John and Katie between 02/03/2018 and 05/02/2019 in folder my trips with tag holiday.
It should not be difficult once, I've updated searching as I've sketched my road map here: #38 .
But this is super future plan. Probably won't happen this year, I'm sorry.

Best,
Patrik

@palitu
Copy link
Author

palitu commented Feb 3, 2019

I think you can go even simpler than complex unions on searches. Literally just allowing you to list all tags as a minimum, then the next step could be allowing you to list all tags that you want to be able show on the front page as a gallery, without having to search for them.

This will allow your workflow of offline editing via lightroom, then dynamically creating albums in PG.

If i can get my head around this style of programming, i could have a look into extending the front page.

cheers,

@bpatrik
Copy link
Owner

bpatrik commented Feb 3, 2019

I was actually considering creating a 'dashboard like something' with a keyword cloud.
Is that what you have in mind?

@palitu
Copy link
Author

palitu commented Feb 3, 2019

that would work in a pinch. I guess i am after discoverability of different tags.

@bpatrik
Copy link
Owner

bpatrik commented Feb 4, 2019

Ok, I'll add a feature like that down the road.
Sorry, bit I can't promise any deadline.
The current DB scheme doesn't really supports such queries, so I'll need to change that first.

@palitu
Copy link
Author

palitu commented Feb 5, 2019 via email

@bpatrik
Copy link
Owner

bpatrik commented Feb 5, 2019

I'm organizing my albums the following way. And also the app is the best for this:

+ 2016
+ 2017
+ 2018
- 2019
   |--- 2019.01.03 <Event name 1>
   |--- 2019.01.10 <Event name 2>
   |--- 2019.02.03 <Event name 3>

If you can convince me that there is a better / equally good way of doing this I might do this feature earlier.
Or I can be also biased by the community: if more people (min. 4-5) say, this feature is important for them, I'll do it too. :)

@palitu
Copy link
Author

palitu commented Feb 6, 2019

I am similar, except i have all of my photos in my list, the good, the bad, the ugly!

+ 2016
+ 2017
+ 2018
- 2019
   |--- 01 Jan
   |--- 02 Feb
   |--- ...
   |--- 12 Dec

This becomes a dump for all photos across all of our cameras and phones (wife and I), then we use Digikam to place tag/captions into the images to create logical albums.

So a photo may be in 2017/09 Sep, but it may have a number of tags:

#Kiribati
#Kiribati Work Slideshow
#Eli
#Hospital Butaki

This allows me to view all of my photos through the folder structure, but also have the same photo be assigned to a number of albums.

It is a way that we can keep a single set of photos, but have them appear in different albums for different reasons. In the example above

Kiribati our album of photos from our trip to Kiribati
Kiribati Work Slideshow the album i used to show colleagues our trip
Eli nice photos of our son
Hospital Butaki and event in kiribati.

It is a really nice way of having all you photos together, and being flexible enough for multiple people to work on the same set.

Then you have this great web interface that allows you to look through all of your photos, as well as show off your albums. There is a web album called photato which is really nice, but is unmaintained which i find has an outstanding method for showing off photos, across both folders, dates, tags, people and locations. You should have a look. If you like i will spin up an instance for you to have a look through.

cheers,

@dbogdanov
Copy link

Definitely, having a tag cloud to navigate photos will be useful, just like there's already a map of photos for any folder.

@bpatrik
Copy link
Owner

bpatrik commented Mar 14, 2021

Pushed Advanced Search #58. (pls. handle it as beta).
This will allow now to implement virtual folders.

@bpatrik
Copy link
Owner

bpatrik commented May 28, 2021

Added saved search (logical albums) to the app.

It is still in "beta". By default switched off in the config. Enable it directly in the config.json at Client.Album.enable

@bpatrik
Copy link
Owner

bpatrik commented May 28, 2021

I see there are some comments about keyword / tag cloud. Pls. open a new ticket for that if you would like to still see that feature.

@cbhushan
Copy link

cbhushan commented Aug 8, 2021

Added saved search (logical albums) to the app.

It is still in "beta". By default switched off in the config. Enable it directly in the config.json at Client.Album.enable

Just discovered this and it achieves what I was looking for - Timeline on a selected folder 😄 👍

Is there a way to also add sorting/ordering method to saved albums? I was looking for another feature: random sampling from gallary (with or without any additional constrains). The same saved search approach can be used for it. I was looking to get something similar, but not exactly same, as this feature from photostructure. The only missing piece is ability add sorting/ordering method to saved albums.

@bpatrik
Copy link
Owner

bpatrik commented Aug 28, 2021

Currently you cannot preset an ordering to searches. You can change it once you list the search tho.

I think the random API/link is the closest that you can get to random sampling, but that is only a single photo.

@bpatrik
Copy link
Owner

bpatrik commented Dec 16, 2022

Closing this as the original FR was implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants