diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-23 00:31:17 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-24 11:03:39 +0200 |
| commit | b9537b1d1164b9f3fbe704512b1e324c2e37beb5 (patch) | |
| tree | a2538bd8698b208431fa85a3f65cd8bafbf0bbeb /thumbnail/crealpath.c | |
| parent | 7407ddf0162cc32fee03a309186588047a65f42a (diff) | |
| download | slcl-b9537b1d1164b9f3fbe704512b1e324c2e37beb5.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.c | 1 |
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 |
