Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T00:25:54.000Z (about 2 years ago)
- Last Synced: 2024-08-04T04:06:17.355Z (6 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.
![https://github.com/vascomfnunes/tmux-ludanta/blob/main/img/shot.png](https://github.com/vascomfnunes/tmux-ludanta/blob/main/img/shot.png)
## 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}"
```
## LicenseThis 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.