Kodi Community Forum
Adding more Clients (VU+) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+--- Thread: Adding more Clients (VU+) (/showthread.php?tid=172516)



Adding more Clients (VU+) - moneymaker - 2013-09-01

How can I add more Clients than just one? I have two VU+ Re. and would like to switch between them. Is it possible?


RE: Adding more Clients (VU+) - negge - 2013-09-01

You'll have to compile the PVR addons yourself to get a copy of the "first" one, then modify the sources to rename that same addon to something else, that way you can install both addons.


RE: Adding more Clients (VU+) - moneymaker - 2013-09-01

(2013-09-01, 15:42)negge Wrote: You'll have to compile the PVR addons yourself to get a copy of the "first" one, then modify the sources to rename that same addon to something else, that way you can install both addons.
O.k. sounds good. But I can't find the pvr.addon folder? Where is it located?

EDIT:

I have installed pvr.iptvsimple to test first if it's possible to switch between it, but it looks like I have to deactivate first one them to use others. Is it not possible to have a choice or option menu in live tv?


RE: Adding more Clients (VU+) - negge - 2013-09-01

It's possible to use any combination of clients at the same time. The readme for pvr.iptvsimple says you need to deactivate all other plugins but it's not strictly true.


RE: Adding more Clients (VU+) - moneymaker - 2013-09-02

(2013-09-01, 23:36)negge Wrote: It's possible to use any combination of clients at the same time. The readme for pvr.iptvsimple says you need to deactivate all other plugins but it's not strictly true.
O.k. but could you tell me where I can find the pvr.addon on my system/or to compile?


RE: Adding more Clients (VU+) - negge - 2013-09-03

Well, you'd have to compile them yourself, the source is on Github (google for "xbmc-pvr-addons"). Before compiling you basically have to rename everything named "pvr.something" to "pvr.somethingelse" (both filenames and occurences inside the source files). Then you also need to rename the .pvr file that the addon uses. It's not exactly user-friendly since it's not supposed to be done, you'll have to mess around with it yourself and see if you can make it work.


RE: Adding more Clients (VU+) - moneymaker - 2013-09-04

There is so much to rename. Sad Will try first the developer version to see what's new.