-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauto-encoder.xml
More file actions
48 lines (48 loc) · 1.46 KB
/
auto-encoder.xml
File metadata and controls
48 lines (48 loc) · 1.46 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<Container version="2">
<Name Default="Sync">Auto-Encoder</Name>
<Overview>
Watches for media in a directory (TV Shows and Movies are supported), re-encodes them using handbrake them according to the configuration file.
</Overview>
<Registry>https://registry.hub.docker.com/u/t3rminus/auto-encoder/</Registry>
<Repository>t3rminus/auto-encoder</Repository>
<Network>bridge</Network>
<Icon>https://www.k3vin.net/misc/auto-encoder-icon.png</Icon>
<Category>MediaApp:Video</Category>
<Config Type="Path"
Name="Config Path"
Target="/config"
Default="/mnt/user/appdata/auto-encoder"
Mode="rw"
Description="This is where the config files are stored"
Required="true" />
<Config Type="Path"
Name="Watch Path"
Target="/watch"
Mode="rw"
Description="This is where incoming files are watched"
Required="true" />
<Config Type="Path"
Name="Movies Path"
Target="/movies"
Mode="rw"
Description="Movies will be sorted here" />
<Config Type="Path"
Name="TV Path"
Target="/tv"
Mode="rw"
Description="TV will be sorted here" />
<Config Type="Path"
Name="Output Path"
Target="/output"
Mode="rw"
Description="Unknown or unsortable movies/tv will be placed here"
Required="true" />
<Config Type="Path"
Name="Extract Path"
Target="/extract"
Mode="rw"
Description="Media will temporarily be stored here while encoding"
Default="/tmp/auto-encoder"
Required="true" />
</Container>