43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Whisparr",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 6969,
|
|
"id": "whisparr",
|
|
"tipi_version": 2,
|
|
"version": "nightly-2.0.0.313",
|
|
"categories": [
|
|
"media",
|
|
"utilities"
|
|
],
|
|
"description": "Whisparr is an adult movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.",
|
|
"short_desc": "Adult movie collection manager.",
|
|
"author": "radarr.video",
|
|
"source": "https://github.com/Whisparr/Whisparr",
|
|
"form_fields": [
|
|
{
|
|
"type": "number",
|
|
"label": "UID",
|
|
"hint": "Ensure any volume directories on the host are owned by the same user you specify",
|
|
"placeholder": "1000",
|
|
"env_variable": "WHISPARR_PUID"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"label": "GUID",
|
|
"hint": "Ensure any volume directories on the host are owned by the same group you specify",
|
|
"placeholder": "1000",
|
|
"env_variable": "WHISPARR_PGID"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"label": "UMASK",
|
|
"hint": "Ability to override the default umask settings for services started within the containers",
|
|
"placeholder": "002",
|
|
"env_variable": "WHISPARR_UMASK"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|