mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.2.7
This commit is contained in:
parent
c081bc5ca1
commit
d0c1519463
6
HISTORY
6
HISTORY
@ -181,3 +181,9 @@ Version 1.2.6
|
|||||||
- Channelgroup in cRecMenuSearchTimerEdit
|
- Channelgroup in cRecMenuSearchTimerEdit
|
||||||
(Create and modify of channelgroups isn't yet possible, should be done in epgsearch)
|
(Create and modify of channelgroups isn't yet possible, should be done in epgsearch)
|
||||||
- Change channel icon size in cRecMenuSearchTimerEdit
|
- Change channel icon size in cRecMenuSearchTimerEdit
|
||||||
|
|
||||||
|
Version 1.2.7
|
||||||
|
|
||||||
|
- Eliminate a "invalid lock sequence report" in tvguideosd.c
|
||||||
|
- Optical changes in favorites and searchtimer menu
|
||||||
|
- Changes in README
|
||||||
|
12
README
12
README
@ -1,10 +1,14 @@
|
|||||||
This is a "plugin" for the Video Disk Recorder (VDR).
|
This is a "plugin" for the Video Disk Recorder (VDR).
|
||||||
|
|
||||||
Written by: Louis Braun <louis DOT braun AT gmx DOT de>
|
TVGuide on GitLab: https://gitlab.com/kamel5/tvguide
|
||||||
|
|
||||||
Project's homepage: http://projects.vdr-developer.org/projects/plg-tvguide
|
Original Written by: Louis Braun <louis DOT braun AT gmx DOT de>
|
||||||
|
|
||||||
Latest version available at: http://projects.vdr-developer.org/projects/plg-tvguide/files
|
Original Project's homepage: http://projects.vdr-developer.org/projects/plg-tvguide
|
||||||
|
|
||||||
|
Latest version available at: https://gitlab.com/kamel5/tvguide
|
||||||
|
|
||||||
|
Original version available at: http://projects.vdr-developer.org/projects/plg-tvguide/files
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -274,4 +278,4 @@ Setup Options
|
|||||||
- Maximal number of logos to cache
|
- Maximal number of logos to cache
|
||||||
- Number of logos to cache at start: number of logos to pre cache at plugin startup
|
- Number of logos to cache at start: number of logos to pre cache at plugin startup
|
||||||
(a too large number causes a slower VDR start)
|
(a too large number causes a slower VDR start)
|
||||||
- Information about image cache sizes
|
- Information about image cache sizes
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#error "VDR-2.0.0 API version or greater is required!"
|
#error "VDR-2.0.0 API version or greater is required!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *VERSION = "1.2.6";
|
static const char *VERSION = "1.2.7";
|
||||||
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
|
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
|
||||||
static const char *MAINMENUENTRY = "Tvguide";
|
static const char *MAINMENUENTRY = "Tvguide";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user