Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 463 Bytes

wbor-archiver

TO-DO

  • There is an opportunity to write metadata from the stream to the .mp3, though it would likely need to be a separate process
  • Micro gaps between recordings, so no seamless playback... not sure how to fix
  • Auto prune recordings older than 180 days

Bugs

  • Folder organization not working

Development

Build: podman build -t archiver . Run image: podman run -d --name archiver -v /archive:/archive --restart=always archiver