DEFENDORe / pseudotv

Create live TV channels from your own media. Access the streams using the simulated HDHomerun tuner or the generated M3U URl.
MIT License
234 stars 36 forks source link

location of the .pseudotv/xmltv.xml #76

Closed siddrajput closed 4 years ago

siddrajput commented 4 years ago

I'm running Pseudotv on Windows but my Plex server is on a raspberry pi. How to I feed the location of the .pseudotv/xmltv.xml to the Plex server? This file is on the Windows PC, not on the raspberry pi.

C-Fu commented 4 years ago

Share the xmltv.xml folder from the Windows PC (eg. 192.168.0.10), mount that folder in your raspi and make it accessible to your plex server, and point your plex server's Live TV xml location to 192.168.0.10/sharedfoldername/xmltv.xml

siddrajput commented 4 years ago

Thanks.