Skip to content

Commit f4e1939

Browse files
committed
Branded Titan skin.
Renamed "New episodes only" to "Only record once". Updated all MP referenced assemblies to 1.3 RC.
1 parent 0c175b8 commit f4e1939

39 files changed

+3382
-3290
lines changed

ArgusTV.UI.MediaPortal/ArgusTV.UI.MediaPortal.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@
272272
<Content Include="skin\Titan\Media\ARGUS_AlertCancelled.png" />
273273
<Content Include="skin\Titan\Media\ARGUS_AlertSeries.png" />
274274
<Content Include="skin\Titan\Media\ARGUS_AlertSeriesCancelled.png" />
275+
<Content Include="skin\Titan\Media\ARGUS_icon.png" />
275276
<Content Include="skin\Titan\Media\ARGUS_Recording.png" />
276277
<Content Include="skin\Titan\Media\ARGUS_RecordingCancelled.png" />
277278
<Content Include="skin\Titan\Media\ARGUS_RecordingCancelledHistory.png" />
@@ -286,6 +287,7 @@
286287
<Content Include="skin\Titan\Media\ARGUS_SuggestionCancelled.png" />
287288
<Content Include="skin\Titan\Media\ARGUS_SuggestionSeries.png" />
288289
<Content Include="skin\Titan\Media\ARGUS_SuggestionSeriesCancelled.png" />
290+
<Content Include="skin\Titan\Media\ARGUS_text.png" />
289291
<Content Include="skin\Titan\settings_tv.xml" />
290292
</ItemGroup>
291293
<ItemGroup>

ArgusTV.UI.MediaPortal/language/argustv_en.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<String id="49221">minute</String>
2525
<String id="49222">No channels</String>
2626
<String id="49223">Normal</String>
27-
<String id="49224">Only New Episodes</String>
27+
<String id="49224">Record episodes once</String>
2828
<String id="49225">Post-record</String>
2929
<String id="49226">Pre-record</String>
3030
<String id="49227">Priority</String>

ArgusTV.UI.MediaPortal/skin/Default/ARGUS_ProgramInfo2.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
<onright>10</onright>
6363
</control>
6464
<control>
65-
<description>Only new episodes</description>
65+
<description>Record episodes once</description>
6666
<type>togglebutton</type>
6767
<id>5</id>
68-
<label>Only new episodes</label>
68+
<label>Record episodes once</label>
6969
<font>font12</font>
7070
<textcolor>White</textcolor>
7171
<colordiffuse>White</colordiffuse>

ArgusTV.UI.MediaPortal/skin/DefaultWide/ARGUS_ProgramInfo2.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
<onright>10</onright>
7373
</control>
7474
<control>
75-
<description>Only new episodes</description>
75+
<description>Record episodes once</description>
7676
<type>togglebutton</type>
7777
<id>5</id>
78-
<label>Only new episodes</label>
78+
<label>Record episodes once</label>
7979
<onup>4</onup>
8080
<ondown>8</ondown>
8181
<onright>10</onright>

ArgusTV.UI.MediaPortal/skin/Titan/ARGUS_Home.xml

+17-6
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,26 @@
3232
<id>0</id>
3333
<type>image</type>
3434
<posX>66</posX>
35-
<posY>34</posY>
36-
<width>61</width>
37-
<height>57</height>
38-
<texture>icon_tv.png</texture>
35+
<posY>30</posY>
36+
<width>57</width>
37+
<height>67</height>
38+
<texture>ARGUS_icon.png</texture>
39+
<animation effect="fade" time="250">WindowOpen</animation>
40+
<animation effect="fade" time="250">WindowClose</animation>
41+
</control>
42+
<control>
43+
<id>0</id>
44+
<type>image</type>
45+
<posX>66</posX>
46+
<posY>110</posY>
47+
<width>303</width>
48+
<height>24</height>
49+
<texture>ARGUS_text.png</texture>
3950
<animation effect="fade" time="250">WindowOpen</animation>
4051
<animation effect="fade" time="250">WindowClose</animation>
4152
</control>
4253

43-
<import>common.time.xml</import>
54+
<import>common.time.xml</import>
4455

4556
<control>
4657
<description>group element</description>
@@ -52,7 +63,7 @@
5263
<animation effect="fade" time="250">WindowClose</animation>
5364

5465
<control>
55-
<description>Upcoming Programms</description>
66+
<description>Upcoming Programs</description>
5667
<type>button</type>
5768
<id>7</id>
5869
<label>603</label>

ArgusTV.UI.MediaPortal/skin/Titan/ARGUS_ManualSchedule.xml

+25-14
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,32 @@
5454
<visible>Control.IsVisible(10)</visible>
5555
<animation effect="fade" time="250">WindowOpen</animation>
5656
<animation effect="fade" time="250">WindowClose</animation>
57-
</control>
58-
59-
<control>
60-
<id>0</id>
61-
<type>image</type>
62-
<posX>66</posX>
63-
<posY>34</posY>
64-
<width>61</width>
65-
<height>57</height>
66-
<texture>icon_tv.png</texture>
67-
<animation effect="fade" time="250">WindowOpen</animation>
68-
<animation effect="fade" time="250">WindowClose</animation>
6957
</control>
70-
71-
<import>common.time.xml</import>
58+
59+
<control>
60+
<id>0</id>
61+
<type>image</type>
62+
<posX>66</posX>
63+
<posY>30</posY>
64+
<width>57</width>
65+
<height>67</height>
66+
<texture>ARGUS_icon.png</texture>
67+
<animation effect="fade" time="250">WindowOpen</animation>
68+
<animation effect="fade" time="250">WindowClose</animation>
69+
</control>
70+
<control>
71+
<id>0</id>
72+
<type>image</type>
73+
<posX>66</posX>
74+
<posY>110</posY>
75+
<width>303</width>
76+
<height>24</height>
77+
<texture>ARGUS_text.png</texture>
78+
<animation effect="fade" time="250">WindowOpen</animation>
79+
<animation effect="fade" time="250">WindowClose</animation>
80+
</control>
81+
82+
<import>common.time.xml</import>
7283

7384
<control>
7485
<type>group</type>

ArgusTV.UI.MediaPortal/skin/Titan/ARGUS_ProgramInfo2.xml

+27-16
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,31 @@
4242
<animation effect="fade" time="250">WindowOpen</animation>
4343
<animation effect="fade" time="250">WindowClose</animation>
4444
</control>
45-
46-
<control>
47-
<id>0</id>
48-
<type>image</type>
49-
<posX>66</posX>
50-
<posY>34</posY>
51-
<width>61</width>
52-
<height>57</height>
53-
<texture>icon_tv.png</texture>
54-
<animation effect="fade" time="250">WindowOpen</animation>
55-
<animation effect="fade" time="250">WindowClose</animation>
56-
</control>
57-
58-
<import>common.time.xml</import>
45+
46+
<control>
47+
<id>0</id>
48+
<type>image</type>
49+
<posX>66</posX>
50+
<posY>30</posY>
51+
<width>57</width>
52+
<height>67</height>
53+
<texture>ARGUS_icon.png</texture>
54+
<animation effect="fade" time="250">WindowOpen</animation>
55+
<animation effect="fade" time="250">WindowClose</animation>
56+
</control>
57+
<control>
58+
<id>0</id>
59+
<type>image</type>
60+
<posX>66</posX>
61+
<posY>110</posY>
62+
<width>303</width>
63+
<height>24</height>
64+
<texture>ARGUS_text.png</texture>
65+
<animation effect="fade" time="250">WindowOpen</animation>
66+
<animation effect="fade" time="250">WindowClose</animation>
67+
</control>
68+
69+
<import>common.time.xml</import>
5970

6071
<control>
6172
<type>group</type>
@@ -68,10 +79,10 @@
6879
<layout>GridLayout(2, 0, 5, 7, 1)</layout>
6980

7081
<control>
71-
<description>Only new episodes</description>
82+
<description>Record episodes once</description>
7283
<type>togglebutton</type>
7384
<id>5</id>
74-
<label>Only new episodes</label>
85+
<label>Record episodes once</label>
7586
<colordiffuse>ffffffff</colordiffuse>
7687
<textcolor>FF000000</textcolor>
7788
<textcolorNoFocus>ffffffff</textcolorNoFocus>

ArgusTV.UI.MediaPortal/skin/Titan/ARGUS_RecordedTv2.xml

+24-13
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,31 @@
77
<controls>
88

99
<import>common.window.recordings.xml</import>
10-
11-
<control>
12-
<id>0</id>
13-
<type>image</type>
14-
<posX>66</posX>
15-
<posY>34</posY>
16-
<width>61</width>
17-
<height>57</height>
18-
<texture>icon_tv.png</texture>
19-
<animation effect="fade" time="250">WindowOpen</animation>
20-
<animation effect="fade" time="250">WindowClose</animation>
21-
</control>
2210

23-
<import>common.time.xml</import>
11+
<control>
12+
<id>0</id>
13+
<type>image</type>
14+
<posX>66</posX>
15+
<posY>30</posY>
16+
<width>57</width>
17+
<height>67</height>
18+
<texture>ARGUS_icon.png</texture>
19+
<animation effect="fade" time="250">WindowOpen</animation>
20+
<animation effect="fade" time="250">WindowClose</animation>
21+
</control>
22+
<control>
23+
<id>0</id>
24+
<type>image</type>
25+
<posX>66</posX>
26+
<posY>110</posY>
27+
<width>303</width>
28+
<height>24</height>
29+
<texture>ARGUS_text.png</texture>
30+
<animation effect="fade" time="250">WindowOpen</animation>
31+
<animation effect="fade" time="250">WindowClose</animation>
32+
</control>
33+
34+
<import>common.time.xml</import>
2435

2536

2637
<!-- List -->

ArgusTV.UI.MediaPortal/skin/Titan/ARGUS_TuningDetails.xml

+25-14
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,31 @@
1414
<height>1080</height>
1515
<texture>background.png</texture>
1616
</control>
17-
18-
<control>
19-
<id>0</id>
20-
<type>image</type>
21-
<posX>66</posX>
22-
<posY>34</posY>
23-
<width>61</width>
24-
<height>57</height>
25-
<texture>icon_tv.png</texture>
26-
<animation effect="fade" time="250">WindowOpen</animation>
27-
<animation effect="fade" time="250">WindowClose</animation>
28-
</control>
29-
30-
<control>
17+
18+
<control>
19+
<id>0</id>
20+
<type>image</type>
21+
<posX>66</posX>
22+
<posY>30</posY>
23+
<width>57</width>
24+
<height>67</height>
25+
<texture>ARGUS_icon.png</texture>
26+
<animation effect="fade" time="250">WindowOpen</animation>
27+
<animation effect="fade" time="250">WindowClose</animation>
28+
</control>
29+
<control>
30+
<id>0</id>
31+
<type>image</type>
32+
<posX>66</posX>
33+
<posY>110</posY>
34+
<width>303</width>
35+
<height>24</height>
36+
<texture>ARGUS_text.png</texture>
37+
<animation effect="fade" time="250">WindowOpen</animation>
38+
<animation effect="fade" time="250">WindowClose</animation>
39+
</control>
40+
41+
<control>
3142
<id>0</id>
3243
<type>label</type>
3344
<posX>144</posX>

ArgusTV.UI.MediaPortal/skin/Titan/ARGUS_TvGuide.xml

+18-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,25 @@
1313
<id>0</id>
1414
<type>image</type>
1515
<posX>66</posX>
16-
<posY>34</posY>
17-
<width>61</width>
18-
<height>57</height>
19-
<texture>icon_tv.png</texture>
16+
<posY>30</posY>
17+
<width>57</width>
18+
<height>67</height>
19+
<texture>ARGUS_icon.png</texture>
20+
<animation effect="fade" time="250">WindowOpen</animation>
21+
<animation effect="fade" time="250">WindowClose</animation>
2022
</control>
21-
23+
<control>
24+
<id>0</id>
25+
<type>image</type>
26+
<posX>66</posX>
27+
<posY>110</posY>
28+
<width>303</width>
29+
<height>24</height>
30+
<texture>ARGUS_text.png</texture>
31+
<animation effect="fade" time="250">WindowOpen</animation>
32+
<animation effect="fade" time="250">WindowClose</animation>
33+
</control>
34+
2235
<import>common.time.settings.xml</import>
2336

2437
<control>

ArgusTV.UI.MediaPortal/skin/Titan/ARGUS_TvGuideSearch2.xml

+25-14
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,31 @@
6161
<animation effect="fade" time="250">WindowOpen</animation>
6262
<animation effect="fade" time="250">WindowClose</animation>
6363
</control>
64-
65-
<control>
66-
<id>0</id>
67-
<type>image</type>
68-
<posX>66</posX>
69-
<posY>34</posY>
70-
<width>61</width>
71-
<height>57</height>
72-
<texture>icon_tv.png</texture>
73-
<animation effect="fade" time="250">WindowOpen</animation>
74-
<animation effect="fade" time="250">WindowClose</animation>
75-
</control>
76-
77-
<import>common.time.xml</import>
64+
65+
<control>
66+
<id>0</id>
67+
<type>image</type>
68+
<posX>66</posX>
69+
<posY>30</posY>
70+
<width>57</width>
71+
<height>67</height>
72+
<texture>ARGUS_icon.png</texture>
73+
<animation effect="fade" time="250">WindowOpen</animation>
74+
<animation effect="fade" time="250">WindowClose</animation>
75+
</control>
76+
<control>
77+
<id>0</id>
78+
<type>image</type>
79+
<posX>66</posX>
80+
<posY>110</posY>
81+
<width>303</width>
82+
<height>24</height>
83+
<texture>ARGUS_text.png</texture>
84+
<animation effect="fade" time="250">WindowOpen</animation>
85+
<animation effect="fade" time="250">WindowClose</animation>
86+
</control>
87+
88+
<import>common.time.xml</import>
7889

7990
<control>
8091
<type>group</type>

0 commit comments

Comments
 (0)