You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let user choose between core/denylist.py (and an inverted version), which only adds items to via_location.fallback if you've 'added' it to an allowlist. This lets you either:
Could likely add some extra stuff to doctor which prints info about denied paths etc.
integrate with some other photos CLI tool instead? (dont know which, would appreciate suggestions from anyone who uses something)
pull geolocation data from the photos and add it as fallback location data (or possibly accurate locations? since I think those are exact -- can let user pick either)
The text was updated successfully, but these errors were encountered:
Yeah not really sure what would the best approach with photos be, seems pretty tedious to work with them via CLI, I'm leaning towards having modules for photo management software which does the heavy lifting of managing metadata (and often caching useful metadata). E.g. I've been playing with Digikam lately, it just uses sqlite database one can hook up to directly. But of course if you experiment would be really interested what can you come up with!
See discussion in #262
Possible ideas:
core/denylist.py
(and aninverted
version), which only adds items tovia_location.fallback
if you've 'added' it to an allowlist. This lets you either:HPI/my/core/denylist.py
Line 102 in 98b086f
Could likely add some extra stuff to
doctor
which prints info about denied paths etc.The text was updated successfully, but these errors were encountered: