Skip to content

Releases: Siox0911/DVBViewerServerApiWrapper

Version 0.4.1.0 - Beta Version

13 Mar 19:05
Compare
Choose a tag to compare
Pre-release
  • 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

11 Mar 15:02
Compare
Choose a tag to compare
Pre-release
  • 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

23 Feb 15:22
Compare
Choose a tag to compare
Pre-release
v0.3.6.1

v0.3.6.1

Version 0.3.5.3 - Beta Version

17 Feb 12:00
Compare
Choose a tag to compare
Pre-release
v0.3.5.3

v0.3.5.3

Version 0.3.5.1 - Beta Version

12 Feb 15:36
Compare
Choose a tag to compare
Pre-release
  • 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

04 Feb 22:54
Compare
Choose a tag to compare
Pre-release

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