Difference between revisions of "Template:Settings Quality Quality Table Meanings"

From Servarr
m (typos)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
*<code>{{{BITRATE2}}}</code> - Self Explanatory
 
*<code>{{{BITRATE2}}}</code> - Self Explanatory
 
*<code>Min</code>  - The minimum {{{BITRATE1}}} a quality can have.
 
*<code>Min</code>  - The minimum {{{BITRATE1}}} a quality can have.
*<code>Preferred</code> - The preferred ({{{BITRATE1}}}) a quality can have.
+
*<code>Preferred</code> - The preferred {{{BITRATE1}}} a quality can have.
 
*<code>Quality</code> - The scene quality name (hardcoded)
 
*<code>Quality</code> - The scene quality name (hardcoded)
 
*<code>Size Limit</code> - Self Explanatory
 
*<code>Size Limit</code> - Self Explanatory
  
 
<noinclude>
 
<noinclude>
<big>'''Variables'''</big>
+
<templatedata>
*{{{BITRATET1}}}
+
{
*Megabytes per Minute (MB/min)
+
"params": {
*Kilobitets per second (KB/s)
+
"BITRATE1": {
*{{{BITRATE2}}}
+
"description": "Megabytes per Minute (MB/min) or Kilobytes per second (KB/s)",
*Megabytes Per Minute
+
"type": "string",
*Kilobiets Per Second
+
"required": true
 +
},
 +
"BITRATE2": {
 +
"description": "Megabytes Per Minute OR  Kilobytes Per Second",
 +
"type": "string",
 +
"required": true
 +
}
 +
}
 +
}
 +
</templatedata>
 
</noinclude>
 
</noinclude>

Latest revision as of 22:28, 6 September 2020

  • Title - The name of the Quality in the GUI (configurable)
  • Max - The maximum {{{BITRATE1}}} a quality can have.
  • {{{BITRATE2}}} - Self Explanatory
  • Min - The minimum {{{BITRATE1}}} a quality can have.
  • Preferred - The preferred {{{BITRATE1}}} a quality can have.
  • Quality - The scene quality name (hardcoded)
  • Size Limit - Self Explanatory


No description.

Template parameters

ParameterDescriptionTypeStatus
BITRATE1BITRATE1

Megabytes per Minute (MB/min) or Kilobytes per second (KB/s)

Stringrequired
BITRATE2BITRATE2

Megabytes Per Minute OR Kilobytes Per Second

Stringrequired