blob: b0654bafa27dba4de4386ee04243db7e46fb812c (
plain)
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
|
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: kamel5 <vdr.kamel5@gmx.net>
Thanks to: LCARS-Skin from Klaus Schmiedinger
Project's homepage:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
See the file COPYING for more information.
Requirements
------------
- VDR version >= 1.7.34
Description
-----------
skinlcarsng is a skin for VDR based on skin LCARS originally included in vdr source code.
The skin has no command line parameter.
Installation
------------
make
make install
Select this Skin in Menu -> Setup -> OSD.
Themes
-------------------------------
The skin colors can be changed by themes.
Included themes are:
- lcarsng-Light.theme
- lcarsng-Dark.theme
All LCARS themes included with the VDR can also be used here by links:
ln -s lcars-default.theme lcarsng-default.theme
But the colors can vary then.
If you switch from new themes to themes from LCARS
you have to restart the VDR to display the correct colors.
Setup
-----
The menu view mode can be changed in plugin setup.
Included patch
--------------
patches/numrecordingsinpath.patch:
This patch is needed to display the number of recordings in current path in recordings menu.
|