aboutsummaryrefslogtreecommitdiff
path: root/lib/App/MediaControl/DB.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
* auto-retry db queriesdakkar2022-04-03
| | | | might work, might make things worse…
* fix `recent` limitdakkar2021-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
|
* return files sorteddakkar2021-12-30
|
* batch inserts!dakkar2021-12-30
|
* show parents / breadcrumbsdakkar2021-12-30
|
* prettier get-children-ofdakkar2021-12-30
|
* rename matpath→pathdakkar2021-12-30
|
* some api for media filesdakkar2021-12-30
|
* scandirdakkar2021-12-29
|
* better dbdakkar2021-12-29
|
* databasedakkar2021-12-29