aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix list stylingHEADmasterdakkar2024-01-20
|
* look at fs on demand, don't watch itdakkar2024-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 modifieddakkar2023-11-06
|
* remove bad bit of openrcdakkar2022-11-26
|
* require Cro 0.8.8dakkar2022-10-22
| | | | | it's the first release that includes my fix for the content-type of resources
* don't buffer stdout ☹dakkar2022-07-25
|
* try to be safer against filesystem changesdakkar2022-07-23
|
* it's a bash script, say sodakkar2022-06-08
|
* fix snapshot button sizedakkar2022-04-23
|
* snapshot buttondakkar2022-04-23
|
* move seek button below seek bardakkar2022-04-07
|
* style progress/seek bardakkar2022-04-07
|
* vlc seek via progress bardakkar2022-04-06
|
* try to convince firefox to not use emoji renderingdakkar2022-04-06
| | | | works on linux, doesn't work on android ☹
* auto-retry db queriesdakkar2022-04-03
| | | | might work, might make things worse…
* try to avoid calling `.d` on a non-existent filedakkar2022-04-03
| | | | | there's always races between this program and whatever is modifying the filesystem!
* auto-scroll, without messing with the historydakkar2022-04-03
|
* auto-scroll to relevant vlc sectionsdakkar2022-04-03
|
* vlc seek buttonsdakkar2022-04-03
|
* fix namedakkar2022-04-03
|
* on-demand lirc connectdakkar2022-04-03
| | | | also, re-connect after failure
* buttons for subs/audio tracksdakkar2022-03-06
|
* show apache configdakkar2022-01-22
|
* fix mount root in webmanifestdakkar2022-01-22
|
* probably templated webmanifestdakkar2022-01-22
|
* search in filesdakkar2022-01-16
|
* fix playing-file overflowdakkar2022-01-16
|
* fix webmanifest urldakkar2022-01-13
|
* tweaksdakkar2022-01-05
|
* note when scan donedakkar2022-01-05
|
* actually use hostdakkar2022-01-05
|
* more ignoredakkar2022-01-05
|
* init scriptdakkar2022-01-05
|
* real configdakkar2022-01-05
|
* tweak lirc command classdakkar2022-01-04
|
* avoid persistent connections to vlcdakkar2022-01-04
| | | | its minimal http server can't understand them
* stop ignoring directories…dakkar2022-01-04
|
* show watched age by colourdakkar2021-12-31
|
* filter files by extensionsdakkar2021-12-31
|
* style `recent`, link to files listdakkar2021-12-31
|
* fix `recent` limitdakkar2021-12-31
|
* fix `recent` payloaddakkar2021-12-31
|
* fix binds for get-children-ofdakkar2021-12-31
|
* Revert "batch inserts!"dakkar2021-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 notedakkar2021-12-31
|
* recent (broken)dakkar2021-12-31
|
* actually pass pairsdakkar2021-12-31
|
* flush batched addsdakkar2021-12-31
|
* some better vlc controls / statusdakkar2021-12-30
|
* simpler one-shot browsedakkar2021-12-30
|