Project

General

Profile

HandbrakeInterface » History » Version 1

Anonymous, 12/19/2021 04:45 PM
adding original page

1 1
h1. Handbrake Interface Project
2
3
"Handbrake":https://handbrake.fr/ is a pretty awesome encoder front end.  It has a CLI and the idea for this project is to build a web interface for a build box.
4
5
h2. Install Instructions
6
7
# Install a recent version (packaged version is very old) of mod_wsgi (4.6.5 at time or writing):
8
** Install prereqs:
9
<pre>
10
$ sudo apt install apache2-dev python3-dev
11
</pre>
12
** Download source, unpack it, configure it, build it, install it:
13
<pre>
14
$ wget https://github.com/GrahamDumpleton/mod_wsgi/archive/4.6.5.tar.gz
15
$ tar xf 4.6.5.tar.gz
16
$ cd mod_wsgi-4.6.5/
17
$ ./configure --with-python=python3
18
</pre>
19
** _finish this_
20
21
h2. Milestones
22
23
Realistically I'm probably not going to work on this project consistently (like all of my others...) but the idea is to add something useful for each milestone even if it takes a while.
24
25
h3. Milestone 1
26
27
* query status (i.e. on or off) of build box
28
* turn power on, turn power off