aboutsummaryrefslogtreecommitdiff
path: root/lib/App/MediaControl.rakumod
Commit message (Collapse)AuthorAge
* 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
* 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!
* tweaksdakkar2022-01-05
|
* note when scan donedakkar2022-01-05
|
* actually use hostdakkar2022-01-05
|
* stop ignoring directories…dakkar2022-01-04
|
* filter files by extensionsdakkar2021-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
* flush batched addsdakkar2021-12-31
|
* longer busy-timeoutdakkar2021-12-30
|
* batch inserts!dakkar2021-12-30
|
* play from media listdakkar2021-12-30
|
* some api for media filesdakkar2021-12-30
|
* scandirdakkar2021-12-29
|
* move more stuff arounddakkar2021-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