diff options
author | DaveTBlake <oak99sky@yahoo.co.uk> | 2020-08-25 19:07:47 +0100 |
---|---|---|
committer | DaveTBlake <oak99sky@yahoo.co.uk> | 2020-09-19 15:52:24 +0100 |
commit | 879134ee822fd5c84156b7ab4aac37ea42bc6bbb (patch) | |
tree | ff262315891781630b5a18bb4cd0529c8d1a42ff /system | |
parent | 4b7e854648b505581c162250558a0dd85e9cc4ab (diff) |
Add artwork level = None
Diffstat (limited to 'system')
-rwxr-xr-x | system/settings/settings.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 16e58f48f8..e6c10e26e0 100755 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -1072,11 +1072,6 @@ </setting> </group> <group id="3" label="39123"> - <setting id="musiclibrary.preferonlinealbumart" type="boolean" label="20224" help="20225"> - <level>1</level> - <default>false</default> - <control type="toggle" /> - </setting> <!-- Hidden setting indicating music art settings have been migrated from old advancedsettings.xml format--> <setting id="musiclibrary.artsettings" type="boolean" label="0" help=""> <level>4</level> @@ -1091,6 +1086,7 @@ <option label="39140">0</option> <!-- MUSICLIBRARY_ARTWORK_LEVEL_ALL --> <option label="39141">1</option> <!-- MUSICLIBRARY_ARTWORK_LEVEL_BASIC --> <option label="39142">2</option> <!-- MUSICLIBRARY_ARTWORK_LEVEL_CUSTOM --> + <option label="231">3</option> <!-- MUSICLIBRARY_ARTWORK_LEVEL_NONE --> </options> </constraints> <control type="list" format="string" /> @@ -1182,10 +1178,21 @@ <allowempty>true</allowempty> <allownewoption>true</allownewoption> </constraints> + <dependencies> + <dependency type="enable" setting="musiclibrary.artworklevel" operator="!is">3</dependency> + </dependencies> <control type="list" format="string"> <multiselect>true</multiselect> </control> </setting> + <setting id="musiclibrary.preferonlinealbumart" type="boolean" label="20224" help="20225"> + <level>1</level> + <default>false</default> + <control type="toggle" /> + <dependencies> + <dependency type="enable" setting="musiclibrary.artworklevel" operator="!is">3</dependency> + </dependencies> + </setting> </group> <group id="4" label="128"> <setting id="musicfiles.selectaction" type="boolean" label="12381" help="38112"> |