vascomfnunes / tmux-ludanta

A tmux plugin to display the current playing media on a MPD server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ludanta

Ludanta (Esperanto for playing) is a simple plugin to display what's currently playing on a MPD (Music Player Daemon) server.

Makes use of MPC to obtain the relevant metadata.

https://github.com/vascomfnunes/tmux-ludanta/blob/main/img/shot.png

Requirements

Install

If using TPM - Tmux Plugin Manager, add the plugin to your ~/.tmux.conf:

set -g @plugin 'vascomfnunes/tmux-ludanta'

Load the plugin with prefix + I.

Usage

You can add #{mpd_now_playing} to your status line configuration.

For example:

set -g status-right "#{mpd_now_playing}"

License

This plugin is licensed under the MIT license. For more information please refer to the LICENSE file.

About

A tmux plugin to display the current playing media on a MPD server.

License:MIT License


Languages

Language:Shell 100.0%