2020-12-23, 02:38 AM
(This post was last modified: 2020-12-23, 06:18 PM by mvallevand.)
Here is simplified summary of the prerelease thread https://forums.nextpvr.com/showthread.php?tid=61818
1. Review the locast.org web site and see if you are covered by many of the regions they serve. If your browser displays a channel list it should work.
2. Start by installing python https://github.com/sub3/NextPVR/wiki/install-python.
a. With Window admin rights run
pip install lxml requests m3u8
b. Non-Windows installs
sudo pip3 install lxml requests m3u8
It is tested and working on Windows ,Linux and Docker.
3. Download the attached into the NextPVR user folder scripts folder and change into that folder
Unzip the file and and it should create a locast folder under scripts. Change to that folder and run
python locast.py install
or non Windows
sudo python3 locast.py install
and follow the prompt.
4. Locast should be installed and ready for use
5. Follow the post install instructions to complete usuage.
Thanks to 2leftfeet, jcole998 and pkscout for getting this release ready.
Martin
1. Review the locast.org web site and see if you are covered by many of the regions they serve. If your browser displays a channel list it should work.
2. Start by installing python https://github.com/sub3/NextPVR/wiki/install-python.
a. With Window admin rights run
pip install lxml requests m3u8
b. Non-Windows installs
sudo pip3 install lxml requests m3u8
It is tested and working on Windows ,Linux and Docker.
3. Download the attached into the NextPVR user folder scripts folder and change into that folder
Unzip the file and and it should create a locast folder under scripts. Change to that folder and run
python locast.py install
or non Windows
sudo python3 locast.py install
and follow the prompt.
4. Locast should be installed and ready for use
5. Follow the post install instructions to complete usuage.
Thanks to 2leftfeet, jcole998 and pkscout for getting this release ready.
Martin