diff options
-rw-r--r-- | CHANGES.AM | 25 | ||||
-rw-r--r-- | HISTORY | 26 | ||||
-rw-r--r-- | README | 10 |
3 files changed, 28 insertions, 33 deletions
diff --git a/CHANGES.AM b/CHANGES.AM deleted file mode 100644 index 2d0ea64..0000000 --- a/CHANGES.AM +++ /dev/null @@ -1,25 +0,0 @@ -Changes by Andreas Mair <andreas _AT_ vdr-developer.org> - -* 1.2-test1-AM3 -- Support new reccmds.conf file as introduced in VDR v1.7.12. -- Edit lifetime and priority only for PES recordings. -- include Make.global. - -* 1.2-test1-AM2b -- fixed PES cutting using cutting queue (Reported by tomas @vdr-portal.de). -- fixed some gcc warnings and errors (Based on suggestions by Zzam @vdr-portal.de). - -* 1.2-test1-AM2a -- Fixed access to 001.vdr/00001.ts and index.vdr/index (Length in recordings list works again). - -* 1.2-test1-AM2 -- Adapt cutter thread to VDR v1.7.3. - -* 1.2-test1-AM1 -- fixed wrong help keys if selected recording finishes cutting. -- plugins/extrecmenu/dircmds.conf for recording directory commands (same as reccmds.conf) -- "nice" the action thread. -- Use LimitBandwidth setting also for cutting. - -TODO: -- ioprio_set @@ -1,7 +1,31 @@ VDR Plugin 'extrecmenu' Revision History ---------------------------------------- -2008-03-??: Version 1.2 +2010-05-29: Version 1.2 [amair] +- New homepage: http://projects.vdr-developer.org/projects/show/plg-extrecmenu + +2010-05-14: Version 1.2-test1-am3 [amair] +- Support new reccmds.conf file as introduced in VDR v1.7.12. +- Edit lifetime and priority only for PES recordings. +- include Make.global. + +2009-06-28: Version 1.2-test1-am2b [amair] +- fixed PES cutting using cutting queue (Reported by tomas @vdr-portal.de). +- fixed some gcc warnings and errors (Based on suggestions by Zzam @vdr-portal.de). + +2009-06-09: Version 1.2-test1-am2a [amair] +- Fixed access to 001.vdr/00001.ts and index.vdr/index (Length in recordings list works again). + +2009-06-09: Version 1.2-test1-am2 [amair] +- Adapt cutter thread to VDR v1.7.3. + +2008-08-19: Version 1.2-test1-am1 [amair] +- fixed wrong help keys if selected recording finishes cutting. +- plugins/extrecmenu/dircmds.conf for recording directory commands (same as reccmds.conf) +- "nice" the action thread. +- Use LimitBandwidth setting also for cutting. + +2008-03-22: Version 1.2-test1 (Martin Prochnow's "final" release) - added italian translation; thanks to Diego - added support for GraphTFT-plugin; thanks to Jörg Wendel for the patch - added support for true type fonts and UTF-8; thanks to Andreas Mair for the @@ -1,7 +1,8 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Martin Prochnow (nordlicht@martins-kabuff.de) -Project's homepage: http://martins-kabuff.de/extrecmenu_en.html +Original author: Martin Prochnow (nordlicht@martins-kabuff.de) +Current maintainers: see project's homepage +Project's homepage: http://projects.vdr-developer.org/projects/show/plg-extrecmenu See the file COPYING for license information. @@ -127,8 +128,3 @@ anything else, its only important that there is a second column). This identifies the dvd as a video dvd. If you now select such a recording in the list you are asked to insert the dvd and after confirming this the DVD-plugin is started to play the video dvd. - -------------------------------------------------------------------------------- -Do you like this plugin? Support the developer! Go to the project homepage and -make a donation over the PayPal button. -------------------------------------------------------------------------------- |