DIY photography tools
Natsukashii
Love it or hate it, Facebook offers a couple of genuinely nice features, one of them being "photos from the past." Every day, Facebook shows you photos you took on this date in previous years. Google Photos and other services have similar functionality, but what if you don't use any of them and still want to receive small photo greetings from the past? Natsukashii [5] comes to the rescue. This tool consists of two parts: a Bash shell script that finds photos taken on today's date in any previous year, and a simple PHP page that displays the results. The shell script relies on standard tools that are available on most mainstream Linux distributions (ExifTool, find
, sed
, seq
, and ImageMagick). This means that you can deploy Natsukashii on practically any machine running a modern Linux distro. With a little bit of work, it is also possible to run Natsukashii on a NAS appliance.
Installing Natsukashii is easy. Clone the project's repository using the command:
git clone https://gitlab.com/dmpop/natsukashii.git
Alternatively, download the latest version of the source code as an archive from the project's page. Then install the required packages. To do this on openSUSE, run the command:
sudo zypper in exiftool ImageMagick php7
The PHP part of Natsukashii offers password protection, and you should change the default password before you start using the tool. To do this, replace the default password in the protect.php
and login.php
files in the natsukashii/www
directory. Keep in mind that the underlying password protection mechanism is relatively simple, so you shouldn't rely on it as a sole protection for your private photos.
Similar to Otto, Natsukashii prompts you to provide the required info during first run, and after that it works without any user interaction. While Natsukashii does the job, it isn't particularly fast. The script goes through the specified directory and all its subdirectories looking for files with the given extension (e.g., JPG). For each photo found, the script extracts its creation date and compares it with the current date. This process takes time and resources. So if you have several thousand photos on your machine, running the script may take awhile. This means that it might be a good idea to set up a cron job that runs the script during the night.
The script not only finds photos from the past (Figure 4), but it also resizes and places them into the www
directory and serves the result using PHP's built-in server on the specified port. Remember, though, that you should not rely on Natsukashii's unsophisticated password protection mechanism to protect your personal photos.
Conclusion
When it comes to managing your photo collection, it pays to have tools to make the process go as smoothly as possible, and these four custom tools get the job done.
Infos
- Little Backup Box: https://github.com/dmpop/little-backup-box
- Otto: https://gitlab.com/dmpop/otto
- Notify: https://github.com/mashlol/notify
- Konbini: https://gitlab.com/dmpop/konbini
- Natsukashii: https://gitlab.com/dmpop/natsukashii
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.
-
Experimental Wayland Support Planned for Linux Mint 21.3
As with most Linux distributions, the migration to Wayland is in full force. While some distributions have already made the move, Linux Mint has been a bit slower to do so.
-
Window Maker Live 0.96.0-0 Released
If you're a fan of the Window Maker window manager, there's a new official release of the Linux distribution that champions the old-school user interface.