This commit is contained in:
Andrew Z 2024-08-25 12:06:42 -04:00
parent 696e83ab0f
commit 1cb0157c25
6 changed files with 1293 additions and 20 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1724587584
"last_updated_timestamp": 1724602000
}

View File

@ -2444,7 +2444,7 @@
"Project": "https://www.drivethrurpg.com/en/product/137825/ERA-for-Rolemaster",
"Overview": "This allows hosting the Linux version of Rollmasters ERA as a server.",
"WebUI": "http://[IP]:[PORT:7777]/",
"TemplateURL": "https://raw.githubusercontent.com/Garethp/rolemaster-era-server-unraid/master/Rollermaster-ERA-Unraid.xml",
"TemplateURL": "https://raw.githubusercontent.com/Garethp/rolemaster-era-server-unraid/main/Rollermaster-ERA-Unraid.xml",
"Icon": "https://raw.githubusercontent.com/Garethp/rolemaster-era-server-unraid/main/era.ico",
"Requires": "This container does not come with a copy of the ERA software. You need to purchase it and mount the Linux version of the software as a Path to this container",
"Config": [
@ -309530,27 +309530,27 @@
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "1000",
"Default": "100",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "1000"
"value": "100"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "1000",
"Default": "099",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "1000"
"value": "099"
},
{
"@attributes": {
@ -314983,6 +314983,636 @@
"LastUpdate": 1709572596,
"FirstSeen": 1677843327
},
{
"Name": "HandBrake",
"Repository": "datpat/handbrakeamd:rocm6",
"Registry": "https://registry.hub.docker.com/r/jlesage/handbrake",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/57420-support-handbrake/",
"Project": "https://handbrake.fr",
"Overview": "HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.\r\n\r\nThe GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.\r\n\r\nA fully automated mode is also available: drop files into a watch folder and let HandBrake process them without any user interaction.\r\n\r\nThis container has a copy of the AMD driver in it to allow encoding with AMD VCE acceleration. I have only tested this sofar on one machine\r\nwith an 7940hs igpu. AV1 worked there. You should install the Radeon TOP first though.\n\r\nThis container is based on the work of Zocker160 and jlesage / JocelynLeSage.\r\n\r\nFor a complete documentation of this container, see https://github.com/datpat/",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/DatPat/unraid-templates/master/handbrakeamd/handbrakeamd.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/handbrake-icon.png",
"ExtraParams": "--device /dev/dri:/dev/dri --device=/dev/kfd:/dev/kfd",
"DonateText": "If you like JocelynLeSage's work please consider donating.",
"DonateLink": "https://paypal.me/JocelynLeSage/0usd",
"Config": [
{
"@attributes": {
"Name": "Storage",
"Target": "/storage",
"Default": "/mnt/user",
"Mode": "ro",
"Description": "This location contains files from your host that need to be accessible to the application.",
"Type": "Path",
"Display": "always-hide",
"Required": "True",
"Mask": "False"
},
"value": "/mnt/user/media/"
},
{
"@attributes": {
"Name": "Watch Directory",
"Target": "/watch",
"Default": "",
"Mode": "rw",
"Description": "This is the watch folder of the automatic video converter. Any video copied into this folder will be automatically converted by HandBrake.",
"Type": "Path",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Output Directory",
"Target": "/output",
"Default": "",
"Mode": "rw",
"Description": "This is the default output folder for converted videos. Also used by the automatic video converter.",
"Type": "Path",
"Display": "always",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Automatic Video Converter: Preset",
"Target": "AUTOMATED_CONVERSION_PRESET",
"Default": "General/Very Fast 1080p30",
"Mode": "",
"Description": "Preset used by the automatic video converter. Identification of the preset must follow the format 'CATEGORY/PRESET NAME'. Name of all available presets can be seen via the HandBrake GUI.",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "General/Very Fast 1080p30"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Format",
"Target": "AUTOMATED_CONVERSION_FORMAT",
"Default": "mp4",
"Mode": "",
"Description": "Video container format used by the automatic video converter for output files. This is typically the video filename extension.",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "mp4"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Keep Source Files",
"Target": "AUTOMATED_CONVERSION_KEEP_SOURCE",
"Default": "1",
"Mode": "",
"Description": "Set to 0 to remove successfully converted videos from the watch folder, 1 to keep them.",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "1"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Non-Video File Action",
"Target": "AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION",
"Default": "ignore",
"Mode": "",
"Description": "Set to ",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "ignore"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Output directory",
"Target": "AUTOMATED_CONVERSION_OUTPUT_DIR",
"Default": "/output",
"Mode": "",
"Description": "Root directory, inside the container, where converted videos should be written.",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "/output"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Output Subdirectory",
"Target": "AUTOMATED_CONVERSION_OUTPUT_SUBDIR",
"Default": "",
"Mode": "",
"Description": "Subdirectory of the output folder into which converted videos should be written. Leave value empty to save converted videos directly into ",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Config Directory",
"Target": "/config",
"Default": "/mnt/user/appdata/HandBrake",
"Mode": "rw",
"Description": "This is where the application stores its configuration, states, log and any files needing persistency.",
"Type": "Path",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": "/mnt/user/appdata/HandBrake"
},
{
"@attributes": {
"Name": "Trash Directory",
"Target": "/trash",
"Default": "",
"Mode": "rw",
"Description": "When trash usage is enabled, this is where the automatic video converter moves converted files instead of deleting them.",
"Type": "Path",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "User ID",
"Target": "USER_ID",
"Default": "99",
"Mode": "",
"Description": "ID of the user the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": "99"
},
{
"@attributes": {
"Name": "Group ID",
"Target": "GROUP_ID",
"Default": "100",
"Mode": "",
"Description": "ID of the group the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": "100"
},
{
"@attributes": {
"Name": "Umask",
"Target": "UMASK",
"Default": "0000",
"Mode": "",
"Description": "Mask that controls how file permissions are set for newly created files. The value of the mask is in octal notation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0000"
},
{
"@attributes": {
"Name": "Niceness (priority)",
"Target": "APP_NICENESS",
"Default": "0",
"Mode": "",
"Description": "Priority at which the application should run. A niceness value of -20 is the highest priority and 19 is the lowest priority. NOTE: Setting a negative value requires additional permissions. Thus, ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display Width",
"Target": "DISPLAY_WIDTH",
"Default": "1920",
"Mode": "",
"Description": "Width (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1920"
},
{
"@attributes": {
"Name": "Display Height",
"Target": "DISPLAY_HEIGHT",
"Default": "1080",
"Mode": "",
"Description": "Height (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1080"
},
{
"@attributes": {
"Name": "Dark Mode",
"Target": "DARK_MODE",
"Default": "0",
"Mode": "",
"Description": "When set to ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1"
},
{
"@attributes": {
"Name": "Web Audio",
"Target": "WEB_AUDIO",
"Default": "0",
"Mode": "",
"Description": "When set to ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Web Authentication",
"Target": "WEB_AUTHENTICATION",
"Default": "0",
"Mode": "",
"Description": "When set to ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Web Authentication Username",
"Target": "WEB_AUTHENTICATION_USERNAME",
"Default": "",
"Mode": "",
"Description": "Optional username to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Authentication Password",
"Target": "WEB_AUTHENTICATION_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Optional password to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Secure Connection",
"Target": "SECURE_CONNECTION",
"Default": "0",
"Mode": "",
"Description": "Whether or not an encrypted connection should be used to access the application's GUI. Set to ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Secure Connection VNC Method",
"Target": "SECURE_CONNECTION_VNC_METHOD",
"Default": "SSL",
"Mode": "",
"Description": "Method used to perform the secure VNC connection. Possible values are ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "SSL"
},
{
"@attributes": {
"Name": "Secure Connection Certificate Check Interval",
"Target": "SECURE_CONNECTION_CERTS_CHECK_INTERVAL",
"Default": "60",
"Mode": "",
"Description": "Interval, in seconds, at which the system verifies if web or VNC certificates have changed. When a change is detected, the affected services are automatically restarted. A value of ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "60"
},
{
"@attributes": {
"Name": "Web Listening Port (Non-Bridge Network Type)",
"Target": "WEB_LISTENING_PORT",
"Default": "5800",
"Mode": "",
"Description": "Port used by the web server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5800"
},
{
"@attributes": {
"Name": "VNC Listening Port (Non-Bridge Network Type)",
"Target": "VNC_LISTENING_PORT",
"Default": "5900",
"Mode": "",
"Description": "Port used by the VNC server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5900"
},
{
"@attributes": {
"Name": "HandBrake GUI State",
"Target": "HANDBRAKE_GUI",
"Default": "1",
"Mode": "",
"Description": "Setting this to 1 enables the HandBrake GUI, 0 disables it.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1"
},
{
"@attributes": {
"Name": "Automatic Video Converter: State",
"Target": "AUTOMATED_CONVERSION",
"Default": "1",
"Mode": "",
"Description": "Setting this to 1 enables the automatic video converter, 0 disables it.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Video File Extensions",
"Target": "AUTOMATED_CONVERSION_VIDEO_FILE_EXTENSIONS",
"Default": "",
"Mode": "",
"Description": "Space-separated list of file extensions to be considered as video files. By default, this list is empty, meaning that the automatic video converter will let HandBrake automatically detects if a file, no matter its extension, is a video or not (note that extensions defined by the Non-Video File Extensions list are always considered as non-video files). Normally, this variable doesn't need to be set. Usage of this variable is useful when only specific video files need to converted.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Automatic Video Converter: Non-Video File Extensions",
"Target": "AUTOMATED_CONVERSION_NON_VIDEO_FILE_EXTENSIONS",
"Default": "jpg jpeg bmp png gif txt nfo",
"Mode": "",
"Description": "Space-separated list of file extensions to be considered as not being videos. Most non-video files are properly rejected by HandBrake. However, some files, like images, are convertible by HandBrake even if they are not video files.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "jpg jpeg bmp png gif txt nfo"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Overwrite Destination",
"Target": "AUTOMATED_CONVERSION_OVERWRITE_OUTPUT",
"Default": "0",
"Mode": "",
"Description": "Setting this to 1 allows the final destination file to be overwritten if it already exists.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Source File Stable Time",
"Target": "AUTOMATED_CONVERSION_SOURCE_STABLE_TIME",
"Default": "5",
"Mode": "",
"Description": "Time (in seconds) during which properties (e.g. size, time, etc) of a video file in the watch folder need to remain the same. This is to avoid processing a file that is being copied.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Minimum Title Duration",
"Target": "AUTOMATED_CONVERSION_SOURCE_MIN_DURATION",
"Default": "10",
"Mode": "",
"Description": "Minimum title duration (in seconds). Shorter titles will be ignored. This applies only to video disc sources (ISO file, VIDEO_TS folder or BDMV folder).",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "10"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Main Title Detection",
"Target": "AUTOMATED_CONVERSION_SOURCE_MAIN_TITLE_DETECTION",
"Default": "0",
"Mode": "",
"Description": "Setting this to 1 enables HandBrake main feature title detection to try to guess and select the main title.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Check Interval",
"Target": "AUTOMATED_CONVERSION_CHECK_INTERVAL",
"Default": "5",
"Mode": "",
"Description": "Interval (in seconds) at which the automatic video converter checks for new files.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Number of Watch Folders",
"Target": "AUTOMATED_CONVERSION_MAX_WATCH_FOLDERS",
"Default": "5",
"Mode": "",
"Description": "Maximum number of watch folders handled by the automatic video converter.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Disable Progress in GUI",
"Target": "AUTOMATED_CONVERSION_NO_GUI_PROGRESS",
"Default": "0",
"Mode": "",
"Description": "Set to 1 to disable display of the video conversion progress in HandBrake GUI.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Custom HandBrake Arguments",
"Target": "AUTOMATED_CONVERSION_HANDBRAKE_CUSTOM_ARGS",
"Default": "",
"Mode": "",
"Description": "Custom arguments to pass to HandBrake when performing a conversion.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Automatic Video Converter: Install Packages",
"Target": "AUTOMATED_CONVERSION_INSTALL_PKGS",
"Default": "",
"Mode": "",
"Description": "Space-separated list of Alpine Linux packages to install. This is useful when the automatic video converter's hooks require tools not available in the container image. See https://pkgs.alpinelinux.org for the list of available Alpine Linux packages.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Automatic Video Converter: Use Trash Directory",
"Target": "AUTOMATED_CONVERSION_USE_TRASH",
"Default": "0",
"Mode": "",
"Description": "Set to 1 to enable usage of the trash directory. So when the automatic video converter is configured to not keep sources, it will move files to the trash directory (/trash inside the container) instead of deleting them.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "WEB Port for GUI (Bridge Network Type)",
"Target": "5800",
"Default": "7803",
"Mode": "tcp",
"Description": "Port to access the application's GUI via the web interface. NOTE: This setting is relevant only when the Network Type is set to ",
"Type": "Port",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": "7803"
},
{
"@attributes": {
"Name": "VNC Port for GUI (Bridge Network Type)",
"Target": "5900",
"Default": "7903",
"Mode": "tcp",
"Description": "Port to access the application's GUI via VNC protocol. Optional if no VNC client is used. NOTE: This setting is relevant only when the Network Type is set to ",
"Type": "Port",
"Display": "advanced-hide",
"Required": "False",
"Mask": "False"
},
"value": "7903"
}
],
"Repo": "jsrk's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/jsrksRepository/handbrakeamd/handbrakeamd.xml",
"CategoryList": [
"MediaApp-Video"
],
"downloads": 73,
"LastUpdate": 1724594771,
"LastUpdateScan": 1724601995,
"FirstSeen": 1724601995
},
{
"Name": "offcloudbrid",
"Repository": "datpat/offcloudbrid",

View File

@ -1,7 +1,7 @@
{
"apps": 2372,
"last_updated_timestamp": 1724587584,
"last_updated": "2024-08-25 08:06",
"apps": 2373,
"last_updated_timestamp": 1724602000,
"last_updated": "2024-08-25 12:06",
"categories": [
{
"Cat": "AI:",
@ -2610,7 +2610,7 @@
"Project": "https://www.drivethrurpg.com/en/product/137825/ERA-for-Rolemaster",
"Overview": "This allows hosting the Linux version of Rollmasters ERA as a server.",
"WebUI": "http://[IP]:[PORT:7777]/",
"TemplateURL": "https://raw.githubusercontent.com/Garethp/rolemaster-era-server-unraid/master/Rollermaster-ERA-Unraid.xml",
"TemplateURL": "https://raw.githubusercontent.com/Garethp/rolemaster-era-server-unraid/main/Rollermaster-ERA-Unraid.xml",
"Icon": "https://raw.githubusercontent.com/Garethp/rolemaster-era-server-unraid/main/era.ico",
"Requires": "This container does not come with a copy of the ERA software. You need to purchase it and mount the Linux version of the software as a Path to this container",
"Config": [
@ -309696,27 +309696,27 @@
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "1000",
"Default": "100",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "1000"
"value": "100"
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "1000",
"Default": "099",
"Description": "",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": "1000"
"value": "099"
},
{
"@attributes": {
@ -315149,6 +315149,636 @@
"LastUpdate": 1709572596,
"FirstSeen": 1677843327
},
{
"Name": "HandBrake",
"Repository": "datpat/handbrakeamd:rocm6",
"Registry": "https://registry.hub.docker.com/r/jlesage/handbrake",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/57420-support-handbrake/",
"Project": "https://handbrake.fr",
"Overview": "HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.\r\n\r\nThe GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.\r\n\r\nA fully automated mode is also available: drop files into a watch folder and let HandBrake process them without any user interaction.\r\n\r\nThis container has a copy of the AMD driver in it to allow encoding with AMD VCE acceleration. I have only tested this sofar on one machine\r\nwith an 7940hs igpu. AV1 worked there. You should install the Radeon TOP first though.\n\r\nThis container is based on the work of Zocker160 and jlesage / JocelynLeSage.\r\n\r\nFor a complete documentation of this container, see https://github.com/datpat/",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/DatPat/unraid-templates/master/handbrakeamd/handbrakeamd.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/handbrake-icon.png",
"ExtraParams": "--device /dev/dri:/dev/dri --device=/dev/kfd:/dev/kfd",
"DonateText": "If you like JocelynLeSage's work please consider donating.",
"DonateLink": "https://paypal.me/JocelynLeSage/0usd",
"Config": [
{
"@attributes": {
"Name": "Storage",
"Target": "/storage",
"Default": "/mnt/user",
"Mode": "ro",
"Description": "This location contains files from your host that need to be accessible to the application.",
"Type": "Path",
"Display": "always-hide",
"Required": "True",
"Mask": "False"
},
"value": "/mnt/user/media/"
},
{
"@attributes": {
"Name": "Watch Directory",
"Target": "/watch",
"Default": "",
"Mode": "rw",
"Description": "This is the watch folder of the automatic video converter. Any video copied into this folder will be automatically converted by HandBrake.",
"Type": "Path",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Output Directory",
"Target": "/output",
"Default": "",
"Mode": "rw",
"Description": "This is the default output folder for converted videos. Also used by the automatic video converter.",
"Type": "Path",
"Display": "always",
"Required": "True",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Automatic Video Converter: Preset",
"Target": "AUTOMATED_CONVERSION_PRESET",
"Default": "General/Very Fast 1080p30",
"Mode": "",
"Description": "Preset used by the automatic video converter. Identification of the preset must follow the format 'CATEGORY/PRESET NAME'. Name of all available presets can be seen via the HandBrake GUI.",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "General/Very Fast 1080p30"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Format",
"Target": "AUTOMATED_CONVERSION_FORMAT",
"Default": "mp4",
"Mode": "",
"Description": "Video container format used by the automatic video converter for output files. This is typically the video filename extension.",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "mp4"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Keep Source Files",
"Target": "AUTOMATED_CONVERSION_KEEP_SOURCE",
"Default": "1",
"Mode": "",
"Description": "Set to 0 to remove successfully converted videos from the watch folder, 1 to keep them.",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "1"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Non-Video File Action",
"Target": "AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION",
"Default": "ignore",
"Mode": "",
"Description": "Set to ",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "ignore"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Output directory",
"Target": "AUTOMATED_CONVERSION_OUTPUT_DIR",
"Default": "/output",
"Mode": "",
"Description": "Root directory, inside the container, where converted videos should be written.",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": "/output"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Output Subdirectory",
"Target": "AUTOMATED_CONVERSION_OUTPUT_SUBDIR",
"Default": "",
"Mode": "",
"Description": "Subdirectory of the output folder into which converted videos should be written. Leave value empty to save converted videos directly into ",
"Type": "Variable",
"Display": "always",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Config Directory",
"Target": "/config",
"Default": "/mnt/user/appdata/HandBrake",
"Mode": "rw",
"Description": "This is where the application stores its configuration, states, log and any files needing persistency.",
"Type": "Path",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": "/mnt/user/appdata/HandBrake"
},
{
"@attributes": {
"Name": "Trash Directory",
"Target": "/trash",
"Default": "",
"Mode": "rw",
"Description": "When trash usage is enabled, this is where the automatic video converter moves converted files instead of deleting them.",
"Type": "Path",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "User ID",
"Target": "USER_ID",
"Default": "99",
"Mode": "",
"Description": "ID of the user the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": "99"
},
{
"@attributes": {
"Name": "Group ID",
"Target": "GROUP_ID",
"Default": "100",
"Mode": "",
"Description": "ID of the group the application runs as.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": "100"
},
{
"@attributes": {
"Name": "Umask",
"Target": "UMASK",
"Default": "0000",
"Mode": "",
"Description": "Mask that controls how file permissions are set for newly created files. The value of the mask is in octal notation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0000"
},
{
"@attributes": {
"Name": "Niceness (priority)",
"Target": "APP_NICENESS",
"Default": "0",
"Mode": "",
"Description": "Priority at which the application should run. A niceness value of -20 is the highest priority and 19 is the lowest priority. NOTE: Setting a negative value requires additional permissions. Thus, ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Display Width",
"Target": "DISPLAY_WIDTH",
"Default": "1920",
"Mode": "",
"Description": "Width (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1920"
},
{
"@attributes": {
"Name": "Display Height",
"Target": "DISPLAY_HEIGHT",
"Default": "1080",
"Mode": "",
"Description": "Height (in pixels) of the application's window.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1080"
},
{
"@attributes": {
"Name": "Dark Mode",
"Target": "DARK_MODE",
"Default": "0",
"Mode": "",
"Description": "When set to ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1"
},
{
"@attributes": {
"Name": "Web Audio",
"Target": "WEB_AUDIO",
"Default": "0",
"Mode": "",
"Description": "When set to ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Web Authentication",
"Target": "WEB_AUTHENTICATION",
"Default": "0",
"Mode": "",
"Description": "When set to ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Web Authentication Username",
"Target": "WEB_AUTHENTICATION_USERNAME",
"Default": "",
"Mode": "",
"Description": "Optional username to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Web Authentication Password",
"Target": "WEB_AUTHENTICATION_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Optional password to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Secure Connection",
"Target": "SECURE_CONNECTION",
"Default": "0",
"Mode": "",
"Description": "Whether or not an encrypted connection should be used to access the application's GUI. Set to ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Secure Connection VNC Method",
"Target": "SECURE_CONNECTION_VNC_METHOD",
"Default": "SSL",
"Mode": "",
"Description": "Method used to perform the secure VNC connection. Possible values are ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "SSL"
},
{
"@attributes": {
"Name": "Secure Connection Certificate Check Interval",
"Target": "SECURE_CONNECTION_CERTS_CHECK_INTERVAL",
"Default": "60",
"Mode": "",
"Description": "Interval, in seconds, at which the system verifies if web or VNC certificates have changed. When a change is detected, the affected services are automatically restarted. A value of ",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "60"
},
{
"@attributes": {
"Name": "Web Listening Port (Non-Bridge Network Type)",
"Target": "WEB_LISTENING_PORT",
"Default": "5800",
"Mode": "",
"Description": "Port used by the web server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5800"
},
{
"@attributes": {
"Name": "VNC Listening Port (Non-Bridge Network Type)",
"Target": "VNC_LISTENING_PORT",
"Default": "5900",
"Mode": "",
"Description": "Port used by the VNC server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5900"
},
{
"@attributes": {
"Name": "HandBrake GUI State",
"Target": "HANDBRAKE_GUI",
"Default": "1",
"Mode": "",
"Description": "Setting this to 1 enables the HandBrake GUI, 0 disables it.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1"
},
{
"@attributes": {
"Name": "Automatic Video Converter: State",
"Target": "AUTOMATED_CONVERSION",
"Default": "1",
"Mode": "",
"Description": "Setting this to 1 enables the automatic video converter, 0 disables it.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "1"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Video File Extensions",
"Target": "AUTOMATED_CONVERSION_VIDEO_FILE_EXTENSIONS",
"Default": "",
"Mode": "",
"Description": "Space-separated list of file extensions to be considered as video files. By default, this list is empty, meaning that the automatic video converter will let HandBrake automatically detects if a file, no matter its extension, is a video or not (note that extensions defined by the Non-Video File Extensions list are always considered as non-video files). Normally, this variable doesn't need to be set. Usage of this variable is useful when only specific video files need to converted.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Automatic Video Converter: Non-Video File Extensions",
"Target": "AUTOMATED_CONVERSION_NON_VIDEO_FILE_EXTENSIONS",
"Default": "jpg jpeg bmp png gif txt nfo",
"Mode": "",
"Description": "Space-separated list of file extensions to be considered as not being videos. Most non-video files are properly rejected by HandBrake. However, some files, like images, are convertible by HandBrake even if they are not video files.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "jpg jpeg bmp png gif txt nfo"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Overwrite Destination",
"Target": "AUTOMATED_CONVERSION_OVERWRITE_OUTPUT",
"Default": "0",
"Mode": "",
"Description": "Setting this to 1 allows the final destination file to be overwritten if it already exists.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Source File Stable Time",
"Target": "AUTOMATED_CONVERSION_SOURCE_STABLE_TIME",
"Default": "5",
"Mode": "",
"Description": "Time (in seconds) during which properties (e.g. size, time, etc) of a video file in the watch folder need to remain the same. This is to avoid processing a file that is being copied.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Minimum Title Duration",
"Target": "AUTOMATED_CONVERSION_SOURCE_MIN_DURATION",
"Default": "10",
"Mode": "",
"Description": "Minimum title duration (in seconds). Shorter titles will be ignored. This applies only to video disc sources (ISO file, VIDEO_TS folder or BDMV folder).",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "10"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Main Title Detection",
"Target": "AUTOMATED_CONVERSION_SOURCE_MAIN_TITLE_DETECTION",
"Default": "0",
"Mode": "",
"Description": "Setting this to 1 enables HandBrake main feature title detection to try to guess and select the main title.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Check Interval",
"Target": "AUTOMATED_CONVERSION_CHECK_INTERVAL",
"Default": "5",
"Mode": "",
"Description": "Interval (in seconds) at which the automatic video converter checks for new files.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Number of Watch Folders",
"Target": "AUTOMATED_CONVERSION_MAX_WATCH_FOLDERS",
"Default": "5",
"Mode": "",
"Description": "Maximum number of watch folders handled by the automatic video converter.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "5"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Disable Progress in GUI",
"Target": "AUTOMATED_CONVERSION_NO_GUI_PROGRESS",
"Default": "0",
"Mode": "",
"Description": "Set to 1 to disable display of the video conversion progress in HandBrake GUI.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "Automatic Video Converter: Custom HandBrake Arguments",
"Target": "AUTOMATED_CONVERSION_HANDBRAKE_CUSTOM_ARGS",
"Default": "",
"Mode": "",
"Description": "Custom arguments to pass to HandBrake when performing a conversion.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Automatic Video Converter: Install Packages",
"Target": "AUTOMATED_CONVERSION_INSTALL_PKGS",
"Default": "",
"Mode": "",
"Description": "Space-separated list of Alpine Linux packages to install. This is useful when the automatic video converter's hooks require tools not available in the container image. See https://pkgs.alpinelinux.org for the list of available Alpine Linux packages.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": ""
},
{
"@attributes": {
"Name": "Automatic Video Converter: Use Trash Directory",
"Target": "AUTOMATED_CONVERSION_USE_TRASH",
"Default": "0",
"Mode": "",
"Description": "Set to 1 to enable usage of the trash directory. So when the automatic video converter is configured to not keep sources, it will move files to the trash directory (/trash inside the container) instead of deleting them.",
"Type": "Variable",
"Display": "advanced",
"Required": "False",
"Mask": "False"
},
"value": "0"
},
{
"@attributes": {
"Name": "WEB Port for GUI (Bridge Network Type)",
"Target": "5800",
"Default": "7803",
"Mode": "tcp",
"Description": "Port to access the application's GUI via the web interface. NOTE: This setting is relevant only when the Network Type is set to ",
"Type": "Port",
"Display": "advanced-hide",
"Required": "True",
"Mask": "False"
},
"value": "7803"
},
{
"@attributes": {
"Name": "VNC Port for GUI (Bridge Network Type)",
"Target": "5900",
"Default": "7903",
"Mode": "tcp",
"Description": "Port to access the application's GUI via VNC protocol. Optional if no VNC client is used. NOTE: This setting is relevant only when the Network Type is set to ",
"Type": "Port",
"Display": "advanced-hide",
"Required": "False",
"Mask": "False"
},
"value": "7903"
}
],
"Repo": "jsrk's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/jsrksRepository/handbrakeamd/handbrakeamd.xml",
"CategoryList": [
"MediaApp-Video"
],
"downloads": 73,
"LastUpdate": 1724594771,
"LastUpdateScan": 1724601995,
"FirstSeen": 1724601995
},
{
"Name": "offcloudbrid",
"Repository": "datpat/offcloudbrid",

View File

@ -3449,5 +3449,6 @@
"ghcr.io/raunot/plex-rewind:latest": 1724220404,
"ghcr.io/idmedia/hass-unraid:latest": 1724458012,
"ghcr.io/engels74/tgraph-bot:latest": 1724458025,
"garethgeorge/backrest:latest": 1724458032
"garethgeorge/backrest:latest": 1724458032,
"datpat/handbrakeamd:rocm6": 1724601995
}

11
log.txt
View File

@ -89,7 +89,7 @@ Downloading Bfox135's Repository: https://github.com/bfox135/unraid-templates ->
Processing /tmp/appFeed/templates/Bfox135sRepository/Qinglong/Qinglong.xml...Removed from CA
Downloading Garethp's Repository: https://github.com/Garethp/rolemaster-era-server-unraid -> /tmp/appFeed/templates/GarethpsRepository Attempt 1...https://github.com/Garethp/rolemaster-era-server-unraid/archive/master.tar.gz Success!
Downloading Garethp's Repository: https://github.com/Garethp/rolemaster-era-server-unraid -> /tmp/appFeed/templates/GarethpsRepository Attempt 1...https://github.com/Garethp/rolemaster-era-server-unraid/archive/master.tar.gzMaster failed. Trying Main...https://github.com/Garethp/rolemaster-era-server-unraid/archive/main.tar.gz Success!
Processing /tmp/appFeed/templates/GarethpsRepository/Rollermaster-ERA-Unraid.xml...Success
@ -3700,6 +3700,7 @@ Processing /tmp/appFeed/templates/MatthewOrresRepository/mattheworres/emoncms.xm
Downloading jsrk's Repository: https://github.com/DatPat/unraid-templates -> /tmp/appFeed/templates/jsrksRepository Attempt 1...https://github.com/DatPat/unraid-templates/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/jsrksRepository/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/jsrksRepository/handbrakeamd/handbrakeamd.xml...Success
Processing /tmp/appFeed/templates/jsrksRepository/offcloud/offcloud.xml...Success
Processing /tmp/appFeed/templates/jsrksRepository/patbrid/patbrid.xml...Success
Processing /tmp/appFeed/templates/jsrksRepository/patbridnoaria/patbridnoaria.xml...Success
@ -4316,12 +4317,12 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
Tagged - Can't determine last update
datpat/handbrakeamd
datpat/handbrakeamd:rocm6 Downloads: 73 Stars: 0 Base: unknown
Pulling datpat/handbrakeamd:rocm6
Privileged: 104
No change to feed
Updating GitHub

View File

@ -92335,5 +92335,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1723689200
},
"datpat/handbrakeamd:rocm6": {
"Base": null,
"Downloads": 73,
"Stars": null,
"Time": 1724601995,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1724594771
}
}