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
|
--- osd.xml.orig 2014-09-23 17:43:57.630552593 +0000
+++ osd.xml 2014-09-23 17:46:50.325639736 +0000
@@ -975,19 +975,19 @@
<template>%LONGREPEAT% Size: %FILESIZE_STR%</template>
</textarea>
- <textarea name="channum">
+ <textarea name="channum" depends="!coverart">
<font>large</font>
<area>68,490,162,46</area>
<align>allcenter</align>
</textarea>
- <textarea name="callsign">
+ <textarea name="callsign" depends="!coverart">
<font>large</font>
<area>68,634,162,46</area>
<align>allcenter</align>
</textarea>
- <imagetype name="iconpath">
+ <imagetype name="iconpath" depends="!coverart">
<area>84,536,130,98</area>
<preserveaspect>true</preserveaspect>
<mask>images/osd/masks/osd_program_icon_mask.png</mask>
@@ -996,12 +996,14 @@
<!-- Commit 6216029d2 makes this show up in both recordings and video. -->
<!-- Since I only want it in video and there is no way to control it. I have no choice but to disable it. -->
-<!--
+
<imagetype name="coverart">
<area>70,492,158,186</area>
+ <preserveaspect>true</preserveaspect>
+ <mask>images/masks/watchrecordings_coverart_mask.png</mask>
<alpha>255</alpha>
</imagetype>
--->
+
<textarea name="category">
<font>supersmallblue</font>
<area>257,490,937,28</area>
|