While in the LiveTv channel list, a press on the play button does not start the selected channel, it has to be double-clicked. It should be a consistent behaviour with the Recordings list, so that a channel can be started with the Play button.
Also the right click context menu does not do this job: if I select a recording or a channel and press right-mouse and then Play, nothing happens.
As I looked in the code it seems to me that the event distribution is very complex and static. We need to do some cleanup here, that means separating the event triggering code from the actual handling code. Then it will be much more easy to attach an event to an event handler.
Raising priority on this a bit.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Additonally this is also true for recordings - changing title.
Also the right click context menu does not do this job: if I select a recording or a channel and press right-mouse and then Play, nothing happens.
As I looked in the code it seems to me that the event distribution is very complex and static. We need to do some cleanup here, that means separating the event triggering code from the actual handling code. Then it will be much more easy to attach an event to an event handler.
Raising priority on this a bit.