Skip to content
Alexander Refsum Jensenius edited this page Jul 25, 2026 · 5 revisions

A toolbox for analysing music collections: folders of audio in, collection-level answers out. Existing tools answer "what is this track?" — musiscape answers "what is this collection?"

Wiki contents

The one-command version

pip install musiscape
musiscape report ~/Music/my-collection

produces analysis/README.md with an album table (note density, brightness, dynamics, minor-key share, internal consistency, key-space clustering), overview figures, self-explaining categories, and the corpus extremes. Then browse the pieces visually:

musiscape thumbnails ~/Music/my-collection --style combo
musiscape poster     ~/Music/my-collection

Combine it with listening.

Clone this wiki locally