Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | shorter fwd jumpsHEADmaster | dakkar | 2025-03-21 |
| | | | | | so I can maybe actually jump 90 seconds with three taps, instead of overshooting every time | ||
* | use supervisor | dakkar | 2025-03-20 |
| | |||
* | fix list styling | dakkar | 2024-01-20 |
| | |||
* | look at fs on demand, don't watch it | dakkar | 2024-01-20 |
| | | | | | | | | ScanDir (well, fs notifications in raku) is too slow to keep up with actual fs changes (especially when e.g. a file is being downloaded) there's actually no need to watch fs changes, we can just sync the db with the file system we look at each directory | ||
* | quite the ScanDir supply when files are being modified | dakkar | 2023-11-06 |
| | |||
* | remove bad bit of openrc | dakkar | 2022-11-26 |
| | |||
* | require Cro 0.8.8 | dakkar | 2022-10-22 |
| | | | | | it's the first release that includes my fix for the content-type of resources | ||
* | don't buffer stdout ☹ | dakkar | 2022-07-25 |
| | |||
* | try to be safer against filesystem changes | dakkar | 2022-07-23 |
| | |||
* | it's a bash script, say so | dakkar | 2022-06-08 |
| | |||
* | fix snapshot button size | dakkar | 2022-04-23 |
| | |||
* | snapshot button | dakkar | 2022-04-23 |
| | |||
* | move seek button below seek bar | dakkar | 2022-04-07 |
| | |||
* | style progress/seek bar | dakkar | 2022-04-07 |
| | |||
* | vlc seek via progress bar | dakkar | 2022-04-06 |
| | |||
* | try to convince firefox to not use emoji rendering | dakkar | 2022-04-06 |
| | | | | works on linux, doesn't work on android ☹ | ||
* | auto-retry db queries | dakkar | 2022-04-03 |
| | | | | might work, might make things worse… | ||
* | try to avoid calling `.d` on a non-existent file | dakkar | 2022-04-03 |
| | | | | | there's always races between this program and whatever is modifying the filesystem! | ||
* | auto-scroll, without messing with the history | dakkar | 2022-04-03 |
| | |||
* | auto-scroll to relevant vlc sections | dakkar | 2022-04-03 |
| | |||
* | vlc seek buttons | dakkar | 2022-04-03 |
| | |||
* | fix name | dakkar | 2022-04-03 |
| | |||
* | on-demand lirc connect | dakkar | 2022-04-03 |
| | | | | also, re-connect after failure | ||
* | buttons for subs/audio tracks | dakkar | 2022-03-06 |
| | |||
* | show apache config | dakkar | 2022-01-22 |
| | |||
* | fix mount root in webmanifest | dakkar | 2022-01-22 |
| | |||
* | probably templated webmanifest | dakkar | 2022-01-22 |
| | |||
* | search in files | dakkar | 2022-01-16 |
| | |||
* | fix playing-file overflow | dakkar | 2022-01-16 |
| | |||
* | fix webmanifest url | dakkar | 2022-01-13 |
| | |||
* | tweaks | dakkar | 2022-01-05 |
| | |||
* | note when scan done | dakkar | 2022-01-05 |
| | |||
* | actually use host | dakkar | 2022-01-05 |
| | |||
* | more ignore | dakkar | 2022-01-05 |
| | |||
* | init script | dakkar | 2022-01-05 |
| | |||
* | real config | dakkar | 2022-01-05 |
| | |||
* | tweak lirc command class | dakkar | 2022-01-04 |
| | |||
* | avoid persistent connections to vlc | dakkar | 2022-01-04 |
| | | | | its minimal http server can't understand them | ||
* | stop ignoring directories… | dakkar | 2022-01-04 |
| | |||
* | show watched age by colour | dakkar | 2021-12-31 |
| | |||
* | filter files by extensions | dakkar | 2021-12-31 |
| | |||
* | style `recent`, link to files list | dakkar | 2021-12-31 |
| | |||
* | fix `recent` limit | dakkar | 2021-12-31 |
| | |||
* | fix `recent` payload | dakkar | 2021-12-31 |
| | |||
* | fix binds for get-children-of | dakkar | 2021-12-31 |
| | |||
* | Revert "batch inserts!" | dakkar | 2021-12-31 |
| | | | | | | | | This reverts commit d8623278929c620e22cfb943b5724c66e5f5fb91. if, inside a batch, we get both a dir and its children, the `WITH` wouldn't see the parent (it's not there yet), so the children would have `parent_id` would stay NULL | ||
* | kill note | dakkar | 2021-12-31 |
| | |||
* | recent (broken) | dakkar | 2021-12-31 |
| | |||
* | actually pass pairs | dakkar | 2021-12-31 |
| | |||
* | flush batched adds | dakkar | 2021-12-31 |
| |