@bldr/media-server

A media server which provides a REST API to find files

Usage no npm install needed!

<script type="module">
  import bldrMediaServer from 'https://cdn.skypack.dev/@bldr/media-server';
</script>

README

Database layout

Database: sqlite3

Table files

Name Type Description
path TEXT UNIQUE Absolute Path
filename TEXT The file name.
id TEXT UNIQUE An unique identifer.