mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
06fd1aee26
* Update metadata.json * add bazarr to category 18 * add lidarr to category 18 * add notifarr to category 18 * add prowlarr to category 18 * add radarr to category 18 * add readarr to category 18 * add recyclarr to category 18 * add sonarr to category 18 * add tdarr to category 18 * add whisparr to category 18 * add homarr to category 18 * add category 18 to autobrr * change sort order --------- Co-authored-by: Håvard Thom <haavardthom91@hotmail.com>
40 lines
1.8 KiB
JSON
40 lines
1.8 KiB
JSON
{
|
|
"name": "Tdarr",
|
|
"slug": "tdarr",
|
|
"categories": [
|
|
18
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": "8265",
|
|
"documentation": null,
|
|
"website": "https://tdarr.io/",
|
|
"logo": "https://home.tdarr.io/static/media/logo3-min.246d6df44c7f16ddebaf.png",
|
|
"description": "Tdarr is a media transcoding application designed to automate the transcode and remux management of a media library. It uses conditional-based processing to determine the required encoding and remux operations for each file in the library. The software integrates with popular media management tools, such as Sonarr and Radarr, to ensure that newly added media files are automatically processed and optimized for the user's desired playback device. Tdarr provides a web-based interface for monitoring and managing the transcoding process, and also supports real-time logging and reporting. The software is designed to be flexible and configurable, with a wide range of encoding and remux options available to users. Tdarr is an ideal solution for media enthusiasts who want to optimize their library for seamless playback on a variety of devices, while also streamlining the management and maintenance of their media library.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/tdarr.sh",
|
|
"resources": {
|
|
"cpu": "2",
|
|
"ram": "2048",
|
|
"hdd": "4",
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
}
|