Almar Klein

Results 1569 comments of Almar Klein

I have never tried a setup like this myself; this was all contributed by others. You can have a look at the `__main__.py` to see what the server does. If...

mmm, the order in the timeline can be because it's sorted (in part) by total duration. But I would expect the order of the colors to remain the same 🤔

Ah! Now I also realize what's going on. The logic tries to group the items in the overview based on the tags that are most-used in the current time period....

One big assumption in this behavior is that there is no order in the tags on a record. In summary: this behavior is intentional. Though that does not mean it...

> not based on the duration or name, but on the amount of entries? I believe its the total duration, not number of entries.

I added option to the day-offset settings to start the day at a few hours before the actual start (#514). That will at least help with navigating the timeline. Is...

> It may be that this is only enabled for "images with an even number of rows" I think its "the number of columns must be a multiple of four",...

Yeah open to a pr for both cases, preferably separate ones. I think the first is relatively straight forward. For the second, I like the idea of caching the settings,...

Cool! Would be nice to add dummy variables in the `initial_config_text` in `config.py`. plus a comment that explains their use. That should probably enough for people who need it to...