Age | Commit message (Collapse) | Author |
|
|
|
|
|
http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1280013-vdr-live-vdr-2-3-1/#post1280013
|
|
VDRVERSNUM-check was for 10728. So all VDR versions less or equal
10728 are not supported any more now.
|
|
'zimuland' of projects.vdr-developer.de). Closes bugtracker entry #1549.
|
|
- Do not use the direct access to cRecoding members any more.
|
|
- First of all the work around for a possible bug in tvm2vdr.pl must
be activated explicitely by defining TVM2VDR_PL_WORKAROUND to a non
zero value prior to compiling the plugin (needs to be added to the CFLAGS)
- The scanning for images is done in the following way:
1. scan for '<epgid>_*.*'
2. if 1. yields no results try '<epgid>.*'
3. if 1. followed by 2. yield no results and tvm2vdr.pl work around
is active scan for '<epgid - 1 digit>*.*'
4 return what has been found (might be an empty list)
|
|
problem reported in (german)
http://www.vdr-portal.de/board/thread.php?threadid=88589
The fix tries first to find a image with correct image-Id. If no
images are found, then it tries the old method. This will lead to less
false positives if images are available, but will still lead to a
wrong image list if no images should be available for that epg id but
become available with the workaround of the bug in tvm2vdr.pl.
|
|
methods.
|
|
|
|
|
|
Prepeared timer edititing to be a popup like the epg-data. This is not
finished yet and seems to have some problems with the form and the
popup. So the overall functionality is disabled. Never the less some of
the changes for this are of general interrest, so current work was
commited.
Changes in the styles for this.
|
|
|
|
|
|
|
|
recordings updates.
|
|
|
|
EPG images via the new commandline option '-e <dir>' or
'--epgimages=<dir> like -P'live -e /video/epgimages'
|
|
|
|
- New more XHTML compliant tips.
- Optional AJAX enabled infoboxes for epg information.
- Major speed enhancement for the single pages, due to less data to
transfer to the browser.
- See doc/ChangeLog for more detailed changes description.
- See doc/dev-conventions.txt for how we benefit from mootools package
on the ECMAScript side of live.
|
|
- Bugfix for #289, #291
- Adapted styles and helper classes.
- recordings should be now strict XHTML.
|
|
existing timer
- If record_timer.png is displayed one can now edit the timer for an event
|
|
logo area.
- Added support for progress bars to display elapsed content.
- Extendend ajax.js to be usable for non xml requests.
- adapted styles for the new features.
|
|
recordings code.
|
|
data from other structures. It can the be used to appent to the page a
hidden section with full epg datas for the epg-popup boxes.
- Changed whats_on to uses this new feature.
- No description in the event boxes any more. A mouse over tooltip shows
a shortened version of the description. A click on 'more' displays a
full epg box.
- Added tip parameter to ajax_action_href. The text is displayed as
tooltip when hoovering over the link.
- Adapted style.css to make event boxes smaller.
|