IanTwenty

joined 1 year ago
[โ€“] IanTwenty@lemmy.world 2 points 1 day ago

I think you've hit the nail on the head so to speak....it's just too small/custom a thing for anyone to have built a dedicated tool it seems. In the end I am looking at using my file manager (nautlius) to automatically run a custom exiftool/bash script on chosen files so I can just click and rename/fix metadata etc as I browse through the files. Probably good enough for now.

[โ€“] IanTwenty@lemmy.world 3 points 1 day ago

๐Ÿ’ฏ ! I been considering git-annex too which might let me treat all the photos like any git repo without the bloat.

[โ€“] IanTwenty@lemmy.world 1 points 1 day ago

That looks a very useful tool, thanks. I think it could be just the thing for bulk renaming photos to standard names.

[โ€“] IanTwenty@lemmy.world 1 points 1 day ago

Thank you for this. I think this has some of the operations I need, I will dig into the code.

 

Can anyone recommend a tool to manage photos at the cmdline? I just want to move photos into dirs based on their metadata (YYYY/DD), occasionally fix up metadata (adjust dates), rename photo filenames to match a template and/or query my photos for certain things. It doesn't need to be a gallery or image touch-up tool, I have other things for that.

I'm aware of exiftool and ImageMagick, perhaps they can do the job but they seem quite low level, really need to build scripts around them - I'd like something that operates at a slightly higher level so I don't have to do too much scripting.

A quick search turned up chee (GPLv3) which can:

  • search photos using a simple query language
  • manage named queries (called collections)
  • copy/symlink images into a custom folder structure

...but it's not had an update in a few years (maybe it's feature complete tho!) Any other suggestions? Thanks.

[โ€“] IanTwenty@lemmy.world 4 points 3 days ago

So git-annex should let you just pull down the files you want to work on, make your changes, then push them back upstream. No need to continuously sync entire collection. Requires some git knowledge and wading through git-annex docs but the walkthrough is a good place for an overview: https://git-annex.branchable.com/walkthrough/

[โ€“] IanTwenty@lemmy.world 1 points 1 week ago

You can do the same with GitLab as another option, it supports custom domains too.

[โ€“] IanTwenty@lemmy.world 3 points 2 weeks ago

I seem to get pop-up notifications for free in GNOME/Fedora by setting these levels in /etc/UPower/UPower.conf:

UsePercentageForPolicy=true
PercentageLow=50
PercentageCritical=20
PercentageAction=10

I think you can also configure the system to take action when it reaches the lowest level with e.g.

# The action to take when "TimeAction" or "PercentageAction" above has been
# reached for the batteries (UPS or laptop batteries) supplying the computer
CriticalPowerAction=PowerOff

However I don't know how to get these GNOME "Power" notifications to play an audible sound (without turning on notification sounds for ALL notifications). The best I could find is this: David Bazile / gaudible ยท GitLab

There's talk of better control of sound notifications in GNOME 47+, but looks like nothing much has landed yet: Notifications in 46 and beyond โ€“ GNOME Shell & Mutter

[โ€“] IanTwenty@lemmy.world 1 points 5 months ago (1 children)

Home Assistant can do shared lists and (I've not used them) but has some recipe add-ons. There are apps for android and iOS. It can also take care of managing the dynamic IP. Then if you want to explore home automation in future you're ready to go.

[โ€“] IanTwenty@lemmy.world 2 points 1 year ago

Annoyingly there's some infrequent and arguably uneccessary swearing in Spiritfarer. But if you're reading to the child you could skip those words of course.

[โ€“] IanTwenty@lemmy.world 24 points 1 year ago (2 children)

A Short Hike. Lead character is called Claire. No combat, no death, no resets. Just exploring, puzzles and story.

[โ€“] IanTwenty@lemmy.world 3 points 1 year ago (2 children)

Spirit Farer, about 25% through playing coop. I read that it might be a grind later on but so far it's been fun

[โ€“] IanTwenty@lemmy.world 2 points 1 year ago

In that case I'll also mention that Powershell has a secure-string that allows you to load secrets from encrypted file/user input. I believe it's secured by the user's login/session like secret-tool. They are even remain encrypted in memory so they can't be snooped on.

view more: next โ€บ