From fd7149f5eabdc728a82266d87b04c396656a9188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Sat, 10 Feb 2024 12:55:30 +0100 Subject: [PATCH] Add HoloPlay to Media/Audio Streaming (#548) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stéphane Co-authored-by: Rabenherz112 Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/holoplay.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/holoplay.yml diff --git a/software/holoplay.yml b/software/holoplay.yml new file mode 100644 index 0000000000..612c1df02e --- /dev/null +++ b/software/holoplay.yml @@ -0,0 +1,12 @@ +name: "HoloPlay" +website_url: "https://app.holoplay.io" +source_code_url: "https://github.com/stephane-r/holoplay-pwa" +description: "Web app using Invidious API for listening to Youtube audio sources." +licenses: + - MIT +platforms: + - Nodejs + - Docker +tags: + - Media Streaming - Audio Streaming +depends_3rdparty: yes