<window type="dialog">
	<coordinates>
		<left>0</left>
		<top>0</top>
		<width>1920</width>
		<height>1080</height>
	</coordinates>

	<controls>

		<!-- Background -->
		<control type="group">
			<top>0</top>
			<left>0</left>
			<width>1920</width>
			<height>1080</height>

			<!-- Fallback -->
			<control type="image">
				<texture>white.png</texture>
				<colordiffuse>FF000000</colordiffuse>
			</control>

			<!-- Fanart -->
			<control type="image">
				<texture background="true">$INFO[Window().Property(seren.fanart)]</texture>
				<colordiffuse>66FFFFFF</colordiffuse>
			</control>

			<!-- Overlay -->
			<control type="image">
				<texture background="true">white.png</texture>
				<colordiffuse>CC000000</colordiffuse>
			</control>
		</control>

		<!--Title-->
		<control type="label">
			<top>25</top>
			<left>40</left>
			<width>100%</width>
			<height>50</height>
			<label>[UPPERCASE][COLOR $INFO[Window().Property(settings.color)]]Seren[/COLOR] - $INFO[Window.Property(package.name)][/UPPERCASE]</label>
			<font>font37</font>
			<textcolor>white</textcolor>
		</control>

		<!-- Scrollbar -->
		<control type="scrollbar" id="1111">
			<animation effect="fade" time="350" tween="cubic" easing="in" delay="350">WindowOpen</animation>
			<animation effect="fade" end="0" time="350" tween="cubic" easing="in">WindowClose</animation>
			<left>10</left>
			<top>110</top>
			<width>20</width>
			<height>890</height>
			<onright>2000</onright>
			<showonepage>false</showonepage>
			<texturesliderbackground colordiffuse="99362e33">white.png</texturesliderbackground>
			<texturesliderbar colordiffuse="66FFFFFF">white.png</texturesliderbar>
			<texturesliderbarfocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturesliderbarfocus>
		</control>

		<!-- Providers -->
		<control type="list" id="2000">
			<animation effect="slide" start="-1400,0" time="350" tween="cubic" easing="in">WindowOpen</animation>
			<animation effect="slide" end="-1400,0" time="350" tween="cubic" easing="in">WindowClose</animation>
			<viewtype label="Providers">list</viewtype>
			<onright>1000</onright>
			<onleft>1111</onleft>
			<width>1340</width>
			<left>40</left>
			<height>900</height>
			<top>100</top>
			<itemgap>20</itemgap>
			<orientation>vertical</orientation>
			<pagecontrol>1111</pagecontrol>

			<itemlayout height="160" condition="String.IsEqual(Window().Property(hassettings),true)">
				<control type="group">
					<width>660</width>

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>99362e33</colordiffuse>
					</control>

					<!-- Provider Name -->
					<control type="label">
						<top>30</top>
						<left>20</left>
						<width>640</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
					</control>

					<!-- Provider Status -->
					<control type="group">
						<top>70</top>
						<left>20</left>

						<!-- Enabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<visible>String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR green]$INFO[ListItem.Property(status)][/UPPERCASE][/COLOR]</label>
						</control>

						<!-- Disabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<visible>!String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR indianred]$INFO[ListItem.Property(status)][/UPPERCASE][/COLOR]</label>
						</control>
					</control>

					<!-- Provider Type -->
					<control type="label">
						<top>110</top>
						<left>20</left>
						<width>1100</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<label>[UPPERCASE]$ADDON[plugin.video.seren 30622]: $INFO[ListItem.Property(provider_type)][/UPPERCASE]</label>
					</control>
				</control>
			</itemlayout>

			<itemlayout height="160" condition="!String.IsEqual(Window().Property(hassettings),true)">
				<control type="group">
					<width>1200</width>

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>99362e33</colordiffuse>
					</control>

					<!-- Provider Name -->
					<control type="label">
						<top>30</top>
						<left>20</left>
						<width>1100</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
					</control>

					<!-- Provider Status -->
					<control type="group">
						<top>70</top>
						<left>20</left>

						<!-- Enabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<visible>String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR green]$INFO[ListItem.Property(status)][/UPPERCASE][/COLOR]</label>
						</control>

						<!-- Disabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<visible>!String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR indianred]$INFO[ListItem.Property(status)][/UPPERCASE][/COLOR]</label>
						</control>
					</control>

					<!-- Provider Type -->
					<control type="label">
						<top>110</top>
						<left>20</left>
						<width>1100</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<label>[UPPERCASE]$ADDON[plugin.video.seren 30622]: $INFO[ListItem.Property(provider_type)][/UPPERCASE]</label>
					</control>
				</control>
			</itemlayout>

			<focusedlayout height="160" condition="!Control.HasFocus(2000) + !String.IsEqual(Window().Property(hassettings),true)">
				<control type="group">
					<width>1200</width>

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>99362e33</colordiffuse>
					</control>

					<!-- Provider Name -->
					<control type="label">
						<top>30</top>
						<left>20</left>
						<width>1100</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
					</control>

					<!-- Provider Status -->
					<control type="group">
						<top>70</top>
						<left>20</left>

						<!-- Enabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<visible>String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR green]$INFO[ListItem.Property(status)][/UPPERCASE][/COLOR]</label>
						</control>

						<!-- Disabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<visible>!String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR indianred]$INFO[ListItem.Property(status)][/UPPERCASE][/COLOR]</label>
						</control>
					</control>

					<!-- Provider Type -->
					<control type="label">
						<top>110</top>
						<left>20</left>
						<width>1100</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<label>[UPPERCASE]$ADDON[plugin.video.seren 30622]: $INFO[ListItem.Property(provider_type)][/UPPERCASE]</label>
					</control>
				</control>
			</focusedlayout>

			<focusedlayout height="270" condition="Control.HasFocus(2000) + !String.IsEqual(Window().Property(hassettings),true)">
				<control type="group">
					<width>1340</width>

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<height>260</height>
						<texture>white.png</texture>
						<colordiffuse>FF362e33</colordiffuse>
					</control>

					<!-- Source Icon -->
					<control type="group">
						<top>40</top>
						<width>200</width>
						<height>200</height>

						<!-- Seren Peacock -->
						<control type="image">
							<aspectratio>keep</aspectratio>
							<texture>$INFO[Window().Property(seren.logo)]</texture>
							<visible>String.IsEmpty(ListItem.Property(provider.icon))</visible>
						</control>

						<!-- Provider Icon -->
						<control type="image">
							<aspectratio>keep</aspectratio>
							<texture>$INFO[ListItem.Property(provider.icon)]</texture>
							<visible>!String.IsEmpty(ListItem.Property(provider.icon))</visible>
						</control>
					</control>

					<!-- Provider Name -->
					<control type="label">
						<top>40</top>
						<left>210</left>
						<height>20</height>
						<font>font12</font>
						<textcolor>FFFFFFFF</textcolor>
						<align>left</align>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
					</control>

					<!-- Provider Status -->
					<control type="group">
						<top>80</top>
						<left>210</left>

						<!-- Enabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>FFFFFFFF</textcolor>
							<align>left</align>
							<visible>!String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR indianred]$INFO[ListItem.Property(status)][/UPPERCASE][/B][/COLOR]</label>
						</control>

						<!-- Disabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>FFFFFFFF</textcolor>
							<align>left</align>
							<visible>String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR green]$INFO[ListItem.Property(status)][/UPPERCASE][/B][/COLOR]</label>
						</control>
					</control>

					<!-- Provider Type -->
					<control type="label">
						<top>120</top>
						<left>210</left>
						<width>1100</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>FFFFFFFF</textcolor>
						<align>left</align>
						<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30622]: [COLOR $INFO[Window().Property(settings.color)]]$INFO[ListItem.Property(provider_type)][/COLOR][/UPPERCASE][/B]</label>
					</control>

					<!-- Info -->
					<control type="label">
						<top>220</top>
						<right>20</right>
						<font>font12</font>
						<textcolor>FFFFFFFF</textcolor>
						<align>right</align>
						<label>$INFO[ListItem.Property(info)]</label>
					</control>
				</control>
			</focusedlayout>

			<focusedlayout height="160" condition="!Control.HasFocus(2000) + String.IsEqual(Window().Property(hassettings),true)">
				<control type="group">
					<width>660</width>

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>99362e33</colordiffuse>
					</control>

					<!-- Provider Name -->
					<control type="label">
						<top>30</top>
						<left>20</left>
						<width>1100</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
					</control>

					<!-- Provider Status -->
					<control type="group">
						<top>70</top>
						<left>20</left>

						<!-- Enabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<visible>String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR green]$INFO[ListItem.Property(status)][/UPPERCASE][/COLOR]</label>
						</control>

						<!-- Disabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<visible>!String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR indianred]$INFO[ListItem.Property(status)][/UPPERCASE][/COLOR]</label>
						</control>
					</control>

					<!-- Provider Type -->
					<control type="label">
						<top>110</top>
						<left>20</left>
						<width>1100</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>66FFFFFF</textcolor>
						<align>left</align>
						<label>[UPPERCASE]$ADDON[plugin.video.seren 30622]: $INFO[ListItem.Property(provider_type)][/UPPERCASE]</label>
					</control>
				</control>
			</focusedlayout>

			<focusedlayout height="270" condition="Control.HasFocus(2000) + String.IsEqual(Window().Property(hassettings),true)">
				<control type="group">
					<width>660</width>

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<height>260</height>
						<texture>white.png</texture>
						<colordiffuse>FF362e33</colordiffuse>
					</control>

					<!-- Source Icon -->
					<control type="group">
						<top>40</top>
						<width>200</width>
						<height>200</height>

						<!-- Seren Peacock -->
						<control type="image">
							<aspectratio>keep</aspectratio>
							<texture>$INFO[Window().Property(seren.logo)]</texture>
							<visible>String.IsEmpty(ListItem.Property(provider.icon))</visible>
						</control>

						<!-- Provider Icon -->
						<control type="image">
							<aspectratio>keep</aspectratio>
							<texture>$INFO[ListItem.Property(provider.icon)]</texture>
							<visible>!String.IsEmpty(ListItem.Property(provider.icon))</visible>
						</control>
					</control>

					<!-- Provider Name -->
					<control type="label">
						<top>40</top>
						<left>210</left>
						<height>20</height>
						<font>font12</font>
						<textcolor>FFFFFFFF</textcolor>
						<align>left</align>
						<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
					</control>

					<!-- Provider Status -->
					<control type="group">
						<top>80</top>
						<left>210</left>

						<!-- Enabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>FFFFFFFF</textcolor>
							<align>left</align>
							<visible>!String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR indianred]$INFO[ListItem.Property(status)][/UPPERCASE][/B][/COLOR]</label>
						</control>

						<!-- Disabled -->
						<control type="label">
							<height>20</height>
							<font>font12</font>
							<textcolor>FFFFFFFF</textcolor>
							<align>left</align>
							<visible>String.IsEqual(ListItem.Property(status),Enabled)</visible>
							<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30568]: [COLOR green]$INFO[ListItem.Property(status)][/UPPERCASE][/B][/COLOR]</label>
						</control>
					</control>

					<!-- Provider Type -->
					<control type="label">
						<top>120</top>
						<left>210</left>
						<width>1100</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>FFFFFFFF</textcolor>
						<align>left</align>
						<label>[B][UPPERCASE]$ADDON[plugin.video.seren 30622]: [COLOR $INFO[Window().Property(settings.color)]]$INFO[ListItem.Property(provider_type)][/COLOR][/UPPERCASE][/B]</label>
					</control>

					<!-- Info -->
					<control type="label">
						<top>220</top>
						<right>20</right>
						<font>font12</font>
						<textcolor>FFFFFFFF</textcolor>
						<align>right</align>
						<label>$INFO[ListItem.Property(info)]</label>
					</control>
				</control>
			</focusedlayout>
		</control>

		<!-- Settings -->
		<control type="group">
			<width>660</width>
			<left>720</left>
			<height>890</height>
			<top>110</top>
			<animation effect="slide" start="0,1200" time="350" tween="cubic" easing="in" condition="String.IsEqual(Window().Property(hassettings),true)">Conditional</animation>
			<animation effect="slide" end="0,1200" time="350" tween="cubic" easing="in" condition="!String.IsEqual(Window().Property(hassettings),true)">Conditional</animation>

			<!-- Card -->
			<control type="image">
				<texture>white.png</texture>
				<colordiffuse>99362e33</colordiffuse>
			</control>

			<control type="list" id="1000">
				<viewtype label="Settings">list</viewtype>
				<onleft>2000</onleft>
				<onright>3000</onright>
				<left>20</left>
				<top>10</top>
				<width>610</width>
				<orientation>vertical</orientation>
				<focusposition>1</focusposition>
				<visible>String.IsEqual(Window().Property(hassettings),true)</visible>

				<!-- Unfocused Setting -->
				<itemlayout height="60" condition="!Control.HasFocus(1000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>22000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="group">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>

						<control type="label">
							<visible>!String.IsEqual(ListItem.Property(has_action),True)</visible>
							<font>font_tiny</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<aligny>center</aligny>
							<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						</control>

						<control type="label">
							<visible>String.IsEqual(ListItem.Property(has_action),True)</visible>
							<font>font_tiny</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<aligny>center</aligny>
							<label>[B][UPPERCASE]$INFO[ListItem.Label]...[/UPPERCASE][/B]</label>
						</control>
					</control>

					<!-- Value -->
					<control type="group">
						<visible>!String.IsEqual(ListItem.Property(hide_value),True)</visible>

						<!-- `str` and `int` type settings -->
						<control type="label">
							<visible>!String.IsEqual(ListItem.Property(type),bool)</visible>
							<top>10</top>
							<right>10</right>
							<width>350</width>
							<height>50</height>
							<font>font_tiny</font>
							<textcolor>$INFO[Window().Property(settings.color)]</textcolor>
							<align>right</align>
							<aligny>center</aligny>
							<label>$INFO[ListItem.Property(value)]</label>
						</control>

						<!-- `bool` type settings -->
						<control type="group">
							<visible>String.IsEqual(ListItem.Property(type),bool)</visible>
							<bottom>10</bottom>
							<right>10</right>
							<width>32</width>
							<height>32</height>
							<align>right</align>
							<aligny>center</aligny>

							<control type="image">
								<visible>!String.IsEqual(ListItem.Property(value),True)</visible>
								<colordiffuse>$INFO[Window().Property(settings.color)]</colordiffuse>
								<texture>check-off.png</texture>
								<aspectratio>keep</aspectratio>
							</control>

							<control type="image">
								<visible>String.IsEqual(ListItem.Property(value),True)</visible>
								<colordiffuse>$INFO[Window().Property(settings.color)]</colordiffuse>
								<texture>check-on.png</texture>
								<aspectratio>keep</aspectratio>
							</control>
						</control>
					</control>
				</itemlayout>

				<!-- Unfocused Setting -->
				<focusedlayout height="60" condition="!Control.HasFocus(1000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>22000000</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="group">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>

						<control type="label">
							<visible>!String.IsEqual(ListItem.Property(has_action),True)</visible>
							<font>font_tiny</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<aligny>center</aligny>
							<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						</control>

						<control type="label">
							<visible>String.IsEqual(ListItem.Property(has_action),True)</visible>
							<font>font_tiny</font>
							<textcolor>66FFFFFF</textcolor>
							<align>left</align>
							<aligny>center</aligny>
							<label>[B][UPPERCASE]$INFO[ListItem.Label]...[/UPPERCASE][/B]</label>
						</control>
					</control>

					<!-- Value -->
					<control type="group">
						<visible>!String.IsEqual(ListItem.Property(hide_value),True)</visible>

						<!-- `str` and `int` type settings -->
						<control type="label">
							<visible>!String.IsEqual(ListItem.Property(type),bool)</visible>
							<top>10</top>
							<right>10</right>
							<width>350</width>
							<height>50</height>
							<font>font_tiny</font>
							<textcolor>$INFO[Window().Property(settings.color)]</textcolor>
							<align>right</align>
							<aligny>center</aligny>
							<label>$INFO[ListItem.Property(value)]</label>
						</control>

						<!-- `bool` type settings -->
						<control type="group">
							<visible>String.IsEqual(ListItem.Property(type),bool)</visible>
							<bottom>10</bottom>
							<right>10</right>
							<width>32</width>
							<height>32</height>
							<align>right</align>
							<aligny>center</aligny>

							<control type="image">
								<visible>!String.IsEqual(ListItem.Property(value),True)</visible>
								<colordiffuse>$INFO[Window().Property(settings.color)]</colordiffuse>
								<texture>check-off.png</texture>
								<aspectratio>keep</aspectratio>
							</control>

							<control type="image">
								<visible>String.IsEqual(ListItem.Property(value),True)</visible>
								<colordiffuse>$INFO[Window().Property(settings.color)]</colordiffuse>
								<texture>check-on.png</texture>
								<aspectratio>keep</aspectratio>
							</control>
						</control>
					</control>
				</focusedlayout>

				<!-- Focused Setting -->
				<focusedlayout height="60" condition="Control.HasFocus(1000)">

					<!-- Card -->
					<control type="image">
						<top>10</top>
						<texture>white.png</texture>
						<colordiffuse>Window().Property(settings.color)</colordiffuse>
					</control>

					<!-- Setting -->
					<control type="group">
						<top>10</top>
						<left>10</left>
						<width>350</width>
						<height>50</height>

						<control type="label">
							<visible>!String.IsEqual(ListItem.Property(has_action),True)</visible>
							<font>font_tiny</font>
							<textcolor>FFFFFFFF</textcolor>
							<align>left</align>
							<aligny>center</aligny>
							<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>
						</control>

						<control type="label">
							<visible>String.IsEqual(ListItem.Property(has_action),True)</visible>
							<font>font_tiny</font>
							<textcolor>FFFFFFFF</textcolor>
							<align>left</align>
							<aligny>center</aligny>
							<label>[B][UPPERCASE]$INFO[ListItem.Label]...[/UPPERCASE][/B]</label>
						</control>
					</control>

					<!-- Value -->
					<control type="group">
						<visible>!String.IsEqual(ListItem.Property(hide_value),True)</visible>

						<!-- `str` and `int` type settings -->
						<control type="label">
							<visible>!String.IsEqual(ListItem.Property(type),bool)</visible>
							<top>10</top>
							<right>10</right>
							<width>350</width>
							<height>50</height>
							<font>font_tiny</font>
							<textcolor>FFFFFFFF</textcolor>
							<align>right</align>
							<aligny>center</aligny>
							<label>$INFO[ListItem.Property(value)]</label>
						</control>

						<!-- `bool` type settings -->
						<control type="group">
							<visible>String.IsEqual(ListItem.Property(type),bool)</visible>
							<bottom>10</bottom>
							<right>10</right>
							<width>32</width>
							<height>32</height>
							<align>right</align>
							<aligny>center</aligny>

							<control type="image">
								<visible>!String.IsEqual(ListItem.Property(value),True)</visible>
								<colordiffuse>FFFFFFFF</colordiffuse>
								<texture>check-off.png</texture>
								<aspectratio>keep</aspectratio>
							</control>

							<control type="image">
								<visible>String.IsEqual(ListItem.Property(value),True)</visible>
								<colordiffuse>FFFFFFFF</colordiffuse>
								<texture>check-on.png</texture>
								<aspectratio>keep</aspectratio>
							</control>
						</control>
					</control>
				</focusedlayout>
			</control>
		</control>

		<!-- Buttons -->
		<control type="group">
			<animation effect="slide" start="600,0" time="350" tween="cubic" easing="in">WindowOpen</animation>
			<animation effect="slide" end="600,0" time="350" tween="cubic" easing="in">WindowClose</animation>
			<top>110</top>
			<right>20</right>
			<width>500</width>

			<control type="group">
				<height>670</height>

				<!-- Card -->
				<control type="image">
					<texture>white.png</texture>
					<colordiffuse>99362e33</colordiffuse>
				</control>

				<control type="grouplist" id="3000">
					<top>25</top>
					<onleft>1000</onleft>
					<itemgap>10</itemgap>

					<!-- Enable All Hosters -->
					<control type="button" id="3001">
						<height>80</height>
						<textoffsetx>20</textoffsetx>
						<texturefocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturefocus>
						<texturenofocus colordiffuse="22000000">white.png</texturenofocus>
						<label>$ADDON[plugin.video.seren 30242]</label>
						<align>right</align>
						<textcolor>FFFFFFFF</textcolor>
					</control>

					<!-- Enable All Torrents -->
					<control type="button" id="3002">
						<height>80</height>
						<textoffsetx>20</textoffsetx>
						<texturefocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturefocus>
						<texturenofocus colordiffuse="22000000">white.png</texturenofocus>
						<label>$ADDON[plugin.video.seren 30243]</label>
						<align>right</align>
						<textcolor>FFFFFFFF</textcolor>
					</control>

					<!-- Disable All Hosters -->
					<control type="button" id="3003">
						<height>80</height>
						<textoffsetx>20</textoffsetx>
						<texturefocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturefocus>
						<texturenofocus colordiffuse="22000000">white.png</texturenofocus>
						<label>$ADDON[plugin.video.seren 30244]</label>
						<align>right</align>
						<textcolor>FFFFFFFF</textcolor>
					</control>

					<!-- Disable All Torrents -->
					<control type="button" id="3004">
						<height>80</height>
						<textoffsetx>20</textoffsetx>
						<texturefocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturefocus>
						<texturenofocus colordiffuse="22000000">white.png</texturenofocus>
						<label>$ADDON[plugin.video.seren 30245]</label>
						<align>right</align>
						<textcolor>FFFFFFFF</textcolor>
					</control>

					<!-- Enable All -->
					<control type="button" id="3005">
						<height>80</height>
						<textoffsetx>20</textoffsetx>
						<texturefocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturefocus>
						<texturenofocus colordiffuse="22000000">white.png</texturenofocus>
						<label>$ADDON[plugin.video.seren 30246]</label>
						<align>right</align>
						<textcolor>FFFFFFFF</textcolor>
					</control>

					<!-- Disable All -->
					<control type="button" id="3006">
						<height>80</height>
						<textoffsetx>20</textoffsetx>
						<texturefocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturefocus>
						<texturenofocus colordiffuse="22000000">white.png</texturenofocus>
						<label>$ADDON[plugin.video.seren 30247]</label>
						<align>right</align>
						<textcolor>FFFFFFFF</textcolor>
					</control>

					<!-- Close -->
					<control type="button" id="2999">
						<height>80</height>
						<textoffsetx>20</textoffsetx>
						<texturefocus colordiffuse="$INFO[Window().Property(settings.color)]">white.png</texturefocus>
						<texturenofocus colordiffuse="22000000">white.png</texturenofocus>
						<label>$ADDON[plugin.video.seren 30623]</label>
						<align>right</align>
						<textcolor>FFFFFFFF</textcolor>
					</control>
				</control>
			</control>
		</control>
	</controls>
</window>
