Show HN: Musefs – organize and tag music without touching the original files
Category: infrastructure
Tags: fuse, music-library, tag-editor, filesystem, rust
Score: 7.0/10 (Innovation: 6, Technical: 8, Documentation: 8, Utility: 6)
Musefs is a read-only FUSE filesystem that presents a reorganized, retagged view of a music library without modifying original files, using a SQLite database to store metadata and tag edits. It's interesting because it decouples folder structure and tags from raw file storage, enabling lossless experimentation and live updates without file duplication.
Target audience: backend devs, music enthusiasts, media managers
Repository: https://github.com/Sohex/musefs · Rust · MIT
View on Hacker News