File: control

package info (click to toggle)
pyforked-daapd 0.1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: python: 346; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: pyforked-daapd
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-aiohttp,
 python3-all,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/uvjustin/pyforked-daapd
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pyforked-daapd
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pyforked-daapd.git

Package: python3-pyforked-daapd
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library to interface with a forked-daapd server
 This library provides an interface for communication with a forked-daapd
 server, enabling control over media playback and interaction with media
 databases. It supports commands such as play, pause, and track navigation, as
 well as query capabilities to fetch media information from the server.