<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[NextPVR Forums - All Forums]]></title>
		<link>https://forums.nextpvr.com/</link>
		<description><![CDATA[NextPVR Forums - https://forums.nextpvr.com]]></description>
		<pubDate>Sun, 05 Jul 2026 11:19:58 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Nextpvr only showing DVB-T not DVB-T2]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67063</link>
			<pubDate>Thu, 02 Jul 2026 21:03:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=30831">Gop</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67063</guid>
			<description><![CDATA[Hi, hope someone can advise me. I have the Hauppauge 3875199 wintv quad HD Pcie tuner, installed with Windows 11, with the latest drivers. This tuner is a DVB-T2 tuner, yet Nextpvr detects it as only DVB-T, why is that? <br />
<br />
I'm trying to get ITV4 HD, but I can only get it in SD, Google AI suggests I need a DVB-T2 tuner? I can get other HD channels. So what can I do, to rectify this? I've attached the log files, hoping they'll help. <br />
<br />
Many thanks,<br />
<br />
G<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10141" target="_blank" title="">logs-20260702-2146.zip</a> (Size: 553.59 KB / Downloads: 1)
]]></description>
			<content:encoded><![CDATA[Hi, hope someone can advise me. I have the Hauppauge 3875199 wintv quad HD Pcie tuner, installed with Windows 11, with the latest drivers. This tuner is a DVB-T2 tuner, yet Nextpvr detects it as only DVB-T, why is that? <br />
<br />
I'm trying to get ITV4 HD, but I can only get it in SD, Google AI suggests I need a DVB-T2 tuner? I can get other HD channels. So what can I do, to rectify this? I've attached the log files, hoping they'll help. <br />
<br />
Many thanks,<br />
<br />
G<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10141" target="_blank" title="">logs-20260702-2146.zip</a> (Size: 553.59 KB / Downloads: 1)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to reduce webapp loading time]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67062</link>
			<pubDate>Thu, 02 Jul 2026 16:57:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=31657">pirole</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67062</guid>
			<description><![CDATA[How can the buffer size be reduced? The server is on the local network so it's difficult to see a use for it and when browsing channels the wasted time adds up pretty quickly.]]></description>
			<content:encoded><![CDATA[How can the buffer size be reduced? The server is on the local network so it's difficult to see a use for it and when browsing channels the wasted time adds up pretty quickly.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Core.* files ?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67061</link>
			<pubDate>Thu, 02 Jul 2026 09:42:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=22186">ceejayemm</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67061</guid>
			<description><![CDATA[NextPVR: 7.1.1.260616<br />
<br />
I have been running various versions of NextPVR in a Docker container for a while and yesterday added a new disk to my existing installation to give me some additional recording space .  I restarted the docker container and all seemed well. Just for completeness I had a look around the various persistent storage locations to see that things were appearing where I thought they should be.  My Docker Compose file looks like:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>services:<br />
  nextpvr:<br />
    image: nextpvr/nextpvr_amd64:stable<br />
    container_name: nextpvr<br />
    ports:<br />
      - 16891:16891/udp<br />
      - 8866:8866<br />
    volumes:<br />
      - /mnt/disk1/npvr/config:/config<br />
      - /mnt/disk1/npvr/local:/local<br />
      - /mnt/disk1/npvr/buffer:/buffer<br />
#      - /nfs/recordings:/recordings      <br />
      - /etc/localtime:/etc/localtime:ro<br />
    devices:<br />
      - /dev/dri:/dev/dri<br />
    environment:<br />
      - TZ=Europe/London<br />
      - PUID=1000<br />
      - PGID=100<br />
    restart: unless-stopped</code></div></div><br />
The 'recordings' is disabled by choice, all my recordings are saved to folders within the 'local' folder for later post-processing, which is working fine.<br />
<br />
Checking the Config folder (/mnt/disk1/npvr/config) I seem to have a load (currently 24) files named core.nnnnnn where nnnnnn is variable number between 876 and 115076 all dated between 17:55 and 17:56 yesterday which is when i restarted the container.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ceejayemm@cmdock-av1:/mnt/disk1/npvr/config/scripts&#36; ls -la<br />
total 4383484<br />
drwxr-xr-x 3 root root       4096 Jul  2 10:07 .<br />
drwxr-xr-x 7 root root       4096 Jul  2 04:06 ..<br />
-rwxr-xr-x 1 root root       5421 Jul  1 17:55 comskip.ini<br />
-rw------- 1 root root 2557796352 Jul  1 17:56 core.1028<br />
-rw------- 1 root root 2557480960 Jul  1 17:55 core.11426<br />
-rw------- 1 root root 2558160896 Jul  1 17:55 core.115076<br />
-rw------- 1 root root 2557804544 Jul  1 17:55 core.11874<br />
-rw------- 1 root root 2557104128 Jul  1 17:55 core.18874<br />
-rw------- 1 root root 2557927424 Jul  1 17:55 core.30266<br />
-rw------- 1 root root 2558377984 Jul  1 17:55 core.30756<br />
-rw------- 1 root root 2559025152 Jul  1 17:56 core.30899<br />
-rw------- 1 root root 2564562944 Jul  1 17:56 core.30911<br />
-rw------- 1 root root 2547126272 Jul  1 17:56 core.31172<br />
-rw------- 1 root root 2556534784 Jul  1 17:55 core.34902<br />
-rw------- 1 root root 2557116416 Jul  1 17:56 core.35873<br />
-rw------- 1 root root 2557747200 Jul  1 17:55 core.36018<br />
-rw------- 1 root root 2557292544 Jul  1 17:55 core.36165<br />
-rw------- 1 root root 2557063168 Jul  1 17:55 core.38399<br />
-rw------- 1 root root 2558607360 Jul  1 17:55 core.42037<br />
-rw------- 1 root root 2557673472 Jul  1 17:55 core.46229<br />
-rw------- 1 root root 2556063744 Jul  1 17:55 core.47932<br />
-rw------- 1 root root 2556477440 Jul  1 17:55 core.5048<br />
-rw------- 1 root root 2558099456 Jul  1 17:55 core.87275<br />
-rw------- 1 root root 2558562304 Jul  1 17:56 core.876<br />
-rw------- 1 root root 2558009344 Jul  1 17:55 core.88003<br />
-rw------- 1 root root 2558488576 Jul  1 17:56 core.905<br />
-rw------- 1 root root 2556547072 Jul  1 17:56 core.917<br />
drwxr-xr-x 2 root root       4096 Jul  1 17:55 logs<br />
-rwxr-xr-x 1 root root       1473 Jul  2 09:59 NextPVR_Copies.sh<br />
-rwxr-xr-x 1 root root       2646 Jul  1 17:55 PostProcessing.sh<br />
-rwxr-xr-x 1 root root        111 Jul  1 17:55 PostUpdateEPG.sh<br />
-rwxr-xr-x 1 root root        557 Jul  2 09:56 recordings_tidy.sh</code></div></div><br />
<br />
NextPVR seems to be running correctly with no other issues I am aware of.  What might be creating these files and can I get rid of them ?  This might have been happening for a while, I just haven't seen these files before now.<br />
<br />
Latest logs attached.<br />
<br />
Chris<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10139" target="_blank" title="">logs-20260702-1027.zip</a> (Size: 660.92 KB / Downloads: 1)
]]></description>
			<content:encoded><![CDATA[NextPVR: 7.1.1.260616<br />
<br />
I have been running various versions of NextPVR in a Docker container for a while and yesterday added a new disk to my existing installation to give me some additional recording space .  I restarted the docker container and all seemed well. Just for completeness I had a look around the various persistent storage locations to see that things were appearing where I thought they should be.  My Docker Compose file looks like:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>services:<br />
  nextpvr:<br />
    image: nextpvr/nextpvr_amd64:stable<br />
    container_name: nextpvr<br />
    ports:<br />
      - 16891:16891/udp<br />
      - 8866:8866<br />
    volumes:<br />
      - /mnt/disk1/npvr/config:/config<br />
      - /mnt/disk1/npvr/local:/local<br />
      - /mnt/disk1/npvr/buffer:/buffer<br />
#      - /nfs/recordings:/recordings      <br />
      - /etc/localtime:/etc/localtime:ro<br />
    devices:<br />
      - /dev/dri:/dev/dri<br />
    environment:<br />
      - TZ=Europe/London<br />
      - PUID=1000<br />
      - PGID=100<br />
    restart: unless-stopped</code></div></div><br />
The 'recordings' is disabled by choice, all my recordings are saved to folders within the 'local' folder for later post-processing, which is working fine.<br />
<br />
Checking the Config folder (/mnt/disk1/npvr/config) I seem to have a load (currently 24) files named core.nnnnnn where nnnnnn is variable number between 876 and 115076 all dated between 17:55 and 17:56 yesterday which is when i restarted the container.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ceejayemm@cmdock-av1:/mnt/disk1/npvr/config/scripts&#36; ls -la<br />
total 4383484<br />
drwxr-xr-x 3 root root       4096 Jul  2 10:07 .<br />
drwxr-xr-x 7 root root       4096 Jul  2 04:06 ..<br />
-rwxr-xr-x 1 root root       5421 Jul  1 17:55 comskip.ini<br />
-rw------- 1 root root 2557796352 Jul  1 17:56 core.1028<br />
-rw------- 1 root root 2557480960 Jul  1 17:55 core.11426<br />
-rw------- 1 root root 2558160896 Jul  1 17:55 core.115076<br />
-rw------- 1 root root 2557804544 Jul  1 17:55 core.11874<br />
-rw------- 1 root root 2557104128 Jul  1 17:55 core.18874<br />
-rw------- 1 root root 2557927424 Jul  1 17:55 core.30266<br />
-rw------- 1 root root 2558377984 Jul  1 17:55 core.30756<br />
-rw------- 1 root root 2559025152 Jul  1 17:56 core.30899<br />
-rw------- 1 root root 2564562944 Jul  1 17:56 core.30911<br />
-rw------- 1 root root 2547126272 Jul  1 17:56 core.31172<br />
-rw------- 1 root root 2556534784 Jul  1 17:55 core.34902<br />
-rw------- 1 root root 2557116416 Jul  1 17:56 core.35873<br />
-rw------- 1 root root 2557747200 Jul  1 17:55 core.36018<br />
-rw------- 1 root root 2557292544 Jul  1 17:55 core.36165<br />
-rw------- 1 root root 2557063168 Jul  1 17:55 core.38399<br />
-rw------- 1 root root 2558607360 Jul  1 17:55 core.42037<br />
-rw------- 1 root root 2557673472 Jul  1 17:55 core.46229<br />
-rw------- 1 root root 2556063744 Jul  1 17:55 core.47932<br />
-rw------- 1 root root 2556477440 Jul  1 17:55 core.5048<br />
-rw------- 1 root root 2558099456 Jul  1 17:55 core.87275<br />
-rw------- 1 root root 2558562304 Jul  1 17:56 core.876<br />
-rw------- 1 root root 2558009344 Jul  1 17:55 core.88003<br />
-rw------- 1 root root 2558488576 Jul  1 17:56 core.905<br />
-rw------- 1 root root 2556547072 Jul  1 17:56 core.917<br />
drwxr-xr-x 2 root root       4096 Jul  1 17:55 logs<br />
-rwxr-xr-x 1 root root       1473 Jul  2 09:59 NextPVR_Copies.sh<br />
-rwxr-xr-x 1 root root       2646 Jul  1 17:55 PostProcessing.sh<br />
-rwxr-xr-x 1 root root        111 Jul  1 17:55 PostUpdateEPG.sh<br />
-rwxr-xr-x 1 root root        557 Jul  2 09:56 recordings_tidy.sh</code></div></div><br />
<br />
NextPVR seems to be running correctly with no other issues I am aware of.  What might be creating these files and can I get rid of them ?  This might have been happening for a while, I just haven't seen these files before now.<br />
<br />
Latest logs attached.<br />
<br />
Chris<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10139" target="_blank" title="">logs-20260702-1027.zip</a> (Size: 660.92 KB / Downloads: 1)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[is uidroid and nextpvr android is the same thing]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67060</link>
			<pubDate>Wed, 01 Jul 2026 15:39:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=22328">krustylicious</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67060</guid>
			<description><![CDATA[Just wondering where to pay  and which one to use?]]></description>
			<content:encoded><![CDATA[Just wondering where to pay  and which one to use?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NextPVRNewClient]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67059</link>
			<pubDate>Tue, 30 Jun 2026 13:33:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=13446">jcjefferies</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67059</guid>
			<description><![CDATA[I have been using your "New Client" for very many years as my default Nextpvr client. A few weeks ago there was an update which added a new startup screen listing "New recordings", Recordings" &amp; "Upcoming". Unfortunately the writing a bit too small to read at my normal viewing distance. It also added a "Channels" menu option which I have no use for.<br />
<br />
No mention of the update on the Web page to v 2.10.1. I dont think there has been an actual update for quite a few years as it just works OK!<br />
<br />
Chris]]></description>
			<content:encoded><![CDATA[I have been using your "New Client" for very many years as my default Nextpvr client. A few weeks ago there was an update which added a new startup screen listing "New recordings", Recordings" &amp; "Upcoming". Unfortunately the writing a bit too small to read at my normal viewing distance. It also added a "Channels" menu option which I have no use for.<br />
<br />
No mention of the update on the Web page to v 2.10.1. I dont think there has been an actual update for quite a few years as it just works OK!<br />
<br />
Chris]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cannot import channels.]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67058</link>
			<pubDate>Mon, 29 Jun 2026 13:40:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=17533">jcole998</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67058</guid>
			<description><![CDATA[I am trying to add channels to my HDPVR2 device. After going to Settings-&gt;Devices and clicking the HDPVR2 device, the current channels are listed. I click Import Channels and expect to see the list of channels downloaded from my SD account but the only change is a box showing "loading...". No list. I can only cancel. This happens for all my devices.<br />
<br />
I've done this before with no problems.  I can log into my SD account so I believe my credentials are OK.<br />
<br />
Logs attached. I hope the answer is in there.<br />
<br />
Thanks.<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10129" target="_blank" title="">logs-20260629-0857.zip</a> (Size: 463.42 KB / Downloads: 4)
]]></description>
			<content:encoded><![CDATA[I am trying to add channels to my HDPVR2 device. After going to Settings-&gt;Devices and clicking the HDPVR2 device, the current channels are listed. I click Import Channels and expect to see the list of channels downloaded from my SD account but the only change is a box showing "loading...". No list. I can only cancel. This happens for all my devices.<br />
<br />
I've done this before with no problems.  I can log into my SD account so I believe my credentials are OK.<br />
<br />
Logs attached. I hope the answer is in there.<br />
<br />
Thanks.<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10129" target="_blank" title="">logs-20260629-0857.zip</a> (Size: 463.42 KB / Downloads: 4)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sort Recordings by Episode]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67057</link>
			<pubDate>Sun, 28 Jun 2026 16:17:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=19990">dlindyds</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67057</guid>
			<description><![CDATA[I would really appreciate it if you would consider adding the ability to sort recordings by episode in the windows client.]]></description>
			<content:encoded><![CDATA[I would really appreciate it if you would consider adding the ability to sort recordings by episode in the windows client.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Question on Modifying Series Settings]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67054</link>
			<pubDate>Sat, 27 Jun 2026 14:31:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=28929">JohnySmith1010</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67054</guid>
			<description><![CDATA[Hello all,<br />
<br />
I am recording OTA all the FIFA Football matches on Fox.  As of tomorrow, they will potentially have extra time and PK's if needed?  I think.  What is the best approach to add 1.5 hours to my series settings, forward looking from 06/28/2026?  Should I just wait until the morning, delete the series and readd or can I just modify the existing one?  If I modify existing, will that change todays also?]]></description>
			<content:encoded><![CDATA[Hello all,<br />
<br />
I am recording OTA all the FIFA Football matches on Fox.  As of tomorrow, they will potentially have extra time and PK's if needed?  I think.  What is the best approach to add 1.5 hours to my series settings, forward looking from 06/28/2026?  Should I just wait until the morning, delete the series and readd or can I just modify the existing one?  If I modify existing, will that change todays also?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[JellyFin loosing channels]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67053</link>
			<pubDate>Fri, 26 Jun 2026 21:21:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=31739">asaxton</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67053</guid>
			<description><![CDATA[I've finally got NextPVR working reliably.  My goal is to get it to interface to my Jellyfin Server. Unfortunately, installing it as HDHomeRun looses a few channels when scanned. If I set Jellyfin up to use M3U and XMLTV, it finds all the channels but can't play them.<br />
<br />
Tony<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10121" target="_blank" title="">logs-20260626-1420.zip</a> (Size: 1.15 MB / Downloads: 0)
]]></description>
			<content:encoded><![CDATA[I've finally got NextPVR working reliably.  My goal is to get it to interface to my Jellyfin Server. Unfortunately, installing it as HDHomeRun looses a few channels when scanned. If I set Jellyfin up to use M3U and XMLTV, it finds all the channels but can't play them.<br />
<br />
Tony<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10121" target="_blank" title="">logs-20260626-1420.zip</a> (Size: 1.15 MB / Downloads: 0)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IPTV Import Using XC Issue]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67050</link>
			<pubDate>Thu, 25 Jun 2026 07:15:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=28362">Metroid</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67050</guid>
			<description><![CDATA[Every time while I try to log in IPTV XC, it shows no channels. Some of them works, some of them don't. It works on other players.<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10103" target="_blank" title="">logs-20260625-0208.zip</a> (Size: 155.66 KB / Downloads: 2)
]]></description>
			<content:encoded><![CDATA[Every time while I try to log in IPTV XC, it shows no channels. Some of them works, some of them don't. It works on other players.<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10103" target="_blank" title="">logs-20260625-0208.zip</a> (Size: 155.66 KB / Downloads: 2)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Install TabloTV Plugin]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67048</link>
			<pubDate>Wed, 24 Jun 2026 17:03:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=31739">asaxton</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67048</guid>
			<description><![CDATA[I've successfully installed the NextPVR Server on my Mac. i'm trying to use it with my Legacy Tablo device. I downloaded the TabloTV plugin into the NextPVR folder. I tried to install it with 'dotnet ./TabloTV.dll' without success. Is there a proper way to install it?<br />
<br />
Thanks!<br />
<br />
Tony]]></description>
			<content:encoded><![CDATA[I've successfully installed the NextPVR Server on my Mac. i'm trying to use it with my Legacy Tablo device. I downloaded the TabloTV plugin into the NextPVR folder. I tried to install it with 'dotnet ./TabloTV.dll' without success. Is there a proper way to install it?<br />
<br />
Thanks!<br />
<br />
Tony]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[90 second late recording]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67045</link>
			<pubDate>Mon, 22 Jun 2026 23:54:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=20369">artmetz</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67045</guid>
			<description><![CDATA[Any idea why this recording didn't start at 17:30. I have a quad hauppage tuner and have had this recording start late a few times recently. The prepadding is set to None.<br />
2026-06-22 17:31:44.587 [DEBUG][10] About to start recording (494088 on 22): D:\nextpvr\KPAX 530 News\KPAX 530 News_20260622_17301800.ts<br />
<br />
Art<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10090" target="_blank" title="">logs-20260622-1747.zip</a> (Size: 735.49 KB / Downloads: 1)
]]></description>
			<content:encoded><![CDATA[Any idea why this recording didn't start at 17:30. I have a quad hauppage tuner and have had this recording start late a few times recently. The prepadding is set to None.<br />
2026-06-22 17:31:44.587 [DEBUG][10] About to start recording (494088 on 22): D:\nextpvr\KPAX 530 News\KPAX 530 News_20260622_17301800.ts<br />
<br />
Art<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=10090" target="_blank" title="">logs-20260622-1747.zip</a> (Size: 735.49 KB / Downloads: 1)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SiliconDust EPG and v7.1]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67044</link>
			<pubDate>Mon, 22 Jun 2026 21:56:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=20027">turndave</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67044</guid>
			<description><![CDATA[I have a SiliconDust Connect Duo.  If I understand correctly, I should be able to now configure NextPVR to get a couple days of EPG from Silicon Dust.  I currently subscribe to Schedules Direct, but a couple of the local stations that carry a large number of independent networks have significant EPG errors from SD.  Using off-air (ATSC) EPG is better for accuracy but limited to only a few hours at a time.  So I'd like to try the free Silicon Dust EPG to see if it is an improvement over SD.<br />
<br />
But... it isn't clear to me how to make this work.  Do I need to have some sort of user account on Silicon Dust even if I don't have a paid subscription?  What is the current syntax for configuring NextPVR (v7.1)?<br />
<br />
Thanks<br />
<br />
Dave]]></description>
			<content:encoded><![CDATA[I have a SiliconDust Connect Duo.  If I understand correctly, I should be able to now configure NextPVR to get a couple days of EPG from Silicon Dust.  I currently subscribe to Schedules Direct, but a couple of the local stations that carry a large number of independent networks have significant EPG errors from SD.  Using off-air (ATSC) EPG is better for accuracy but limited to only a few hours at a time.  So I'd like to try the free Silicon Dust EPG to see if it is an improvement over SD.<br />
<br />
But... it isn't clear to me how to make this work.  Do I need to have some sort of user account on Silicon Dust even if I don't have a paid subscription?  What is the current syntax for configuring NextPVR (v7.1)?<br />
<br />
Thanks<br />
<br />
Dave]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can you manual scan for individual channels with V7 ?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67043</link>
			<pubDate>Mon, 22 Jun 2026 08:35:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=8107">Dan_Allaker</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67043</guid>
			<description><![CDATA[Hi all,<br />
<br />
I've been using v4 for years now and never had any issues.<br />
<br />
I thought I would put some time in and set up the latest version.<br />
<br />
I've installed v7 and have been a bit confused by the web interface.<br />
<br />
I am using a twin DVBS/S2 tuner card. I scanned the Astra 28.2 satellite and found loads of channels, but I seem to be missing Sky News.<br />
<br />
On v4 I would look up the frequency for a channel, if it had changed and manually scan that frequency to add the channel again. <br />
<br />
Is this option not available in v7?<br />
<br />
Thanks for any help]]></description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
I've been using v4 for years now and never had any issues.<br />
<br />
I thought I would put some time in and set up the latest version.<br />
<br />
I've installed v7 and have been a bit confused by the web interface.<br />
<br />
I am using a twin DVBS/S2 tuner card. I scanned the Astra 28.2 satellite and found loads of channels, but I seem to be missing Sky News.<br />
<br />
On v4 I would look up the frequency for a channel, if it had changed and manually scan that frequency to add the channel again. <br />
<br />
Is this option not available in v7?<br />
<br />
Thanks for any help]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[yauiclient v3 no audio X11 build]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67041</link>
			<pubDate>Sat, 20 Jun 2026 17:18:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=25949">Lonewolf1061</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67041</guid>
			<description><![CDATA[Testing out the new X11 build of yauiclent3 this is what I found. Interface looks great, video  plays and looks great, but no audio.  Noticed the player does not appear in the audio settings manager under apps playing.<br />
Apparently it is not connecting to the sound server. When you toggle the V and B keys I see the volume going up and down but no sound. All other apps on my system are working fine with no issues. The NextPVR web page works fine with sound on Firefox. <br />
Only thing that changed is a clean install of NextPVR ver  7.1.1.260616. I had v7.0.5.260307 with the beta installed on top of it that you gave me the link in the previous thread. That is all uninstalled and deleted including the beta version of yauiclent 3. I no longer have the deb file for the beta version, somehow it got deleted by accident. But the beta version DID work with sound and all. <br />
<br />
Linux Mint 22.3 X11 <br />
<br />
If you need I can send you the NPVR logs and the yauiclient .json file as well as the logs. <br />
<br />
Thanks,<br />
Ken]]></description>
			<content:encoded><![CDATA[Testing out the new X11 build of yauiclent3 this is what I found. Interface looks great, video  plays and looks great, but no audio.  Noticed the player does not appear in the audio settings manager under apps playing.<br />
Apparently it is not connecting to the sound server. When you toggle the V and B keys I see the volume going up and down but no sound. All other apps on my system are working fine with no issues. The NextPVR web page works fine with sound on Firefox. <br />
Only thing that changed is a clean install of NextPVR ver  7.1.1.260616. I had v7.0.5.260307 with the beta installed on top of it that you gave me the link in the previous thread. That is all uninstalled and deleted including the beta version of yauiclent 3. I no longer have the deb file for the beta version, somehow it got deleted by accident. But the beta version DID work with sound and all. <br />
<br />
Linux Mint 22.3 X11 <br />
<br />
If you need I can send you the NPVR logs and the yauiclient .json file as well as the logs. <br />
<br />
Thanks,<br />
Ken]]></content:encoded>
		</item>
	</channel>
</rss>