2020-03-21, 04:57 PM
I've just posted the new NextPVR v5.0.2.200322 release. Note, this is a first official non-beta build.
Hopefully you are all managing to stay well, and this release will provide a bit of a distraction during the apocalypse going on outside.
For information on installing on the various platforms....
Windows: https://forums.nextpvr.com/showthread.php?tid=59388
Linux: https://forums.nextpvr.com/showthread.php?tid=59390
Mac: https://forums.nextpvr.com/showthread.php?tid=59395
Docker: https://forums.nextpvr.com/showthread.php?tid=59393
Please post any support questions in v5 support forum https://forums.nextpvr.com/forumdisplay.php?fid=17.
For Linux Users, the deb file has been updated to 1.4 in this release, and you'll need to download this updated version. More details at https://forums.nextpvr.com/showthread.ph...#pid536322
For Docker Users, the docker image you want to be using is now tagged "table", so when pulling or running the image, you should be including this on the command line
Hopefully you are all managing to stay well, and this release will provide a bit of a distraction during the apocalypse going on outside.
For information on installing on the various platforms....
Windows: https://forums.nextpvr.com/showthread.php?tid=59388
Linux: https://forums.nextpvr.com/showthread.php?tid=59390
Mac: https://forums.nextpvr.com/showthread.php?tid=59395
Docker: https://forums.nextpvr.com/showthread.php?tid=59393
Please post any support questions in v5 support forum https://forums.nextpvr.com/forumdisplay.php?fid=17.
Quote:Added group filter when initially scanning for digital channels. This makes it easy to filter in/out radio, or certain providers channels etc.
Changes to password fields in Settings screen, to work around issues with Firefox storing incorrect password
Added support for DVB EPG with HDHomeRun devices. This option is only available if the user has the SiliconDust hdhomerun_config installed.
Added support for Huffman encoded strings in SAT>IP / HDHR with DVB EPG
Added better error reporting with HDHomeRun devices
Added ability to specify a genre on the search screen
Added ability to have 'recording series' default to only new episodes, by changing <DefaultRecurringToOnlyNew> config.xml setting
Updated docker image so that vaapi GPU support is enabled.
Improved SAT>IP scanning (to better cope with broadcasters using multi-part SDT tables)
Improved names of mapping options coming from North American XMLTV sources
Faster startup for audio-only streams
Added support for {channel_d1} {channel_d2} {channel_d3} {channel_d4} in Extras args
Improved SDT logging furing SAT>IP scans, to get better info in logs
The web app will now show a channel selector if you move the mouse to the right hand side of the player while watching live tv
Fixed issue with arm32 build, where files could be limited to 2GB.
Fixed issue where it wasn't obvious how to edit the time with manual recordings
Fixed a bug with transcoding in the last build.
Fixed a bug with legacy HDHR scanning in last build
Fixed issue with connecting first 4 tuners on some Digital Devices DVB tuners
Fixed issue with selection different audio track in nextpvr.exe
Fixed issue where out of date EPG entries could be import from old xmltv files.
Fixed issue with sample file supplied by user where NPVRTSReader5.ax was not handling the bad clock around a corrupt area of ts ifle, and would switch into a kind of fast forward mode, with out of sink or missing audio
Fixed issue that could result in '401 Unauthorized' type message with some IPTV streams
Fixed a bug with 'update m3u' not correctly updating changed urls of existing channels
Fixed issue with Thai characters in DVB EPG
Fixed issue where some streams where not being treated as live streams, even though they were. This was leading live streams stopping prematurely.
Fixed issue with .map files being left behind in some scenarios.
Remove a couple of web app resources that were being loaded from cdn. Now loading directly from web app.
Remove some unneeded logging
For Linux Users, the deb file has been updated to 1.4 in this release, and you'll need to download this updated version. More details at https://forums.nextpvr.com/showthread.ph...#pid536322
Code:
curl https://nextpvr.com/nextpvr-helper.deb -O
For Docker Users, the docker image you want to be using is now tagged "table", so when pulling or running the image, you should be including this on the command line
Code:
docker pull nextpvr/nextpvr_amd64:stable
docker run -d \
--volume /home/john/config:/config \
--volume /home/john/videos:/recordings \
--volume /home/john/videos:/buffer \
--publish 8866:8866 \
nextpvr/nextpvr_amd64:stable