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
Direct Download
Read full article as PDF:
Price $2.95
News
-
New Linux Ultrabook from TUXEDO Computers
TUXEDO Computers has released a new 15" Ultrabook running Linux.
-
GNOME 43 To Bring Some Exciting New Features
GNOME 43 is getting close to the first alpha development release and it promises to add one particular feature that should be exciting to several users.
-
KaOS 2022.06 Now Available With KDE Plasma 5.25
The newest iteration of KaOS Linux not only adds the latest KDE Plasma desktop but sets LibreOffice as the default.
-
Manjaro 21.3.0 Is Now Available
Manjaro “Ruah” has been released and includes the latest Calamares installer, GNOME 42, and much more.
-
SpiralLinux is a New Linux Distribution Focused on Simplicity
A new Linux distribution, from the creator of GeckoLinux, is a Debian-based operating system with a focus on simplicity and ease of use.
-
HP Dev One Linux Laptop is Now Available for Pre-Order
The System76/HP collaboration Dev One laptop, geared toward developers, is now available for pre-order.
-
NixOS 22.5 Is Now Available
The latest release of NixOS with a much-improved package manager and a user-friendly graphical installer.
-
System76 Teams up with HP to Create the Dev One Laptop
HP and System76 have come together to develop a new laptop, powered by Pop!_OS and aimed toward developers.
-
Titan Linux is a New KDE Linux Based on Debian Stable
Titan Linux is a new Debian-based Linux distribution that features the KDE Plasma desktop with a focus on usability and performance.
-
Danielle Foré Has an Update for elementary OS 7
Now that Ubuntu 22.04 has been released, the team behind elementary OS is preparing for the upcoming 7.0 release.