From b9537b1d1164b9f3fbe704512b1e324c2e37beb5 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 23 Jul 2023 00:31:17 +0200 Subject: Add thumbnail generation tool This new application runs separately from slcl and communicates with it via a named pipe. When files are added/removed to/from the user directory, slcl shall write to the named pipe. Then, this new tool shall process incoming entries and generate or remove thumbnails accordingly. Such thumbnails are stored into a new directory inside the database directory, namely thumbnails/, which replicates the same structure as user/. --- thumbnail/crealpath.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 thumbnail/crealpath.h (limited to 'thumbnail/crealpath.h') diff --git a/thumbnail/crealpath.h b/thumbnail/crealpath.h new file mode 120000 index 0000000..f6d37ff --- /dev/null +++ b/thumbnail/crealpath.h @@ -0,0 +1 @@ +../crealpath.h \ No newline at end of file -- cgit v1.2.3