blob: 9f37aa4fc1ee22b6d5a564387e8dddac97028a45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
VDR Plugin 'upnp' Revision History
----------------------------------
- Fix: Fixed Microsoft Windows Media Player 12 support.
- New: Initial support for audio recordings, i.e. recordings from radio
stations. Live radio stations will follow very soon.
- Fix: SortCriteria should work now.
- New: Added some makefile tweaks.
Thanks to Rolf Ahrenberg
- New: Added Finnish translation.
Thanks to Rolf Ahrenberg
- New: Added hostname to friendlyName of the server.
Thanks to Rolf Ahrenberg
- New: Makefiles reviewed and almost completely rewritten to avoid
redundancies.
Thanks to Lucian Muresan
- New: plugin makefile now links against the full file of the upnp plugin
so-file. This makes symbolic link against the .so obsolete.
Thanks to Lars Hanisch
2012-10-24: Version 1.0.0 RC1
- 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
|