blob: 15d4821ea281768356ba918e87be3ae1e3296539 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>freijon@pm.me</email>
<name>Jonas Frei</name>
</maintainer>
<longdescription>
An mpc-like cli tool for mpv which connects to existing mpv instances through sockets, written in Rust
This tool is inspired by mpc, a command line interface for the Music Player Daemon.
It uses subcommands to control any mpv instance over a given socket.
</longdescription>
<upstream>
<remote-id type="gitlab">mpv-ipc/mpvc</remote-id>
</upstream>
</pkgmetadata>
|