pms

command module
v0.0.0-...-628d497 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2023 License: MIT Imports: 9 Imported by: 0

README

Build Status Go Report Card codecov License

Practical Music Search is an interactive console client for the Music Player Daemon, written in Go. Its interface is similar to Vim, and aims to be fast, configurable, and practical.

PMS has many features that involve sorting, searching, and navigating. It’s designed to let you navigate your music collection in an effective way. Some of the currently implemented features are:

  • Vim-style look and feel!
  • Can be configured to consume a very small amount of screen space.
  • MPD player controls: play, add, pause, stop, next, prev, volume.
  • Highly customizable top bar, tag headers, text styles, colors, and keyboard bindings.
  • Fast library search, featuring UTF-8 normalization, fuzzy search, and scoring.
  • Selecting songs, by visual mode, manual selection, and specific tags.
  • Many forms of tracklist manipulation, such as cut, copy, paste, filter, and sort.
  • Config files, tab completion, history, and much more!

Documentation

Documentation is available in the project repository.

Project status

NEWS: Development of PMS has resumed! We continue to appreciate contributions and strive to make PMS an ever better and continuously evolving MPD client.

This software was previously written in C++. The master branch now contains a rewrite, currently implemented in Go. The current goal of the Go implementation is to implement most of the features found in the 0.42 branch.

This functionality is present in the 0.42.x branch, but missing in master:

  • Automatically add songs to the queue when it is nearing end.
  • Remote playlist management.
  • ...and probably more.

Getting started

You’re assumed to have a working Go development environment. Building PMS requires Go version 1.13 or higher.

Assuming you have the go binary in your path, you can install PMS using:

git clone https://github.com/ambientsound/pms
cd pms
make install

This will put the binary in $GOBIN/pms, usually at ~/go/bin/pms. You need to run PMS in a regular terminal with a TTY.

If PMS crashes, and you want to report a bug, please include the debug log:

pms --debug /tmp/pms.log 2>>/tmp/pms.log

Requirements

PMS wants to build a search index from MPD's database. To be truly practical, PMS must support fuzzy matching, scoring, and sub-millisecond full-text searches. This is accomplished by using Bleve, a full-text search and indexing library.

A full-text search index takes up both space and memory. For a library of about 30 000 songs, you should expect using about 500 MB of disk space and around 1 GB of RAM.

PMS is multithreaded and benefits from multicore CPUs.

Contributing

See how to contribute to PMS.

Authors

Copyright (c) 2006-2022 Kim Tore Jensen <kimtjen@gmail.com>.

The source code and latest version can be found at Github: https://github.com/ambientsound/pms.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package api provides data model interfaces.
Package api provides data model interfaces.
Package commands contains all functionality that is triggered by the user, either through keyboard bindings or the command-line interface.
Package commands contains all functionality that is triggered by the user, either through keyboard bindings or the command-line interface.
Package console provides logging functions.
Package console provides logging functions.
package db provides a shared object containing all of PMS' data.
package db provides a shared object containing all of PMS' data.
filters/unicodestrip
Package unicodestrip provides a Bleve keyword filter which decomposes unicode strings.
Package unicodestrip provides a Bleve keyword filter which decomposes unicode strings.
Package message provides simple text message communication.
Package message provides simple text message communication.
Package tabcomplete provides tab-complete functionality for Command.
Package tabcomplete provides tab-complete functionality for Command.
package utils provides simple transformation functions which do not fit anywhere else in particular.
package utils provides simple transformation functions which do not fit anywhere else in particular.
Package version provides access to the program name and compiled version.
Package version provides access to the program name and compiled version.
Package xdg provides file paths for cache and configuration, as specified by the XDG Base Directory Specification.
Package xdg provides file paths for cache and configuration, as specified by the XDG Base Directory Specification.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL