mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
jellyfin: update to 10.10.7 and addon (7)
update addon to current standard - addon settings version 1 - language file formatting
This commit is contained in:
parent
90e0d399e4
commit
1a0c409499
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
PKG_NAME="jellyfin"
|
PKG_NAME="jellyfin"
|
||||||
PKG_VERSION="1.0"
|
PKG_VERSION="1.0"
|
||||||
PKG_VERSION_NUMBER="10.10.6"
|
PKG_VERSION_NUMBER="10.10.7"
|
||||||
PKG_REV="6"
|
PKG_REV="7"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPLv2"
|
PKG_LICENSE="GPLv2"
|
||||||
PKG_SITE="https://jellyfin.org/"
|
PKG_SITE="https://jellyfin.org/"
|
||||||
|
@ -1,6 +1,21 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
<?xml version="1.0" ?>
|
||||||
<settings>
|
<settings version="1">
|
||||||
<category label="30000">
|
<section id="service.jellyfin">
|
||||||
<setting label="30001" id="jellyfin_nice" type="slider" default="10" range="0,1,19" option="int" />
|
<category id="configuration" label="30000" help="">
|
||||||
</category>
|
<group id="1">
|
||||||
|
<setting id="jellyfin_nice" type="integer" label="30001" help="">
|
||||||
|
<level>0</level>
|
||||||
|
<default>10</default>
|
||||||
|
<constraints>
|
||||||
|
<minimum>0</minimum>
|
||||||
|
<step>1</step>
|
||||||
|
<maximum>19</maximum>
|
||||||
|
</constraints>
|
||||||
|
<control type="slider" format="integer">
|
||||||
|
<popup>false</popup>
|
||||||
|
</control>
|
||||||
|
</setting>
|
||||||
|
</group>
|
||||||
|
</category>
|
||||||
|
</section>
|
||||||
</settings>
|
</settings>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user