fix video

This commit is contained in:
2026-04-08 19:10:03 -04:00
parent 8c6b30fe14
commit a0c67b4403

View File

@@ -11,9 +11,6 @@ A Python-based bridge that provides an MPRIS2 interface for Winamp/WACUP on Linu
- **Systemd Integration**: Can be run as a background user service conforming to XDG standards. - **Systemd Integration**: Can be run as a background user service conforming to XDG standards.
- **XDG Compliance**: Installs to `~/.local/bin`, logs to `~/.local/state/winamp-mpris/`, and stores PID in `$XDG_RUNTIME_DIR`. - **XDG Compliance**: Installs to `~/.local/bin`, logs to `~/.local/state/winamp-mpris/`, and stores PID in `$XDG_RUNTIME_DIR`.
## Demo
<video controls autoplay muted src="Screencast_20260408_184805.mp4" />
## Prerequisites ## Prerequisites
### 1. Winamp / WACUP ### 1. Winamp / WACUP
@@ -94,3 +91,6 @@ busctl --user call org.mpris.MediaPlayer2.winamp /org/mpris/MediaPlayer2 org.mpr
- **Controls not working**: Ensure the Winamp Web Interface is accessible at `http://localhost:5666`. - **Controls not working**: Ensure the Winamp Web Interface is accessible at `http://localhost:5666`.
- **No Metadata**: Ensure `wmctrl -l` can see the Winamp window and the title matches the expected format. - **No Metadata**: Ensure `wmctrl -l` can see the Winamp window and the title matches the expected format.
- **KDE Plasma 6**: If using Plasma 6 on Wayland, you may need to grant "Remote Control" permissions when prompted. - **KDE Plasma 6**: If using Plasma 6 on Wayland, you may need to grant "Remote Control" permissions when prompted.
## Demo
<video controls autoplay muted src="Screencast_20260408_184805.mp4"></video>