-
Notifications
You must be signed in to change notification settings - Fork 0
/
music-ui.xml
59 lines (45 loc) · 1.6 KB
/
music-ui.xml
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
<mythuitheme>
<!--This XML file defines the Window that enables the user to watch a recorded program.-->
<window name="miniplayer">
<area>0,0,1680,1050</area>
<imagetype name="coverart">
<area>5,5,500,500</area>
<preserveaspect>yes</preserveaspect>
<reflection axis="vertical" shear="20" scale="65" length="100" />
</imagetype>
<imagetype name="1640x140">
<area>20,890,1640,140</area>
<filename>OSD/1640x140.png</filename>
</imagetype>
<textarea name="title" from="basetextarea">
<font>basebuttontitle</font>
<area>30,898,1410,40</area>
<cutdown>yes</cutdown>
<template>%TRACKNUM| %%TITLE% by %ARTIST% of %ALBUM%</template>
</textarea>
<textarea name="year" from="basebigstatetext">
<area>1300,900,350,30</area>
</textarea>
<progressbar name="progress" from="basewideprogressbar">
<position>20,972</position>
</progressbar>
<statetype name="ratingstate" from="baserating">
<position>800,972</position>
<alpha>180</alpha>
</statetype>
<textarea name="info" from="basepagetitle">
<area>30,978,1630,58</area>
<align>left,vcenter</align>
</textarea>
<textarea name="time" from="info">
<area>20,978,1640,58</area>
<align>allcenter</align>
</textarea>
<textarea name="volume" from="info">
<area>20,978,1630,58</area>
<align>right,vcenter</align>
</textarea>
</window>
</mythuitheme>