Normal
@MrMarioWell, my plugin depends on receiving messages sent inside MP so I think it would be hard to simply make it a separate program.I think the best and most versatile way to implement this would be to extract the whole TVrecording stuff from MP and put it in a separate windows service. This would of course result in major refactoring of the TV section of MP and make it a back end/front end solution. (which I think would be very nice)An other possible solution would be to do it the other way around. I can't estimate the amount of work to this or if it is even doable at all.What do you MP devs think of this:Since MP is quite modular and uses messages for GUI interactions would it be possible to lift the GUI part out of MP to a separate front end application and make the rest a windows service back end?/ Fred
@MrMario
Well, my plugin depends on receiving messages sent inside MP so I think it would be hard to simply make it a separate program.
I think the best and most versatile way to implement this would be to extract the whole TVrecording stuff from MP and put it in a separate windows service. This would of course result in major refactoring of the TV section of MP and make it a back end/front end solution. (which I think would be very nice)
An other possible solution would be to do it the other way around. I can't estimate the amount of work to this or if it is even doable at all.
What do you MP devs think of this:
Since MP is quite modular and uses messages for GUI interactions would it be possible to lift the GUI part out of MP to a separate front end application and make the rest a windows service back end?
/ Fred