Capitalize strawberry in osd and tooltip, change cdcase and remove some

unused code
This commit is contained in:
Jonas Kvinge
2019-02-10 21:25:36 +01:00
parent a831519b54
commit 333a0bc05a
12 changed files with 47 additions and 59 deletions

View File

@@ -0,0 +1,33 @@
<table cellspacing="5" cellpadding="5">
<tr>
<td colspan="%columns">
<center><h4>%appName</h4></center>
</td>
</tr>
<tr>
%image
<td>
<table cellspacing="1" cellpadding="1">
<tr>
<td>%titleKey</td>
<td>%titleValue</td>
</tr>
<tr>
<td>%artistKey</td>
<td>%artistValue</td>
</tr>
<tr>
<td>%albumKey</td>
<td>%albumValue</td>
</tr>
<tr>
<td colspan="2" height="20" />
</tr>
<tr>
<td>%lengthKey</td>
<td>%lengthValue</td>
</tr>
</table>
</td>
</tr>
</table>