aboutsummaryrefslogtreecommitdiff
path: root/thumbnail/crealpath.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-07-23 00:31:17 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-11-24 02:08:41 +0100
commit199192b682a7880671a891b51a780b575f5a2b37 (patch)
tree7a5f58ec033465af331e7975b9a9a9347f3ba548 /thumbnail/crealpath.c
parentb964429c67bdcba8764ce719758566700cc66bab (diff)
downloadslcl-199192b682a7880671a891b51a780b575f5a2b37.tar.gz
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/.
Diffstat (limited to 'thumbnail/crealpath.c')
l---------thumbnail/crealpath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thumbnail/crealpath.c b/thumbnail/crealpath.c
new file mode 120000
index 0000000..81bb5fa
--- /dev/null
+++ b/thumbnail/crealpath.c
@@ -0,0 +1 @@
+../crealpath.c \ No newline at end of file