dlna
Installation
SKILL.md
DLNA - Media Device Control
Control DLNA/UPnP MediaRenderer devices on your local network.
Quick Start
# Discover devices
uv run dlna discover
# Set default device (optional but convenient)
uv run dlna config --device "HT-Z9F"
# Play with default device (no need to specify device name)
uv run dlna play "http://example.com/video.mp4"
# Or play with specific device
uv run dlna play "http://example.com/video.mp4" "Living Room TV"
Related skills