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

Searching descriptions and migrations #379

Open
mtnbiker777 opened this issue Jan 21, 2021 · 0 comments
Open

Searching descriptions and migrations #379

mtnbiker777 opened this issue Jan 21, 2021 · 0 comments

Comments

@mtnbiker777
Copy link

Not really an issue, but in case anyone is interested, I found a way to be able to search the descriptions you have enter in your pictures. Those as it turns out are saved in an XML file. I call this from a shell script and then parse it to be able to create html files with lists of all pictures matching the description. To search the descriptions:

grep -irnwl '/photoshow/Thumbs/Thumbs/' -e "$species" --include .*.xml

This knowledge could also be used to export all descriptions that could in turn be used to migrate to another photo program without loosing all the work of the manually entered descriptions. Has anyone done that? What program did you migrate to? I tried photoprism but it doesn't really meet my needs.

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

No branches or pull requests

1 participant