margro / TVServerXBMC

Kodi/XBMC pvr backend plugin for MediaPortal's TVServer
http://www.scintilla.utwente.nl/~marcelg/xbmc/tvserverxbmc.html
20 stars 18 forks source link

Extend return message format of "IsTimeshifting" command #10

Closed Romank1 closed 9 years ago

Romank1 commented 9 years ago

Hi,

I have extended return message format of "IsTimeshifting" command , timeshift file path added to the message.

Current return message format: "True|rtsp://HostName:554/stream5.2|ChannelInfo" New return message format: "True|rtsp://HostName:554/stream5.2|\HOSTNAME-PC\Timeshift\live5-2.ts.tsbuffer|ChannelInfo"

This modification will allow me to pass UNC timeshift file to DirectShow source filter of Kodi DSPlayer.

I have verified that this changes will not affect the existing functionality of pvr.mediaportal.tvserver addon.

Roman