Difference between revisions of "Template:Settings Media Management Permissions"
From Servarr
Bakerboy448 (talk | contribs) |
|||
| (5 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 10: | Line 6: | ||
"description": "ARR Name", | "description": "ARR Name", | ||
"type": "string", | "type": "string", | ||
| − | "required": true | + | "required": true, |
| + | "example": "Radarr, Sonarr, Lidarr, Readarr", | ||
| + | "default": "{{{ARRNAME}}}" | ||
} | } | ||
} | } | ||
| Line 16: | Line 14: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
| + | * ''Set Permissions'' - This will allow {{{ARRNAME}}} to set the given file permission when a given file is imported or renamed | ||
| + | * ''chmod folder'' - This is the permission level that {{{ARRNAME}}} will set for a given file on import or rename (more information [https://en.wikipedia.org/wiki/Chmod#Octal_modes HERE]) | ||
| + | ** The drop down box has a preset list of very commonly used permissions that can be used. However, you can manually enter a folder octal if you wish. | ||
| + | * ''chmod Group'' - This only works if the user running {{{ARRNAME}}} is the owner of the file. It's better to ensure the download client uses the same group as {{{ARRNAME}}}. | ||
Latest revision as of 14:53, 22 February 2021
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ARRNAME | ARRNAME | ARR Name
| String | required |
- Set Permissions - This will allow {{{ARRNAME}}} to set the given file permission when a given file is imported or renamed
- chmod folder - This is the permission level that {{{ARRNAME}}} will set for a given file on import or rename (more information HERE)
- The drop down box has a preset list of very commonly used permissions that can be used. However, you can manually enter a folder octal if you wish.
- chmod Group - This only works if the user running {{{ARRNAME}}} is the owner of the file. It's better to ensure the download client uses the same group as {{{ARRNAME}}}.