From 257965415889a70560a2de4306f275b1b3c64fe0 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:38:50 -0500 Subject: [PATCH] Add Handbrake Web to Automation (#907) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: nodiscc --- software/handbrakeweb.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/handbrakeweb.yml diff --git a/software/handbrakeweb.yml b/software/handbrakeweb.yml new file mode 100644 index 0000000000..fe586f1788 --- /dev/null +++ b/software/handbrakeweb.yml @@ -0,0 +1,10 @@ +name: 'HandBrake Web' +website_url: 'https://github.com/TheNickOfTime/handbrake-web' +source_code_url: 'https://github.com/TheNickOfTime/handbrake-web' +description: 'Platform to use one or more instances of HandBrake video transcoder on a headless device via a web interface.' +licenses: + - AGPL-3.0 +platforms: + - Docker +tags: + - Automation \ No newline at end of file