This file is indexed.

/usr/share/kodi/addons/pvr.mediaportal.tvserver/resources/skins/skin.aeon.nox.5/1080i/DialogRecordSettings.xml is in kodi-pvr-mediaportal-tvserver 2.4.14+dfsg1-1build2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
	<defaultcontrol always="true">10</defaultcontrol>
	<coordinates>
		<system>1</system>
		<posx>399</posx>
		<posy>210</posy>
	</coordinates>
	<include>dialogeffect</include>
	<controls>
		<control type="image">
			<description>background image</description>
			<posx>0</posx>
			<posy>0</posy>
			<width>1172</width>
			<height>660</height>
			<texture border="40">dialogs/default/bg.png</texture>
		</control>
		<!-- Heading label -->
		<control type="label" id="2">
			<description>header label</description>
			<posx>30</posx>
			<posy>32</posy>
			<width>1112</width>
			<height>40</height>
			<font>font15_title</font>
			<label>$ADDON[pvr.mediaportal.tvserver 30100]</label>
			<align>center</align>
			<textcolor>dialogheader</textcolor>
		</control>
		<control type="image">
			<posx>30</posx>
			<posy>86</posy>
			<width>790</width>
			<height>542</height>
			<texture border="5">dialogs/default/inner.png</texture>
		</control>
		<!-- dialog contents -->
		<control type="group">
			<!-- Dialog specific controls //-->

			<control type="group">
				<posx>45</posx>
				<posy>100</posy>
				<control type="label" description="Program title" id="20">
					<posx>0</posx>
					<posy>0</posy>
					<width>738</width>
					<height>30</height>
					<textcolor>grey</textcolor>
					<font>font14</font>
					<!--<label>filled in by code</label>-->
					<scroll>true</scroll>
				</control>
				<control type="label" description="Program start time" id="21">
					<posx>0</posx>
					<posy>45</posy>
					<width>738</width>
					<height>25</height>
					<font>font14</font>
					<!--<label>filled in by code</label>-->
                    <textcolor>grey</textcolor>
                    <selectedcolor>selected</selectedcolor>
				</control>
				<control type="label" description="Program channel" id="22">
					<posx>0</posx>
					<posy>90</posy>
					<width>738</width>
					<height>25</height>
					<font>font14</font>
					<!--<label>filled in by code</label>-->
					<textcolor>grey</textcolor>
					<selectedcolor>selected</selectedcolor>
				</control>
			</control>

			<control type="image">
				<posx>31</posx>
				<posy>230</posy>
				<width>789</width>
				<height>2</height>
				<align>left</align>
				<texture border="1">separator2.png</texture>
			</control>
			<control type="grouplist" description="spincontrols" id="23">
				<posx>31</posx>
				<posy>245</posy>
				<itemgap>0</itemgap>
				<pagecontrol>6</pagecontrol>
				<width>789</width>
				<height>540</height>
				<onup>23</onup>
				<ondown>23</ondown>
				<onleft>9001</onleft>
				<onright>9001</onright>

				<control type="spincontrolex" id="10">
					<description>Frequency</description>
					<label>$ADDON[pvr.mediaportal.tvserver 30101]</label>
					<width>789</width>
				</control>

				<control type="spincontrolex" id="11">
					<description>Airtime</description>
					<label>$ADDON[pvr.mediaportal.tvserver 30102]</label>
					<width>789</width>
				</control>

				<control type="spincontrolex" id="12">
					<description>Channels</description>
					<label>$ADDON[pvr.mediaportal.tvserver 30103]</label>
					<width>789</width>
				</control>

				<control type="image" id="24">
					<description>Separator</description>
					<width>789</width>
					<height>2</height>
					<align>left</align>
					<texture border="1">separator2.png</texture>
				</control>

				<control type="spincontrolex" id="13">
					<description>Keep</description>
					<label>$ADDON[pvr.mediaportal.tvserver 30104]</label>
					<width>789</width>
				</control>

				<control type="spincontrolex" id="14">
					<description>Record minutes before start</description>
					<label>$ADDON[pvr.mediaportal.tvserver 30105]</label>
					<width>789</width>
				</control>

				<control type="spincontrolex" id="15">
					<description>Record minutes after end</description>
					<label>$ADDON[pvr.mediaportal.tvserver 30106]</label>
					<width>789</width>
				</control>
			</control>

			<!-- right group (buttons) -->
			<control type="group">
				<posx>824</posx>
				<posy>88</posy>
				<control type="image">
					<posx>-1</posx>
					<posy>-2</posy>
					<width>312</width>
					<height>542</height>
					<texture border="5">dialogs/default/inner.png</texture>
				</control>
				<!-- Dialog Ok/Cancel buttons //-->
				<control type="grouplist" id="9001">
					<onup>9001</onup>
					<onleft>23</onleft>
					<onright>23</onright>
					<ondown>9001</ondown>
					<control type="button" id="1">
						<description>Ok Button</description>
						<width>310</width>
						<label>186</label>
					</control>
					<control type="button" id="2">
						<description>Cancel Button</description>
						<width>310</width>
						<label>222</label>
					</control>
				</control>
			</control>
		</control>
	</controls>
</window>