NextPVR Forums

Full Version: Locast.org
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Instruction for installing the Locast.org Extra have been moved to the wiki

https://github.com/sub3/NextPVR/wiki/Extra-Locast

Thanks to 2leftfeet, jcole998 and pkscout for getting this release ready.

Martin
Post installation you need to decide whether you want to continue to use the locast EPG in XMLTV format or use Schedules Direct

1.  Using XMLTV you would need to follow standard procedures to have NextPVR use XMLTV.  You can leave the setting the same and create an EPG update script that runs each day.

a) Windows UpdateEPG.bat

@echo off
cd/d C:\users\public\NPVR-data\scripts\locast
python locast.py xmltv

b) Other platforms UpdateEPG.sh

cd your locst script folder
python3 locast.py xmltv

2. Schedules Direct choose the OTA code for your zip code or for the zip code of the city you listing and add it to NextPVR

Go to Settings->Channels->Advanced->Automap and select Extra, the SD OTA listing, and the Numbers and Identifiers option.

Martin
I have updated post # with a new version 0.7.0

- Improved handling of multiple xmltv files in NPVR-data folder.
- Update for NextPVR 5.1.1 single EPG update logic.
- Modified PIN handling from Pluto TV plugin
- Modified "Friendly" name after Locast changes.

Martin