- August 29, 2009
- 1,730
- 1,124
- Home Country
- Netherlands
The current TV client in MP2 uses TV4Home Core Service, on which development has halted. The MPExtended Service is it's successor. The API changes in the TV part are fairly minimal, and consist of only a few renamed properties. While the MPExtended API isn't frozen yet the part MP2 uses won't change anymore. Given this situation, I think it's a good idea to migrate the TV client to the MPExtended service.
I've pushed a patch for this to my fork on GitHub. It consists of two parts:
I haven't actually tested these changes yet (just compiled them), but I don't think they'll break anything.
I also found the folder Incubator/TV4Home, but I don't think it's being used anymore. Let me know if I should update that one too.
I've pushed a patch for this to my fork on GitHub. It consists of two parts:
- Change the SlimTv4HomeProvider to the new MPExtended API.
- Rename SlimTv4HomeProvider to SlimMPExtendedProvider. This part isn't really required but I think it'll confuse people if the old name is kept.
I haven't actually tested these changes yet (just compiled them), but I don't think they'll break anything.
I also found the folder Incubator/TV4Home, but I don't think it's being used anymore. Let me know if I should update that one too.