Hi skinners,
I have added a new selection in DialogTVConflict. Now there are 4 selections possible:
- Skip new Recording
- Skip conflicting Recording
- Keep Conflict
- Skip conflicting Episode
The XML file looks like:
Bavarian
I have added a new selection in DialogTVConflict. Now there are 4 selections possible:
- Skip new Recording
- Skip conflicting Recording
- Keep Conflict
- Skip conflicting Episode
The XML file looks like:
DialogTVConflict.XML said:...
<control>
<description>Skip new Recording</description>
<type>button</type>
<id>11</id>
<posX>170</posX>
<posY>358</posY>
<width>370</width>
<label>1110</label>
<onup>3</onup>
<ondown>12</ondown>
</control>
<control>
<description>Skip conflicting Recording</description>
<type>button</type>
<id>12</id>
<posX>170</posX>
<posY>398</posY>
<width>370</width>
<label>1111</label>
<onup>11</onup>
<ondown>13</ondown>
</control>
<control>
<description>Keep Conflict</description>
<type>button</type>
<id>13</id>
<posX>170</posX>
<posY>438</posY>
<width>370</width>
<label>1112</label>
<onup>12</onup>
<ondown>14</ondown>
</control>
<control>
<description>Skip conflicting Episode</description>
<type>button</type>
<id>14</id>
<posX>170</posX>
<posY>478</posY>
<width>370</width>
<label>1113</label>
<onup>13</onup>
<ondown>3</ondown>
</control>
...
Bavarian
Germany