mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-13 10:33:16 +00:00
settings: Add an option to reduce max artwork resolution
This commit is contained in:
parent
9daa9eed13
commit
204f50fa2e
3 changed files with 10 additions and 0 deletions
|
|
@ -944,3 +944,7 @@ msgstr "Select the libraries to repair"
|
|||
msgctxt "#33200"
|
||||
msgid "Select the libraries to remove"
|
||||
msgstr "Select the libraries to remove"
|
||||
|
||||
msgctxt "#33201"
|
||||
msgid "Max artwork resolution"
|
||||
msgstr "Max artwork resolution"
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
<setting label="33176" type="lsep" />
|
||||
<setting label="30157" id="enableCoverArt" type="bool" default="true" />
|
||||
<setting label="33116" id="compressArt" type="bool" default="false" />
|
||||
<setting label="33201" id="maxArtResolution" type="enum" values="360|480|600|720|1080|Unlimited [default]" default="5" />
|
||||
<setting id="enableMusic" visible="false" default="false" />
|
||||
</category>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue