Releases: Siox0911/DVBViewerServerApiWrapper
Releases · Siox0911/DVBViewerServerApiWrapper
Version 0.4.1.0 - Beta Version
- added EPG Clear to EPGList
- added classes TimerList, TimerItem and TimerOptions to represent the timers of the DMS
- changed: class EpgList - the epgChannelID has been replaced by ChannelItem
- renamed function GetChannelListAsync(long channelID) to GetChannelListByChannelIDAsync(long channelID)
- renamed function GetChannelListAsync(string epgChannelID) to GetChannelListByEpgChannelIDAsync(long epgChannelID)
Version 0.4.0.1 - Beta Version
- added Image to VideoFileItem
- added MediaFileList and MediaFileItem to parse mediafiles.html for VideoFiles
- used only to get the mediafile thumb in the VideoFileItem
Version 0.3.6.1 - Beta Version
v0.3.6.1 v0.3.6.1
Version 0.3.5.3 - Beta Version
v0.3.5.3 v0.3.5.3
Version 0.3.5.1 - Beta Version
- added TrustedDevice Property.
- The DMS has an option for trusted devices, with this username and password are not required.
- added BypassLocalhost Property
- If the DMS and an APP are running on the same machine, a bypass can be set that points directly to the media file. This ensures that the wrapper, in Play, does not create playlists as m3u for the UPnP streams. It will directly return the media file.
Version 0.0.3.0 - Beta Version
v0.0.3.0
- changed access modifier in RecordingList to public
- added a Function to send POST data to the media server
- added a Function to update the data of an RecordingItem easy
- call item.Update() after you changed the title, description etc.
- added a Function to delete a RecordingItem
- adapting of the recordings.html is now completed