Crate mpdpopm[][src]

Expand description

mpdpopm

Maintain ratings & playcounts for your mpd server.

Introduction

This is a companion daemon for mpd that maintains play counts & ratings. Similar to mpdfav, but written in Rust (which I prefer to Go), it will allow you to maintain that information in your tags, as well as the sticker database, by invoking external commands to keep your tags up-to-date (something along the lines of mpdcron).

Commands

I’m currently sending all commands over one (configurable) channel.

Modules

mpd clients and associated utilities.

commands – running commands on the server

mpdpopm Configuration

filters-ast – Types for building the Abstract Syntax Tree when parsing filters

messages

playcounts – managing play counts & lastplayed times

Logic for rating MPD tracks.

Macros

Provide an implementation of std::convert::From for it’s argument for type Error

Enums

Functions

Core `mppopmd’ logic

Type Definitions