mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
33 lines
3.2 KiB
XML
33 lines
3.2 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>tdarr_aio</Name>
|
|
<Repository>haveagitgat/tdarr_aio</Repository>
|
|
<Registry>https://hub.docker.com/r/haveagitgat/tdarr_aio/</Registry>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://forums.unraid.net/topic/84070-support-haveagitgat-tdarr-audiovideo-library-analytics-transcode-automation/</Support>
|
|
<Project>https://github.com/HaveAGitGat/Tdarr</Project>
|
|
<Overview>(all-in-one Ubuntu image with MongoDB inside and hardware transcoding) Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc and works well alongside Plex/Sonarr/Radarr. 
|
|
[br][br]
|
|
Built with the aim of modularisation, parallelisation and scalability, each library you add has its own transcode settings, filters and schedule. Workers can be fired up and closed down as necessary, and are split into 3 types - 'general', 'transcode' and 'health check'. Worker limits can be managed by the scheduler as well as manually.
|
|
[br][br]
|
|
For a desktop application with similar functionality please see HBBatchBeast.
|
|
[br][br]
|
|
Get plugins here: https://github.com/HaveAGitGat/Tdarr_Plugins
|
|
[br][br]
|
|

|
|
</Overview>
|
|
<Category>Productivity: MediaApp:Video Status:Beta</Category>
|
|
<WebUI>http://[IP]:[PORT:8265]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/tdarr_aio.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/tdarr.png</Icon>
|
|
<DonateText>If you appreciate my work, then please consider buying me a beer :D</DonateText>
|
|
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=L5MWTNDLLB6AC&amp;source=url</DonateLink>
|
|
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
<Config Name="WebUI" Target="8265" Default="8265" Mode="tcp" Description="Container Port: 8265" Type="Port" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Media Library" Target="/home/Tdarr/Media" Default="/mnt/user/Media" Mode="rw" Description="Container Path: /home/Tdarr/Media" Type="Path" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Appdata" Target="/home/Tdarr/Documents" Default="/mnt/user/appdata/tdarr" Mode="rw" Description="Container Path: /home/Tdarr/Documents" Type="Path" Display="advanced" Required="false" Mask="false"/>
|
|
<Config Name="TdarrDB" Target="/var/lib/mongodb" Default="/mnt/user/appdata/tdarr-db" Mode="rw" Description="Container Path: /var/lib/mongodb" Type="Path" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Transcode Cache" Target="/home/Tdarr/cache" Default="/mnt/cache/tdarr-cache" Mode="rw" Description="Container Path: /home/Tdarr/cache" Type="Path" Display="always" Required="false" Mask="false"/>
|
|
</Container> |