| |||||||
| General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Aug 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
| I found that the OnTvRecordingEnded event does not send back the <RecordingFileName> when the event occurs. The event has the following parameters Code: string recordingFilename, TVRecording recording, TVProgram program The reason why the recording file name is not sent on is because the TVCaptureDeviceEX.cs file has the following logical statement: Code: public string RecordingFileName
{
get
{
if (!IsRecording)
return String.Empty;
if (_recordedTvObject == null)
return String.Empty;
return _recordedTvObject.FileName;
}
}
Will it be possible for someone to change this logical statement in the code? Is there a reason for this behaviour? |
| | |
| | #2 (permalink) |
| Portal Member Join Date: Aug 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
| What is the process of getting the RecordingFileName property changed? Only the following 2 lines should be commented out or deleted. // if (!IsRecording) // return String.Empty; Can someone who is responsible for the source maybe check it out and make the update please? |
| | |
![]() |
| Bookmarks |
| Tags |
| ontvrecordingended, send |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MP & XBMC intergration scripts v0.6d Update 4-MAR-07 | thechad | Plugins | 179 | 2008-03-18 03:47 |
| 0.2.1 and latest svn MyPictures thumbnails broken | gloomyandy | Codecs, External Players | 1 | 2006-10-24 10:01 |
| TV recording question/problem | 'Arry | Installation, configuration support | 9 | 2006-09-22 13:14 |
| Recording from TV | 'Arry | General Support | 2 | 2006-09-20 00:12 |
| Cant get MyTV to work (2.0 RC3)? | mdolan | General Support | 3 | 2006-03-30 14:58 |