aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* 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!
* vlc seek buttonsdakkar2022-04-03
|
* on-demand lirc connectdakkar2022-04-03
| | | | also, re-connect after failure
* buttons for subs/audio tracksdakkar2022-03-06
|
* fix mount root in webmanifestdakkar2022-01-22
|
* probably templated webmanifestdakkar2022-01-22
|
* tweaksdakkar2022-01-05
|
* note when scan donedakkar2022-01-05
|
* actually use hostdakkar2022-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
|
* filter files by extensionsdakkar2021-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
|
* longer busy-timeoutdakkar2021-12-30
|
* return files sorteddakkar2021-12-30
|
* batch inserts!dakkar2021-12-30
|
* listen everywheredakkar2021-12-30
|
* show parents / breadcrumbsdakkar2021-12-30
|
* prettier get-children-ofdakkar2021-12-30
|
* mark all required parameters as suchdakkar2021-12-30
|
* play from media listdakkar2021-12-30
|
* rename matpath→pathdakkar2021-12-30
|
* some api for media filesdakkar2021-12-30
|
* scandirdakkar2021-12-29
|
* move more stuff arounddakkar2021-12-29
|
* better dbdakkar2021-12-29
|
* databasedakkar2021-12-29
|
* intergrated IR controldakkar2021-12-22
| | | | | | * PWA files * lirc wrapper * lircd config files
* nicer error handlingdakkar2021-12-22
|
* change html file namedakkar2021-12-22
|
* some renamingdakkar2021-12-22
|
* move stuff around, add lirc clientdakkar2021-11-28