Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-29 | Applied patch supplied by Rolf Ahrenberg to omit recordings durations. | Dieter Hametner | |
This helps in scanning large amounts of recordings, because not for every recoding a file is scanned for either its size or the length.vdr file. The patch (live-git-20110129-showrecduration.patch.gz) was submitted on vdr-portal.de in the post: http://www.vdr-portal.de/board/thread.php?postid=974612#post974612 | |||
2011-01-29 | Added a comment where the 'Recordings' instance comes from. | Dieter Hametner | |
2011-01-26 | Yet an other patch from Rolf Ahrenberg: | Dieter Hametner | |
(live-git-20110126-remove-double-escape-and-compilation-warnings.patch.gz) Fixes a double HTML entities encoding error, omits some compiler warnings and updates the finish translations. | |||
2011-01-25 | Applied patch supplied by vdr-portal.de user iNOB in the post: | Dieter Hametner | |
http://www.vdr-portal.de/board/thread.php?postid=946704#post946704 It replaces the 4:3 tv image on the remote page with 16:9 one, which is more appropriate for todays TV image ratios. | |||
2011-01-25 | Applied patch (live-git-20110125-layout-fixes.patch.gz) supplied by | Dieter Hametner | |
Rolf Ahrenberg in vdr-portal.de. It fixes some layout and style issues of the multischedule extension of LIVE. | |||
2011-01-24 | Applied a patch (live-20110124-git-multischedule-setup-fi x.patch.gz) | Dieter Hametner | |
provided by Rolf Ahrenberg that makes changes in the setup of channelgroups to be reflected in the multischedule layout immediately. Not needing VDR (or the LIVE plugin) to be restarted. | |||
2011-01-24 | Applied patch provided by Rolf Ahrenberg in the vdr-portal.de thread | Dieter Hametner | |
about the multischedule contribution to LIVE. See: http://www.vdr-portal.de/board/thread.php?postid=973272#post973272 | |||
2011-01-23 | finnish translation update, thanks to Rolf Ahrenberg | Christian Wieninger | |
2011-01-22 | Merge branch 'multischedule' | Dieter Hametner | |
2011-01-22 | - start always at minutes dividable by 5, fix table end | Martin Wache | |
2011-01-20 | updated protcol name for externremux as introduced in streamdev-0.5.0 | Christian Wieninger | |
2011-01-19 | another fix for tntnet-2.0 - some buttons disappeared | Christian Wieninger | |
2011-01-15 | - fix "now" in multischedule | martin | |
2011-01-15 | - use the "favourite times" in multischedule | martin | |
2011-01-15 | - make MultiSchedule duration configurable | martin | |
- by default show the channel group containing the current channel - show "switch to this channel"-buttons | |||
2011-01-15 | - add setup option for channel groups | martin | |
2011-01-02 | fix for tntnet-2.0 (different bool handling) | Christian Wieninger | |
2010-12-31 | - add ability to select start time | martin | |
2010-11-21 | - added channel group selection, various fixes | martin | |
2010-11-20 | - remove arrays introduce std::list, currently crashes | Martin Wache | |
2010-11-20 | - some fixes and improvements to multischedule | Martin Wache | |
2010-11-07 | - first working version of multischedule | Martin Wache | |
2010-06-20 | Reaction to a patch sent by Jan Willies for an other problem withcvs-commit-370 | Dieter Hametner | |
tntnet version string. Jan's patch resolved the immediate problem with regard to the updated version but was not backwards compatible for older tntnet version. My changes to the code adressed that problem and added an enhancement how to deal with that problem in the future. | |||
2010-06-19 | Added translators hint and a german locale for the date/time formating of ↵ | Dieter Hametner | |
recordings provided by Dominic Evans. | |||
2010-06-08 | Improve/fix locale date/time formatting. | Dominic Evans | |
2010-04-04 | compile with driver sources different from kernel headers | Christian Wieninger | |
2009-12-08 | Made recordings http streaming dependent on tntnet version 1.7.0 and | Dieter Hametner | |
aboove because that version only supports 'calming down' the request watchdog. Without that the tntnet request watchdog killed the whole VDR process after 600 sec. Thus recordings lasting longer than 10 minutes could not be displayed and even worse the whole VDR process terminated. That could break currently running timers. | |||
2009-09-08 | new files for user management | Christian Wieninger | |
2009-09-07 | new user management within setup that also handles different user rights | Christian Wieninger | |
2009-08-27 | Merge commit 'tadi/master' | Christian Wieninger | |
Conflicts: po/de_DE.po | |||
2009-04-17 | Integrated a patch against LIVE 0.2.0 which adds channel numbers. | Dieter Hametner | |
The patch was contributed by John Germs, Chavonbravo from CaptiveWorks (see http://captiveworks.org/open-source/vdr-live/ ) | |||
2008-12-11 | Preserved enhancements lost by the previous ssl patch | Dieter Hametner | |
2008-12-10 | ssl patches by Matthias (asg) | Christian Wieninger | |
2008-12-10 | updated ssl patch | Matthias Kortstiege | |
2008-12-04 | updated search timer editing to match epgsearch-0.9.25.beta7 (recommended, ↵ | Christian Wieninger | |
but not required) | |||
2008-11-23 | Fiddled arround with date displays in what's on page. | Dieter Hametner | |
2008-11-23 | Added nowrap class in styles.css. Time strings are now 'nonwrapable'. | Dieter Hametner | |
Removed in german translations the 'Uhr' from time formating. | |||
2008-11-23 | Visual enhancement: Make progress bar invisible if duration is 0. | Dieter Hametner | |
Visual enhancement: fixed and changed several access path to the img/transparent.png invisible image. | |||
2008-11-23 | Exchanged EpgEvents class by a namespace, as the class had only static | Dieter Hametner | |
methods. | |||
2008-11-20 | Added time information to the 'no EPG available' boxes in what's on. | Dieter Hametner | |
2008-11-19 | new setup option to display channels without EPG | Christian Wieninger | |
2008-10-29 | Added switch to this channel in the schedule page submenu. | Dieter Hametner | |
There the switch channel button is always present, even if the selected channel has no EPG data associated with it. | |||
2008-10-29 | Fixed missing switch to this channel buttons. This was a off by one | Dieter Hametner | |
error, when the current schedule just started. Switching to channels is now allowed regardless of the progress status of the current schedule. The progressbar should now appear even if the amount of progress is 0. This was a bug reported by BerndV at vdr-portal. | |||
2008-10-21 | some fixes for the directory entry within the edit timer menu, requires | Christian Wieninger | |
epgsearch-0.9.25.beta6 | |||
2008-10-20 | added a browsable directory field for timer editing | Christian Wieninger | |
2008-10-07 | VDR default values for timers created with 'New timer' | Christian Wieninger | |
2008-08-27 | Added a modified version of a patch provided for tntnet < 1.6.0.6 to | Dieter Hametner | |
enable streaming of recordings with vlc-plugin reported by Patrick Gaubatz. (cherry picked from commit 2dfc19d8b1dd857cdbbb9d360e05b59499d7e2c4) | |||
2008-08-06 | - italian translation fix and TRANSLATORS message regarding "mm/dd/yyyy" | Christian Wieninger | |
2008-06-21 | Use the previous commited functionality to stream recordings. | Dieter Hametner | |
The recordings now have a stream button beneath them. | |||
2008-06-21 | Added streaming of recordings via http. | Dieter Hametner | |
The recordings must be complete and no conversion of the stream takes place. Thus the current implementation is only usable in the local LAN. |