Commit Graph

9 Commits

Author SHA1 Message Date
shockrah
85b32d5e96 + Adding last trait methods required for video meta storage to be properly done
! Still need to add file handling however I think I'm going to do that in the trait itself
This will probably require some thought so I'm gonna wait until the frontend
catches back up
2021-09-30 19:47:44 -07:00
shockrah
678dd3d7ee + More meta-cache backend for video store 2021-09-29 21:19:49 -07:00
shockrah
caed1444c1 - filename is now a function dont @ me 2021-09-29 21:19:40 -07:00
shockrah
65a2b41875 + Skeleton code for dblib::VideoStore trait
For now we are just keeping everything in JSON because the use
case intended here is _not_ to have 999999 clips but like maybe
a few hundred/thousand at most
2021-09-27 21:04:25 -07:00
shockrah
27f337f63a + Adding Videos field to json store
Basically the json store keeps the keys _and_ the meta data for the videos
At some we'll change this however this would be
a dblib only change
2021-09-27 21:03:27 -07:00
shockrah
32bf68361d * Moving Keystore related methods into its own module
+ VideoStore Trait designed out
+ comon error types yey
2021-09-27 15:51:19 -07:00
shockrah
a50cce38e9 + FromRequest on ApiKey
With this we should get some easy coupling with the web server
2021-09-27 14:46:46 -07:00
shockrah
0e895abc94 * Properly named dblb API and docs 2021-09-27 12:23:29 -07:00
shockrah
01f64375f2 + DBLib which is basically our "datbase" driver
This stands to be the only data we're going to bother supporting right now
THe reason for this is because of sheer lazyness
2021-09-06 16:32:37 -07:00