mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
33 lines
3.3 KiB
XML
33 lines
3.3 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>tdarr</Name>
|
|
<Repository>haveagitgat/tdarr</Repository>
|
|
<Registry>https://hub.docker.com/r/haveagitgat/tdarr/</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>(Alpine image with MongoDB needed separately (no hardware transcoding yet)) 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]
|
|

|
|
[b][span style='color: #E80000;'] NOTE: This container needs a separate MonogDB instance! [/span][/b] </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.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="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"/>
|
|
<Config Name="MongoDB Database" Target="MONGO_URL" Default="mongodb://unraidIP:27017/Tdarr" Mode="" Description="Container Variable: MONGO_URL" Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
</Container> |