summaryrefslogtreecommitdiff
path: root/lib/XXV/MODULES/AUTOTIMER.pm
AgeCommit message (Collapse)Author
2012-03-20fix typoanbr
2012-02-05AUTOTIMER: limit extract of abstract titleanbr
2011-11-19Remove svn-keywordsanbr
2010-09-29EPG: now order by recorderAndreas Brachold
REMOTE: switch allow select recorder CHANNELS: group channel list by recorder STREAM: livestream allow select recorder
2010-09-11REPORT: dont show autotimer created events double on multi recorder environmentAndreas Brachold
2009-11-15* Fix: Avoid destroy muggle database connection on forkAndreas Brachold
* AUTOTIMER: adjust timer before assign new autotimer * MUSIC: add option data=all:1 to deliver all tracks * HTTP: allow skins with swf files * CHANNELS: allow clist for guest users * TIMERS: adjust inactive timer too
2009-10-25* CONFIG: command help, don't show disabled commandsAndreas Brachold
AUTOTIMER: make timer search more tolerant CHANNELS: search channel by hash RECORDS/STREAM: support new filestructure (since VDR-1.7.3) (BUG #15540)
2009-06-21* HTTPD: Add widget for input time based valuesAndreas Brachold
* RECORDS: redit remove useless edit of recording 'priority'
2009-06-21* AUTOTIMER: remove warn message, if none done choices definedAndreas Brachold
2009-05-18* KEYWORDS: Update routinesAndreas Brachold
* xxvd: Ignore if contrib/update-xxv missed
2009-01-01* AUTOTIMER: Create timer by nativ order of eventsAndreas Brachold
* USERS: ulist show translated access level * CHANNELS: cdelete - refactory code * RECORDS: rdelete,rrecover - refactory code * TIMERS: tdelete, ttoggle - refactory code * TIMERS: findOverlapping - refactory code
2008-12-07*AUTOTIMER: Generate title by abstract from epg description with DIR: ↵Andreas Brachold
%title%~%abstract% (#Request:004408)
2008-11-24* Add Data::COW (Copy on write handling for user own config profile)Andreas Brachold
* USER: Reimplement user own config profiles * MEDIALIB: Remove fix number of columns, use now floating layout * SVDRP: Add status message * xxvd: Change password failed, on none HTML-Consoles * AUTOTIMER: remove astatus (wrong callback) * XMLTV: fix import, add multi recorder capability * REPORT: clean up some routines * STATUS: remove usage of /bin/wc, use native perl code * CHANNELS: Fix hang at read channels, if recorder offline * TELNET: remove 'quit' command do same like 'exit' * RECORDS: clone database handle for preview image generation * TIMERS: add more parameter check * xxvd: disable mysql_enable_utf8
2008-11-09* SVDRP: Rewrite communication functions, no more depends to NET:TELNETAndreas Brachold
* SVDRP: split queue_cmds into queue_add,queue_count,queue_flush * SVDRP: remove double error handling * COMMON: remove unused variable * VTX: Warn, if missing base directory * VTX: Fixed inserted page links, if more then two links inside one line * Console: Fix usage message
2008-08-10* AUTOTIMER: fix some orthographyAndreas Brachold
* EVENTS: store news from last month into database * RSS: dump news from database * TIMERS: event if timer adjusted * TIMERS/AUTOTIMER: rewrite event/news handling * xxvd: show pid at startup * xxvd: show base revision at startup * CHANNELS: fix detect radio channels * REPORT: Refactoring event handling, move any function to modul EVENTS. * EVENTS: elist function to list news as table * EVENTS: respect minimum level to exclude unwanted harmless news * RSS/MAIL... : remove dependency to modul REPORT
2008-07-27* Redesign SVDRP Communation to support more as one video disk recorder ↵Andreas Brachold
(Change database schema to version 30)
2008-06-15* KEYWORDS: Hide keyword input field if modul disabledAndreas Brachold
2008-06-15* KEYWORDS: Refactoring routines to handle xml structAndreas Brachold
2008-06-15* Remove linked templates [a,m,r,t]search.tmpl, widget selected now by ↵Andreas Brachold
console->setcall('tlist') * Add modul to manage keywords withhin recordings * Store AUX-parameter (autotimer id, keywords) inside timer now as xml struct
2008-05-09* SHARE: Submit event data delayed and transmit data as blockAndreas Brachold
* SHARE: use persist random id * UTF-8: Reorder defines * UTF-8: Replace 'SET NAMES' with 'set character set' * alist: Move generation of channels name from template to perl code * skins: header add generator meta-tag with version * RECORDS: Replace character by Hexnibble * HTTPD: Speedup lookup find skins * HTTPD: Build options for start page delayed, avoid wrong UTF8 translation * CHRONICLE: add cgi-parameter start/limit for paging query * EPG: now: add cgi-parameter __cgrp=all to get all data * CHRONICLE: Add message to console by delete entry * OUTPUT/Ajax: optimize callback 'questions'
2008-04-07* Remove String::Escape, use now regular expression to remove unwanted part ↵Andreas Brachold
of unicode as last character * Reformat message 'Couldn't load perl module...' * different ways to load binary/text files * RECORDS: Prepare list of commands at perl code and not into template code * RECORDS: Load images less strictness * Reorder locale routines
2008-04-02* CHANNELS: Read data via SVDRP (drop direct reading channels.conf)Andreas Brachold
* CHANNELS: Change layout of CHANNELSGROUPS avoid floating id * MUSIC: Use mysql_enable_utf8 to connect GiantDisc database if enabled * HTTPD: Use now String::Escape to ellipsis strings at word boundary (avoid UTF-8 cutting) * Some: Remove warning if'nt {cgi}->param('limit') not defined
2008-03-29* Skins: Rename flag to diagnose from debug to verboseAndreas Brachold
* Remove unused Data::Dumper * Hide 'select language' if run with --utf8, avoid losing encoding by reconfigure * UTF8: Add mysql_enable_utf8
2008-03-18* Fix typoAndreas Brachold
2008-03-12* AJAX: Reduce transmitted parameterAndreas Brachold
* Optimize SQL Query with ROW Limit * Request[#13339] Show channels if search query empty
2008-03-08Charset UTF8 Support. Run 'xxvd --utf8' to use encoding utf8 as data charset.Andreas Brachold
2008-03-08* AJAX: add handler 'question'Andreas Brachold
* REPORT: Don't fail if'nt HTTPD loaded * HTTPD: remove unused ->{cgi} from 'question'
2008-02-25* AJAX: Message with state param.state:success or param.state:errorAndreas Brachold
* xstyle/html: CONFIG - checkvalue, translate messages * AUTOTIMER: Don't display success, if try to delete a none exist autotimer
2008-02-23* Redirect to help template, if command not be understoodAndreas Brachold
* Reformat help page * xstyle move main menu from help.tmpl to mainmenu.inc * program,alist,tlist: add paging support by &start= .. &limit= + ajax: send tables without header + ajax: send present count of rows * CHANNELS: Missing header with TID * search, warn if none text defined
2008-02-08* REPORT: dump date with common formatAndreas Brachold
* Fix typos
2008-02-05* debian-install.sh missed by pakagingAndreas Brachold
* report: RECORDS - status message with wrong id * alist/clist/rlist: reorder sorting parameter, remove double sql query * rlist: move time formating from template to perl code
2008-02-01* AUTOTIMER: Remove soundex to compare title (too fuzzy)Andreas Brachold
2008-01-26* Remove double query to select fields from SQL QueryAndreas Brachold
* search, movetimeredit: Show channels groups * now/next/schema: show weekday as group * AUTOTIMER: Fuzzy compare between matching event and exists timers, recordings, chronicle. see mysql/soundex * AUTOTIMER: Detect exists timer with changed starttime inside pretime and aftertime from timers, inseed fixed five minutes * AUTOTIMER: status with translated field headers * MOVETIMER/CHRONICLE: mtl/chrl/chrs - query name from channels with single SQL-Query
2008-01-25* SHARE: [Bug #13022] Fix typo Andreas Brachold
* program,aedit,tedit,redit: choices with group of channels
2008-01-25* Tools: add date format with weekdayAndreas Brachold
* Change language, now independent from external settings * EPG/TIMERS: move time formating from template to perl code * RECORDS: [Bug #13014] vfat-Recordings with '/' can't assign * AUTOTIMER: [Bug #012960] AUTOTIMER with PDC ignore user settings * AJAX: Ignore now unknown formats
2008-01-22* HTTPD: Optimize codeAndreas Brachold
* AUTOTIMER/alist: move time formating from template to perl code
2008-01-20* AUTOTIMER: Fix show matched title Andreas Brachold
* Tools: refactoring date function * Skins stone/stone_flat/deltab - rdisplay failed on short recordings (Illegal division by zero)
2008-01-18* TIMERS: Use MD5Sum to reference timerAndreas Brachold
* AUTOTIMER: Fix double create timer if starttime less then 60 seconds changed * AUTOTIMER: Hide 'use pdc' if TIMER::use pdc disabled * AUTOTIMER: Bug #12960 dont create timer with pdc, if TIMER::use pdc disabled
2008-01-05* AUTOTIMER: Don't create timer with same dataAndreas Brachold
* alist: show matched timer as tooltip
2008-01-04* AUTOTIMER: use startdate/stopdate to limit search for time rangesAndreas Brachold
* Skins: marks was'nt visable
2007-12-24* RECORDS: Add command to recover deleted recordingsAndreas Brachold
* RECORDS: Create images later, if recording just started * NEWS: Dump channel on messages about epg-events
2007-12-20* Event: Dump date with local formatAndreas Brachold
* RSS: send with real gm time * AUTOTIMER: new timer was'nt showed on events
2007-12-19* AUTOTIMER: create only one timer if single event requestedAndreas Brachold
2007-12-18* TIMERS: Parse date with locale formatAndreas Brachold
* AUTOTIMER: Avoid double timers * AUTOTIMER: Show vps-time if use on dumped table * AUTOTIMER: Adjust timers set by the autotimer, now if event changed +/- five minutes. * TIMERS: use date format from VDR 1.4, %Y-%m-%d
2007-12-18* Drop support for older then vdr 1.3.44Andreas Brachold
* GRAB: load image direct from svdrp to memory, and send it direct to socket. * GRAB: Support multi line overlay * GRAB: simply variable names of overlay * RECORDS: reorder info.vdr routines * RECORDS: write title and subtitle into info.vdr after editing
2007-12-17* Fix typoAndreas Brachold
* NEWS: Reformated output on edited timers
2007-12-16* VTX: Embedded vtx-font inside module, drop graphics from VTXPATHAndreas Brachold
* HTTPD: remove binary from url as parameter, now defined at cmdobj, inside modul header * EPG: rename VPS to PDC, Programme Delivery Control * tools: add con_err,con_msg to dump message on console and log file * RECORDS: Show message after editing recording * MUSIC: remove proxy from playlist building, use proxy only to playing files
2007-12-09* Update translationAndreas Brachold
* AUTOTIMER: Show lookup at waiter, after epg update * RECORDS: Update preview images with current duration * RECORDS: Simplification of SearchEPGID
2007-12-05* AUTOTIMER: Speedup search epg eventsAndreas Brachold
* AUTOTIMER: Don't sort fields of result output * MUSIC: Warn if socket blocked * RECORDS: a little optimize at analyze function
2007-12-05* AUTOTIMER: Bug #12611 - Don't redirect on query result pageAndreas Brachold