From bd605b70c2bde46c315b80dd2141bdc49298046d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 22 Jun 2023 12:00:06 -0400 Subject: add jellyfin mpv-shim and apiclient-python --- jellyfin-apiclient-python/debian/control | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 jellyfin-apiclient-python/debian/control (limited to 'jellyfin-apiclient-python/debian/control') diff --git a/jellyfin-apiclient-python/debian/control b/jellyfin-apiclient-python/debian/control new file mode 100644 index 0000000..38c7bd8 --- /dev/null +++ b/jellyfin-apiclient-python/debian/control @@ -0,0 +1,20 @@ +Source: jellyfin-apiclient-python +Section: video +Priority: optional +Maintainer: B. Stack +Build-Depends: debhelper-compat (= 13), + dh-python, + python3-all-dev +Standards-Version: 4.5.1 +Homepage: https://github.com/jellyfin/jellyfin-apiclient-python +Rules-Requires-Root: no + +Package: jellyfin-apiclient-python +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: python API client for Jellyfin + API client from Jellyfin Kodi extracted as a python + package so that other users may use the API without + maintaining a fork of the API client. See also + pip install jellyfin-apiclient-python -- cgit