From eac8196dcc2d1179dde37c7336017e88b547dbe7 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 12 May 2026 11:52:55 +0200 Subject: [PATCH] Add beetfs submodule with reverse-engineered documentation Fork of github.com:LichHunter/beetfs - a FUSE filesystem for metadata overlay on audio files. Includes comprehensive documentation covering: - Architecture and component analysis - Data flow diagrams for read/write operations - Performance analysis (latency, memory footprint) - 27 identified drawbacks and limitations - Python 3 modernization guide --- .gitmodules | 3 +++ beetfs | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 beetfs diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3c650e1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "beetfs"] + path = beetfs + url = git@github.com:LichHunter/beetfs.git diff --git a/beetfs b/beetfs new file mode 160000 index 0000000..f0a83df --- /dev/null +++ b/beetfs @@ -0,0 +1 @@ +Subproject commit f0a83df190254e737c9859b52ad324e502579849