Details
Description
http://forum.team-mediaportal.com/1-0-rc2-svn-builds-280/remotecontrol-instance-isanycardrecording-42567/
When using the function
RemoteControl.Instance.IsAnyCardRecording()
from a plugin it doesn't work. Worked for me in RC1 but not RC2
well the thing is that it looks like the recording ENDS, and tvservice sends out a mess about the recording ended, BUT it wont release the cards until later. So if u ask the service if it is recording it tells u YES. One can see it in the log pretty clearly. I added the line isanycardrecording=True from the plugin and it gets there using the
case TvServerEventType.RecordingEnded:
When using the function
RemoteControl.Instance.IsAnyCardRecording()
from a plugin it doesn't work. Worked for me in RC1 but not RC2
well the thing is that it looks like the recording ENDS, and tvservice sends out a mess about the recording ended, BUT it wont release the cards until later. So if u ask the service if it is recording it tells u YES. One can see it in the log pretty clearly. I added the line isanycardrecording=True from the plugin and it gets there using the
case TvServerEventType.RecordingEnded: