Mediathekview-Unraid/Mediathekview.xml

42 lines
3.2 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>Mediathekview</Name>
<Repository>conrad784/mediathekview-webinterface:latest</Repository>
<Registry>https://registry.hub.docker.com/r/conrad784/mediathekview-webinterface</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project>https://github.com/conrad784/docker-mediathekview-webinterface</Project>
<Overview>Using this container allows you to run Mediathekview as a service and control it via webbrowser like Firefox or Chrome.
The X11rdp feature is inherited from https://github.com/jlesage/docker-baseimage-gui.
This template is NOT OFFICIAL and made by MagicLike. (https://codeberg.org/Unraid-Docker-Templates/Mediathekview-Unraid)
You can find the Docker image repository here: https://github.com/conrad784/docker-mediathekview-webinterface
After the install, you have to set the download location to "/output" in Mediathekview to get the downloads to your set location / media library.
</Overview>
<Category>Downloaders MediaApplication:Video</Category>
<WebUI>http://[IP]:[PORT:5800]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/mediathekview/MediathekView/17c92fa2cbc8c8c26466551143de4e1ffae817e4/.install4j/MediathekView%40x128.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled/>
<DonateText/>
<DonateLink/>
<Requires/>
<Config Name="WebUI Port" Target="5800" Default="5800" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false"></Config>
<Config Name="VNC Port" Target="5900" Default="" Mode="rw" Description="Optional Port to access the UI via VNC" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="VNC Password" Target="VNC_PASSWORD" Default="" Mode="" Description="Only needed, if you want to use VNC" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Config" Target="/config" Default="/mnt/user/appdata/Mediathekview/config/" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/Mediathekview/config/</Config>
<Config Name="Media library" Target="/output" Default="" Mode="rw" Description="Path to your media library / download path for Mediathekview" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Timezone" Target="TZ" Default="Etc/UTC" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Restart after crash?" Target="KEEP_APP_RUNNING" Default="0" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">1</Config>
<Config Name="App name" Target="APP_NAME" Default="DockerApp" Mode="" Description="Name of the App" Type="Variable" Display="always" Required="false" Mask="false">Mediathekview</Config>
<Config Name="Window Width" Target="DISPLAY_WIDTH" Default="1280" Mode="" Description="Width (in pixels) of the application's window." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Window Height" Target="DISPLAY_HEIGHT" Default="768" Mode="" Description="Height (in pixels) of the application's window." Type="Variable" Display="always" Required="false" Mask="false"></Config>
</Container>