MCPcopy Index your code
hub / github.com/SimonTeixidor/davis

github.com/SimonTeixidor/davis @0.1.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.3 ↗ · + Follow
80 symbols 134 edges 15 files 1 documented · 1% updated 2y ago★ 85

Browse by type

Functions 63 Types & classes 17
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Davis

Packaging status

Davis is a MPD client for music lovers.

Features

Davis displays detailed metadata

Davis displays any metadata you like! The performers, conductor, ensemble, work, movement, recording location, etc., can all be displayed so long as it's in your tags: screenshot of davis current

Davis supports album art

Davis can fetch album art directly from MPD, using the albumart command of the MPD protocol. This means that davis can fetch album art even from remote MPD instances, and does not need to know the location of your music directory. With a custom subcommand (here davis-cur), it is also possible to display the album art as sixel graphics in the terminal: screenshot of davis cover

Davis understands classical music

Davis will group your queue by work, and displays movement tags instead of title: screenshot of davis queue

Custom subcommands

Davis can be extended with custom subcommands (here davis-fzf): screencast of davis fzf

See the manual for details on how to add new subcommands.

Installing

Arch Linux

From AUR

Install davis AUR package.

Generic Installation

You will need a rust toolchain. To install, you run

cargo install davis

Shell completions

Shell completion (tab-complete) is available in /completions. Only bash is currently supported, but PRs for other shells are very welcome!

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 40
Method 23
Class 11
Enum 5
Interface 1

Languages

Rust100%

Modules by API surface

src/config.rs10 symbols
src/cli.rs10 symbols
src/seek.rs8 symbols
src/tags.rs7 symbols
src/table.rs6 symbols
src/queue.rs6 symbols
src/ansi.rs6 symbols
src/main.rs5 symbols
src/logger.rs5 symbols
src/error.rs5 symbols
src/status.rs4 symbols
src/now_playing.rs4 symbols

For agents

$ claude mcp add davis \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page