https://github.com/vascomfnunes/tmux-ludanta
A tmux plugin to display the current playing media on a MPD server.
https://github.com/vascomfnunes/tmux-ludanta
mpc mpd tmux tmux-plugins
Last synced: 6 months ago
JSON representation
A tmux plugin to display the current playing media on a MPD server.
- Host: GitHub
- URL: https://github.com/vascomfnunes/tmux-ludanta
- Owner: vascomfnunes
- License: mit
- Created: 2022-11-05T03:42:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T00:25:54.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T10:41:20.732Z (12 months ago)
- Topics: mpc, mpd, tmux, tmux-plugins
- Language: Shell
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tmux - tmux-ludanta - What's playing (Status Bar)
README
# 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.

## Requirements
- [MPD](https://www.musicpd.org/clients/mpc/)
- [MPC](https://www.musicpd.org/clients/mpc/)
- Awk
## Install
If using [TPM - Tmux Plugin Manager](https://github.com/tmux-plugins/tpm), add the plugin to your `~/.tmux.conf`:
```tmux
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:
```tmux
set -g status-right "#{mpd_now_playing}"
```
## License
This plugin is licensed under the MIT license. For more information please refer
to the [LICENSE](https://github.com/vascomfnunes/tmux-clima/blob/main/LICENSE) file.