Normal
Very early alpha version available!https://www.prashantv.com/xbmc/TVServerXBMC.zipIn the zip file,TVServerXBMC => the VS2005 project.TVServer Live TV => XBMC python video pluginThe VS2005 project is just a server (no gui, just a command window which will show what it is doing). I have made it single threaded for now, but it is made so that I can very easily make it multithreaded.The "TVServer Live TV" folder is the xbox video plugin. This means that it has to be copied to XBMC\plugins\video. Once you do that, you can add it as a source.By default the VS2005 project runs on port 9596, and must be run on the machine that is the tv server. The XBMC script connects to "192.168.1.2", you can configure that by opening the file:TVServer Live TV\MpLiveTv\xbmcplugin_list.pyAnd at the top modifying SERVER_HOST. Make sure you use an IP and not the dns name.I should probably write up some basic documentation, but I'm just happy to have gotten it working. It has some ugly hacks, like "~~Stop Timeshifting" in every menu, because I can't make it do that automatically, but if I view channel 10, and change to ABC, it automatically stops and starts the new one so I'm pretty happy with it.Please post any feedback you have.
Very early alpha version available!
https://www.prashantv.com/xbmc/TVServerXBMC.zip
In the zip file,
TVServerXBMC => the VS2005 project.
TVServer Live TV => XBMC python video plugin
The VS2005 project is just a server (no gui, just a command window which will show what it is doing). I have made it single threaded for now, but it is made so that I can very easily make it multithreaded.
The "TVServer Live TV" folder is the xbox video plugin. This means that it has to be copied to XBMC\plugins\video. Once you do that, you can add it as a source.
By default the VS2005 project runs on port 9596, and must be run on the machine that is the tv server. The XBMC script connects to "192.168.1.2", you can configure that by opening the file:
TVServer Live TV\MpLiveTv\xbmcplugin_list.py
And at the top modifying SERVER_HOST. Make sure you use an IP and not the dns name.
I should probably write up some basic documentation, but I'm just happy to have gotten it working. It has some ugly hacks, like "~~Stop Timeshifting" in every menu, because I can't make it do that automatically, but if I view channel 10, and change to ABC, it automatically stops and starts the new one so I'm pretty happy with it.
Please post any feedback you have.