diff options
author | methodus <methodus@web.de> | 2012-10-22 06:34:55 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-22 06:34:55 +0200 |
commit | f5d565fda2b47d4b9b97dbbd0a6bc466bae096a0 (patch) | |
tree | d7f0c8c29c3de35c993ea9ba9c100455f68a6661 /HISTORY | |
parent | 527026526fe2282cc9ca8ba74073978f403e2ead (diff) | |
download | vdr-plugin-upnp-f5d565fda2b47d4b9b97dbbd0a6bc466bae096a0.tar.gz vdr-plugin-upnp-f5d565fda2b47d4b9b97dbbd0a6bc466bae096a0.tar.bz2 |
Filled README and HISTORY
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 55 |
1 files changed, 54 insertions, 1 deletions
@@ -1,6 +1,59 @@ VDR Plugin 'upnp' Revision History ---------------------------------- -2012-07-30: Version 0.0.1 +2012-10-24: Version 1.0.0 + + - New: Plug-ins for providing access to live-TV and recordings instead of + integrated functions. This makes it easier to replace them. Additionally, + new plug-ins may be integrated very easily. + - New: The VDR plug-in live may be used for presentation home page. + - New: The VDR plug-in streamdev is now used for live-TV. (via extern remux) + - New: Tntnet is now used instead of the internal web server of libupnp. This + enables the plugin to set HTTP headers without patching libupnp. + - New: Live-TV channel icons are displayed as thumbnails in the folder preview. + - New: Removed the requirement of FFMPEG in the basic plugins (live-TV and + recordings). The plugin now uses only features of the VDR to detect + the correct stream type of recordings. + - New: Seeking is now finally possible on some devices (I have only tested + Samsung TV-sets, yet). In this first attempt, it will use byte based + seeks. Further attempts to improve it may be required. + - New: Full rewrite of the rest of the plugin to reduce memory leaks as much + as possible to me. + +2009-01-25: Version 0.0.2-alpha1 + + - Bug: A minor bug prevented the plugin from detecting the resources + correnctly + +2009-01-24: Version 0.0.2-alpha0 + + - New: Added record streaming support for SDTV + HDTV is not working yet, as it requires different DLNA profiles + - Bug: Improved live-tv streaming quality, which will hopefully fix the + problem with the buffer strategy and channels with bad bandwidth + - New: Rearranged folder structure to meet future features + - New: Added german translation + - New: support for DLNA compatible devices. For those devices a special + patch is required which must be applied to libupnp-1.6.6. + See README for more information + - New: Added new command line option to specify the destination folder + for the metadata database and the webfolder. + See README for more information + +2009-11-19: Version 0.0.1-alpha4 + +- New: Added options for verbosity level and autodetect settings. + +2009-10-23: Version 0.0.1-alpha1 + +- Fixed #185: Database rejected statements with single quotes inside strings + +2009-10-23: Version 0.0.1-alpha0 - Initial revision. +- Known limitations: currently only channel lists with less than 30 channels + work. +- LiveTV support +- Limited sort capabilities: Title, Creator, Write status, Publisher, + Description, Long description, Genre + Note: Sort will only work if this properties are present |