summaryrefslogtreecommitdiff
path: root/lib/XXV/MODULES/EPG.pm
AgeCommit message (Collapse)Author
2012-01-07Fixed, only first Channel is shown in the EPG Timeframe (Bug #838)anbr
2011-11-19Remove svn-keywordsanbr
2011-03-04Improve epg handlingAndreas Brachold
jason: support content description
2011-02-26EPG: improve sql-query on single host environmentAndreas Brachold
2011-02-19Report epg search to browser via opensearchAndreas Brachold
2010-11-20RECORDS: improve handle offline vdrAndreas Brachold
EPG: handle SI:content description
2010-10-11AJAX: show content of error messageAndreas Brachold
RECORDS: show error message if command 'play' failed EPG: search data by channel id (instead of channel hash = id+vid)
2010-09-29EPG: now - fix orderAndreas Brachold
2010-09-29EPG: now - fix orderAndreas Brachold
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-11EPG/TIMER/CHANNELS: handle epg-events improve on multi recorder environmentAndreas Brachold
2010-08-24SHARE: show level on any skinsAndreas Brachold
CONFIG: show moduls description on editing preferences USER: refactoring createTmpDir RECORDS: refactoring status handler SHARE: change order of topten view
2009-05-10* RECORDS/EPG: separating eventid pedanticAndreas Brachold
2009-05-04* WML: Backport changes from module HTTPDAndreas Brachold
2009-01-01EPG: nx/next failed with cgrp=allAndreas Brachold
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-16* xstyle/html - use also active charsetAndreas Brachold
* EPG: Compare preview images at update
2008-11-09* EPG: replace direct access to epg images by cmd=eimage&data<imageid>Andreas Brachold
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-03* EPG: program callback hanged if channels emptyAndreas Brachold
CHANNELS/STREAM: Fixed typo
2008-07-27* Redesign SVDRP Communation to support more as one video disk recorder ↵Andreas Brachold
(Change database schema to version 30)
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-15* split template string into string for single line and textfield for ↵Andreas Brachold
multiline. Avoid carriage return by long timer title * Add import module for XML-TV sources and template for scheme based programs. New commands xn (new) xe (edit) xd (delete) xl (list) xt (manual update)
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-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-01-26* SHARE: rewrite - holding data now into databaseAndreas 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-20* EPG/TIMERS/RECORDS : SQL-Query improveAndreas Brachold
2008-01-18EPG: small improve reading dataAndreas Brachold
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-06* RECORDS: optimize scan directoryAndreas Brachold
* Ajax: Add support version 2.0 * Skins: drop widget url * tools: Fix multiline messages
2008-01-03* STREAM: Add embed player of playback (selectable widget)Andreas Brachold
* GRAB: Check range of parameter width/height * HTTPD: Some times missing footer * EPG: display deliver channelid for stream * Skins: remove skin.cfg / global.playbackmode * Skins: add skin.cfg / global.preferedlocal as default button for Switch inside VDR or web cast * Skins: format images to common size * Skins: Add more images (mute,loud,quiet) * Skins: Player with selectable widget (vlc/default media)
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-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-06AUTOTIMER* Bug[#12623] Avoid lost table TEMPEPG if database connection ↵Andreas Brachold
interrupted
2007-11-28* Dont use referer for redirect, after display result.Andreas Brachold
2007-11-27* Database: Change method of version control, use comment from table, ↵Andreas Brachold
instead use table 'VERSION' * RECORDS: Use MD5 for mapping preview images * RECORDS: Don't use 2nd try to generate preview images * Handle field names from table now with special character, remove prior workaround * TIMER: Search lookup also for description * buildsearch: redesign avoid SQL-Injection * AUTOTIMER: Speed up background scan, compare now only changed und added epg-events
2007-11-09* Fix: Modification of a read-only value attempted at Tools.pm line 154Andreas Brachold
* RECORDS: Calc free recording capacity, now based on used file size
2007-11-04* RECORDS/EPG: rdisplay/display - Display warning message if recording/event ↵Andreas Brachold
none exist
2007-10-25* SHARE Hide lots of message "EVENT x not exist!"Andreas Brachold
2007-09-16- add to all select statements sql_cache for more performanceFrank Herrmann