SaaSHub helps you find the best software and product alternatives Learn more →
Elodie Alternatives
Similar projects and alternatives to elodie
-
rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
google-photos-exif
A tool to populate missing `DateTimeOriginal` EXIF metadata in Google Photos takeout, using Google's JSON metadata.
-
InquirerPy
:snake: Python port of Inquirer.js (A collection of common interactive command-line user interfaces)
-
-
-
twitch-clip-archiver
Discontinued Utility to mass-download a Twitch streamer's clips. Allows both local storage, as well as directly upload to Google Drive
-
-
-
-
-
autofile
Mac command line app to automatically move or copy files based on metadata associated with the files. For example, file your photos based on EXIF metadata or use MP3 tags to file your music files.
-
-
elodie discussion
elodie reviews and mentions
- Elodie – An EXIF-based photo assistant, organizer and workflow automation tool
-
Help! Advice to organise one giant folder of photos in to subdirectories by date...
elodie can do this and is very configurable.
-
Usage outside photos database
It's not currently possible to use osxphotos with photos outside of the Photos.app nor is this a use case I plan to support. osxphotos is very tightly coupled to Photos.app. However, there are other apps that may help. For example elodie is another command line tool that automatically files photos using a customizable naming scheme. I'm the author of osxphotos and I have a similar app, autofile that, like elodie, can automatically file photos (and other file types) based on a customizable template (using the same template language as osxphotos). Unfortunately autofile currently only runs on MacOS but I am working on a re-write that will allow it to run on Windows and Linux. For your use case I think elodie is probably the best option at the moment.
-
Year old indie mobile app: what worked for the long haul
I have an 8 year old app that reminds me a lot of this article.
Something that's worked really well for me was that I created a plugin feature and most new features are actually plugins. This lets me add capabilities without touching or adding logic to the core code.
Last night I added SQLite support as a plugin. 2 code files and one is unit tests. https://github.com/jmathai/elodie/pull/443/files
I don't know if this is the best approach but it's worked better than others in my 20+ years of writing software.
-
My Cloud Storage Crisis
I stopped using Google Photos in favor of Synology Photos which comes pretty close in terms of functionality and polish.
Google Photos is excellent.
Synology Photos is really good. And this seems to be a worthwhile tradeoff for me.
Disclaimer: I founded 2 photo startups and have documented the solution I've finally landed on and have been using/evolving for 7 years now.
1. https://github.com/jmathai/elodie
2. https://medium.com/@jmathai/understanding-my-need-for-an-aut...
3. https://medium.com/@jmathai/introducing-elodie-your-personal...
4. https://medium.com/@jmathai/my-automated-photo-workflow-usin...
5. https://medium.com/@jmathai/one-year-of-using-an-automated-p...
-
Ask HN: What's your approach to personal data archiving and backups?
I wrote this tool to normalize folder and file names <https://github.com/jmathai/elodie>.
I wrote about the rest of the system in the following posts.
1. https://medium.com/@jmathai/introducing-elodie-your-personal...
2. https://medium.com/@jmathai/understanding-my-need-for-an-aut...
3. https://medium.com/@jmathai/my-automated-photo-workflow-usin...
4. https://medium.com/@jmathai/one-year-of-using-an-automated-p...
-
Rename Photo's based on EXIF data on time/date taken
Check out https://github.com/jmathai/elodie
-
Years of Photos & Videos. Help & Advice.
Elodie - cli; automatically organizes based on exif data
-
Ask HN: How/Where do you store/backup your photos safely?
I've been using this fully automated system for the last 5 years.
I store my photo archive on a Synology NAS at home which Syncs to Dropbox and uploads a copy of each photo to Google Photos for browsing and sharing. I'm hoping to switch to Backblaze, from Dropbox, once Synology Photos is available and drop Google Photos as well.
I've documented the entire process and include source code on Github.
Auto organize based on EXIF: https://github.com/jmathai/elodie
Series of posts on Medium:
-
A note from our sponsor - SaaSHub
www.saashub.com | 5 Dec 2024
Stats
jmathai/elodie is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of elodie is Python.