summaryrefslogtreecommitdiff
path: root/locale/nl
AgeCommit message (Collapse)Author
2006-04-062006-04-07: 3.4.4v3.4.4Andreas Mair
- Fixed: reccmds didn't run if recording contained special characters (Reported by Ronny Kornexl). - Fixed: remember "unlimited" number of lines to show in vdr_cmds (Reported by Ronny Kornexl). - Changed: set "help" as default in vdr_cmds SVDRP command (Requested by Ronny Kornexl).
2006-03-302006-03-30: 3.4.4rcv3.4.4rcAndreas Mair
- Fixed: new TV grabbing introduced with beta2 (Many thanks to horchi for reporting and testing). - Changed: check if a timer to be programmed by an AutoTimer already exists (Requested by several people). - Added: display AutoTimer information in timer's edit view (Somehow requested by MarkusE). - Fixed: recordings/timers/autotimers containing double-quotes couldn't be deleted (Reported by The Unknown).
2006-03-142006-03-14: 3.4.4beta2v3.4.4beta2Andreas Mair
- Reworked TV grabbing. - Added optional parameters for TV for use with external tools: http://vdradmin-am.ip?aktion=tv_show&size=[full|half|quarter]&interval=[0|1|2|3|5|10|30|60]&tv_only=bla - Fixed program switching in prog_summary, prog_list and prog_detail (Based on suggestions by kayser). - New: buttons to move to previous/next day in timers_list (Requested by BigDiSt). - Moved "help" menu into "about" menu. - Added VDR's "commands.conf" conntent to select box in navigation menu. - Changed defaults for "autotimer checking" in timers as they had been in v3.4.3. - New button on remote controls: Mute (Requested by Rüdiger Jung and Hardy Flor). - Timeline in timer_list will show timers of current day even if a timer starts the day before (Reported by Hardy Flor).
2006-03-082006-03-08: 3.4.4betav3.4.4betaAndreas Mair
- Added script "convert.sh" to convert the AutoTimer information in VDR's timers.conf to the new format (see "convert.sh" for usage). - Use the summary/aux timer field to store AutoTimer information to be compatible to VDR v1.3.44 and later. - Removed "Add summary to new timers" option. The EPG summary is no longer copied to the timer's summary/aux field (for VDR 1.3.44+) or always copied (VDR 1.3.43-). - Made summary textfield readonly while adding/editing a timer. - Unless NO_EVENTID or NO_EVENTID_ON is used the EPG-ID is stored in every (auto)timer set using VDRAdmin-AM. - For every timer the current start/stop margins are saved in its summary/aux field. These are used for checking AutoTimers by time. - Fixed bug while checking for already programmed (auto)timers if not using EPG-ID.
2006-03-022006-03-02: 3.4.3av3.4.3Andreas Mair
2006-03-01: 3.4.3 - **************************************************** ** This release is not compatible to VDR >=1.3.44 ** **************************************************** - Show TV noise if grabbing fails (only VDR >= v1.3.38). - Fixed: don't crash (on LinVDR) if AutoTimer email notification is enabled but Net::SMTP is missing (Reported by Foobar42). - Fixed: testing an AutoTimer that is edited (not newly added) lead to a new AutoTimer instead of replacing the old one. - Don't show streaming button in prog_summary if event is currently not broadcasted (Requested by Hardy Flor). - Show search pattern in prog_summary instead of current time (Reported by Hardy Flor). - Send correct encoded emails for AutoTimer notifications (Thanks a lot to Ferdinand Grassmann for reporting/ideas/testing). - Do not program timers in the past (Reported by Ferdinand Grassmann). - Fixed "Length of base64 data not a multiple of 4" warning (Reported by Johan Larsson).
2006-02-062006-02-06: 3.4.3rc2v3.4.3rc2Andreas Mair
- For timers that are checked by AutoTimer for start/stop times the broadcast's length must at least match 90% of the original timer's length (excluding before/behind buffers). - Reworked detection of already programmed AutoTimers and made it compatible to VDR v1.3.23+ (Based on suggestions by Jouni Karvo). - Don't crash if illegal characters are used for searching (Reported by foobar42). - Fixed error after progamming a timer if VDRAdmin is accessed through apache (Reported by speed). - If there were quotes in an AutoTimer's pattern and you clicked "test" the pattern got cleared (Reported by The_Pit).
2006-01-182006-01-17: 3.4.3rcv3.4.3rcAndreas Mair
- Changed program name to VDRAdmin-AM to make clear it's a fork of VDRAdmin. - Added "Help" and "About" to navigation bar at the left. - Hide "Record" button if prog_detail is opened from timer_list. - After clicking "Record" in prog_detail and leaving timer_new return to page where prog_detail has been opened (Reported by Ferdinand Grassmann). - Timers were re-programmed every CheckTimers() call if setup option "do not add summary to timers" is active (Reported by Ferdinand Grassmann). - Dropped sendEmail dependency. Now uses Net::SMTP modules (Patch by Ville Skyttä). - Don't show EPG images for other events (Fixed by Ferdinand Grassmann). - Changed GRAB so that it doesn't use temporary files for VDR >=1.3.38. - VPS for timers (Requested by reibuehl). - Made extension and mimetype for both live and recordings streaming configurable (Suggested at vdrportal.de). - Understand format of VDR v1.3.38+ "lste" command (Thanks to Marcus Breitenstein). - In skin "default": returning from timer_new didn't scroll to the line where "Rec" has been called in prog_list/prog_list2 (Reported by Foobar42) - Fixed installing of missing Perl modules.