Metadata-Version: 2.4
Name: prismriver-lyrics-tui
Version: 1.0.0
Summary: Terminal UI showing lyrics for the currently playing track via MPRIS
Project-URL: Homepage, https://github.com/anlar/prismriver-lyrics
Project-URL: Repository, https://github.com/anlar/prismriver-lyrics
Project-URL: Issues, https://github.com/anlar/prismriver-lyrics/issues
Author-email: Anton Larionov <anton.larionov.dev@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: lyrics,mpris,terminal,textual,tui
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3.12
Requires-Dist: dbus-next>=0.2.3
Requires-Dist: prismriver-lyrics
Requires-Dist: textual>=8.2.8
Description-Content-Type: text/markdown

# prismriver-lyrics-tui

Textual terminal UI that watches the active MPRIS media player over D-Bus
and displays the player, artist, title, and matching lyrics fetched via
`prismriver-lyrics`.

## Usage

```sh
prismriver-lyrics-tui
```

Requires a running D-Bus session bus and an MPRIS-compliant media player
(e.g. VLC, mpv with the mpris plugin, rhythmbox, etc).

## Development

This package is part of the [prismriver-lyrics](https://github.com/anlar/prismriver-lyrics)
uv workspace. See the [root README](https://github.com/anlar/prismriver-lyrics#readme)
for setup (`make install-pipx`) and testing (`make test-local`) instructions.
