<?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, 17 May 2026 04:58:23 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Only one audio track on iptv stream?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66983</link>
			<pubDate>Fri, 15 May 2026 19:40:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=29573">Freaky2003</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66983</guid>
			<description><![CDATA[Hello,<br />
I have a channel set up via iptv m3u the stream has three different audio tracks, but in nextpvr I only have one (can't select any) this then also applies to my recordings.<br />
It simply uses track 2 which is the track with audiodescription.<br />
<br />
What can I do?<br />
<br />
Thanks!<br />
<br />
I attached my logs , this is the stream URL:  <span style="font-size: 1pt;" class="mycode_size"><span style="color: #000000;" class="mycode_color"><span style="font-family: 'Monaspace Neon', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;" class="mycode_font"><a href="https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8" target="_blank" rel="noopener" class="mycode_url">https://daserste-live.ard-mcdn.de/dasers...aster.m3u8</a></span></span></span><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=9839" target="_blank" title="">logs-20260515-2138.zip</a> (Size: 566.24 KB / Downloads: 2)
]]></description>
			<content:encoded><![CDATA[Hello,<br />
I have a channel set up via iptv m3u the stream has three different audio tracks, but in nextpvr I only have one (can't select any) this then also applies to my recordings.<br />
It simply uses track 2 which is the track with audiodescription.<br />
<br />
What can I do?<br />
<br />
Thanks!<br />
<br />
I attached my logs , this is the stream URL:  <span style="font-size: 1pt;" class="mycode_size"><span style="color: #000000;" class="mycode_color"><span style="font-family: 'Monaspace Neon', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;" class="mycode_font"><a href="https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8" target="_blank" rel="noopener" class="mycode_url">https://daserste-live.ard-mcdn.de/dasers...aster.m3u8</a></span></span></span><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=9839" target="_blank" title="">logs-20260515-2138.zip</a> (Size: 566.24 KB / Downloads: 2)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Revisting NextCom R5000-HD and Having Issues]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66982</link>
			<pubDate>Fri, 15 May 2026 18:52:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=22353">checkbin99</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66982</guid>
			<description><![CDATA[I have a Linux server running NextPVR 6 and a few years ago had it configured to work with my NextCom R50000-HD network encoder and DISH network.  I ad to switched to FIOS and have not used the R5000 and am now trying to set it up again.  The R500 is working perfectly writing to a QNAP network NFS share.  However when acccessing the R5000 from my NextPVR Linux server, the R5000 appears to b writing to the share but it is actually creating a zero byte file.   The file is readable and writeable by owner, group, and everyone else (666 permissions).  If from the command line as the NextPVR user (currently called sagetv I run the command:<br />
    python3 r5000.py START R5ooo-HD 150   /R5000_Recordings/todays_test-on-the-r5000.  The opendct.sh file is called by an extra.xml file and the opendct calls an opendct.py script provided by Martin a few years ago.<br />
<br />
The file todays_test-on-the-r5000 is created fine and has watchable video.<br />
<br />
My opendct.sh file is as follows:<br />
nextname=//R5000_Recordings//&#36;2.ts<br />
<br />
openname=\\R5000_Recordings/&#36;2.ts<br />
<br />
#example translations<br />
#nextname=/media/recordings/&#36;2.ts<br />
#openname=\\172.16.3.105\Recordings\&#36;2.ts<br />
#openname=K:\&#36;2.ts<br />
<br />
opendct=/var/opt/nextpvr/scripts/opendct.py<br />
<br />
python3 &#36;opendct STOP "&#36;2"<br />
python3 &#36;opendct START "&#36;2" &#36;1 "&#36;openname"<br />
python3 &#36;opendct GET_SIZE "&#36;2"<br />
ffmpeg -re -i "&#36;nextname" -f mpegts -codec copy -v panic -<br />
#ffmpeg -re -i "&#36;nextname" -f mpegts -codec copy -<br />
#ffmpeg -re -i "&#36;nextname" -f mpegts -codec copy -y /dev/null<br />
python3 &#36;opendct STOP "&#36;2"<br />
rm "&#36;nextname"<br />
<br />
I've been beating my head against the wall on this for days now to no avail.  Frustrating since it was working the last time I used it bad sadly don't have all the config files from when it was.  Since it still works in SageTV it seems like I'm missing something simple, but I can't wrap my head around it.  Can anyone point me in the right direction on this.<br />
<br />
-Bil]]></description>
			<content:encoded><![CDATA[I have a Linux server running NextPVR 6 and a few years ago had it configured to work with my NextCom R50000-HD network encoder and DISH network.  I ad to switched to FIOS and have not used the R5000 and am now trying to set it up again.  The R500 is working perfectly writing to a QNAP network NFS share.  However when acccessing the R5000 from my NextPVR Linux server, the R5000 appears to b writing to the share but it is actually creating a zero byte file.   The file is readable and writeable by owner, group, and everyone else (666 permissions).  If from the command line as the NextPVR user (currently called sagetv I run the command:<br />
    python3 r5000.py START R5ooo-HD 150   /R5000_Recordings/todays_test-on-the-r5000.  The opendct.sh file is called by an extra.xml file and the opendct calls an opendct.py script provided by Martin a few years ago.<br />
<br />
The file todays_test-on-the-r5000 is created fine and has watchable video.<br />
<br />
My opendct.sh file is as follows:<br />
nextname=//R5000_Recordings//&#36;2.ts<br />
<br />
openname=\\R5000_Recordings/&#36;2.ts<br />
<br />
#example translations<br />
#nextname=/media/recordings/&#36;2.ts<br />
#openname=\\172.16.3.105\Recordings\&#36;2.ts<br />
#openname=K:\&#36;2.ts<br />
<br />
opendct=/var/opt/nextpvr/scripts/opendct.py<br />
<br />
python3 &#36;opendct STOP "&#36;2"<br />
python3 &#36;opendct START "&#36;2" &#36;1 "&#36;openname"<br />
python3 &#36;opendct GET_SIZE "&#36;2"<br />
ffmpeg -re -i "&#36;nextname" -f mpegts -codec copy -v panic -<br />
#ffmpeg -re -i "&#36;nextname" -f mpegts -codec copy -<br />
#ffmpeg -re -i "&#36;nextname" -f mpegts -codec copy -y /dev/null<br />
python3 &#36;opendct STOP "&#36;2"<br />
rm "&#36;nextname"<br />
<br />
I've been beating my head against the wall on this for days now to no avail.  Frustrating since it was working the last time I used it bad sadly don't have all the config files from when it was.  Since it still works in SageTV it seems like I'm missing something simple, but I can't wrap my head around it.  Can anyone point me in the right direction on this.<br />
<br />
-Bil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't add new iptv device+other weird problems?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66980</link>
			<pubDate>Thu, 14 May 2026 22:04:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=29573">Freaky2003</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66980</guid>
			<description><![CDATA[Hello,<br />
I installed NextPVR on my VPS using docker which worked just fine.<br />
Then I added a new iptv device and imported channles using XC or however it's called.<br />
The login I used has thousand of channels, which might have been too much for nextpvr...<br />
It imported all channels but when I tried to click "save", nothing happened. I closed the setup window and also reloaded the interface page and after some time I saw two iptv devices. One with I think about 16000 channels and one with a little more than 3000 channels. Anyways, thinks have been weird since then: Under "Channels" in the settings page it didn't show me any channels at first, in the "Channels" Tab on the main interface page there where no channels too and when I tried top schedule a recording, no channels where available as well.<br />
I tried deleting my iptv devices, but that didn't work (Ctrl. --&gt; delete did nothing).<br />
Anyways, I removed nextpvr and installed again, but now I can't add a new iptv. The areas ist just blank.<br />
<br />
What can I do?<br />
<br />
Thanks!<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=9835" target="_blank" title="">2026-05-14 23_54_29-Settings – Opera.png</a> (Size: 32.15 KB / Downloads: 24)
]]></description>
			<content:encoded><![CDATA[Hello,<br />
I installed NextPVR on my VPS using docker which worked just fine.<br />
Then I added a new iptv device and imported channles using XC or however it's called.<br />
The login I used has thousand of channels, which might have been too much for nextpvr...<br />
It imported all channels but when I tried to click "save", nothing happened. I closed the setup window and also reloaded the interface page and after some time I saw two iptv devices. One with I think about 16000 channels and one with a little more than 3000 channels. Anyways, thinks have been weird since then: Under "Channels" in the settings page it didn't show me any channels at first, in the "Channels" Tab on the main interface page there where no channels too and when I tried top schedule a recording, no channels where available as well.<br />
I tried deleting my iptv devices, but that didn't work (Ctrl. --&gt; delete did nothing).<br />
Anyways, I removed nextpvr and installed again, but now I can't add a new iptv. The areas ist just blank.<br />
<br />
What can I do?<br />
<br />
Thanks!<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=9835" target="_blank" title="">2026-05-14 23_54_29-Settings – Opera.png</a> (Size: 32.15 KB / Downloads: 24)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Help rebuilding Recording library with NextTool?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66979</link>
			<pubDate>Thu, 14 May 2026 00:27:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=19213">clemon79</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66979</guid>
			<description><![CDATA[Hi folks!<br />
<br />
Frustratingly, I discovered last night that my DVR hasn't been working correctly for a few days now, and that the Recordings database has somehow become corrupted. Recordings that I have made in the past have disappeared from both NextPVR and Kodi, new recordings aren't working, the whole nine.<br />
<br />
(Oh: Windows 11 PC, NextPVR as the backend, Kodi as the front, HDHomeRun Prime as the tuner. All updated fully.)<br />
<br />
On the upside, the file themselves (the .ts, and .xml, and thumbnail and timing for more recent recordings) still exist for everything.<br />
<br />
I'm thinking NextTool is the way to go to get my recording database cleaned and rebuilt. Problem is when I ran it the first time (with "nexttool --import &lt;path to my Recordings folder which has no spaces&gt;", and yes, I backed up the NPVR-Data folder first), it appeared to run, and it looks like it may have fixed some things, but it missed some folders in there, which leads me to believe that there is still some corruption in my Recordings database and that I'm best served recreating that from go, especially considering I have all of the proper metadata to do it right.<br />
<br />
Other weirdness: the NextPVR web client can't find any files to play back, while Kodi and the NPVR desktop apps play back what it found just fine. It just either didn't find everything in my Recordings folder (even though the logs say they were processed), or there is still DB corruption.<br />
<br />
I would rather not blow the whole npvr.db3 out and have to set everything up from scratch. How can I clear out just the recordings DB so that NextTool can rebuild my recordings directory? I am not afraid to go in there with DB Browser if I have instructions as to what to do.<br />
<br />
Thanks much for the help!<br />
<br />
-- Chris]]></description>
			<content:encoded><![CDATA[Hi folks!<br />
<br />
Frustratingly, I discovered last night that my DVR hasn't been working correctly for a few days now, and that the Recordings database has somehow become corrupted. Recordings that I have made in the past have disappeared from both NextPVR and Kodi, new recordings aren't working, the whole nine.<br />
<br />
(Oh: Windows 11 PC, NextPVR as the backend, Kodi as the front, HDHomeRun Prime as the tuner. All updated fully.)<br />
<br />
On the upside, the file themselves (the .ts, and .xml, and thumbnail and timing for more recent recordings) still exist for everything.<br />
<br />
I'm thinking NextTool is the way to go to get my recording database cleaned and rebuilt. Problem is when I ran it the first time (with "nexttool --import &lt;path to my Recordings folder which has no spaces&gt;", and yes, I backed up the NPVR-Data folder first), it appeared to run, and it looks like it may have fixed some things, but it missed some folders in there, which leads me to believe that there is still some corruption in my Recordings database and that I'm best served recreating that from go, especially considering I have all of the proper metadata to do it right.<br />
<br />
Other weirdness: the NextPVR web client can't find any files to play back, while Kodi and the NPVR desktop apps play back what it found just fine. It just either didn't find everything in my Recordings folder (even though the logs say they were processed), or there is still DB corruption.<br />
<br />
I would rather not blow the whole npvr.db3 out and have to set everything up from scratch. How can I clear out just the recordings DB so that NextTool can rebuild my recordings directory? I am not afraid to go in there with DB Browser if I have instructions as to what to do.<br />
<br />
Thanks much for the help!<br />
<br />
-- Chris]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SAT>IP server not detected as a device]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66978</link>
			<pubDate>Wed, 13 May 2026 02:39:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=31602">festinalente</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66978</guid>
			<description><![CDATA[Hi,<br />
I recently upgraded my ageing media server to a Raspberry Pi 5 running Libreelec 12.2.1<br />
I have a Triax TSS400 SAT&gt;IP server which I thought I might be able to us, but it does not show up under the 'Devices' section of the web app.<br />
<br />
It appears to be found as seen in the logs, but it does not indicate that it is a 4 channel DVBS2 4 receiver device.<br />
<br />
I have had this device running under TVHeadend but found that I to specifically tell TVHeadend that it was a DVBS2-4 device.<br />
<br />
I have included a status screen from the Triax showing it receiving TVNZ 1, as well as a specification document all included in the logs archive.<br />
<br />
I would be really grateful if you can suggest how I might proceed to get it to work with NextPVR?<br />
Please let me know if you need me to provide any further information.<br />
<br />
Kind regards and thanks in advance, Stephen]]></description>
			<content:encoded><![CDATA[Hi,<br />
I recently upgraded my ageing media server to a Raspberry Pi 5 running Libreelec 12.2.1<br />
I have a Triax TSS400 SAT&gt;IP server which I thought I might be able to us, but it does not show up under the 'Devices' section of the web app.<br />
<br />
It appears to be found as seen in the logs, but it does not indicate that it is a 4 channel DVBS2 4 receiver device.<br />
<br />
I have had this device running under TVHeadend but found that I to specifically tell TVHeadend that it was a DVBS2-4 device.<br />
<br />
I have included a status screen from the Triax showing it receiving TVNZ 1, as well as a specification document all included in the logs archive.<br />
<br />
I would be really grateful if you can suggest how I might proceed to get it to work with NextPVR?<br />
Please let me know if you need me to provide any further information.<br />
<br />
Kind regards and thanks in advance, Stephen]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Yet Another UI Client 3]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66973</link>
			<pubDate>Mon, 11 May 2026 22:16:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=5939">mvallevand</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66973</guid>
			<description><![CDATA[I am getting ready to start packaging yauiclient3 and was wondering if anyone wants to test a pre-release version.  It is quite different from the previous versions with improved performance and multiple OS support and it will be open source too.  <br />
<br />
For those that don't know UI clients they give the same great PVR experience as NextPVR.exe on Windows on remote PC's and devices.  Up to now these device have been limited to Smart TVs, Windows and Android Roku boxes.  With yauiclient 3 many more devices are available.  There are test versions for macOS Linux and RPis as well as Windows and even with Windows the performance has improved over previous versions.    In the next version of NextPVR, the clients will be much faster on localhost too. <br />
<br />
If you like using thumbnails they work exceptionally well on yauiclient 3 and if you don't use them, you might start, they work that well.<br />
<br />
One new platform that I feel is really is nice is a LibreELEC 12 and 13 version that allow yauiclient to replace Kodi and provide a true NextPVR appliance capable of not only having a hardware player but the server can be installed.  This is working with x64, RPi4 and 5 (3 could work but not client and server), and new aarch64 SoC like the Rockchip 358x SoCs.  Kodi is a good client too, but there are many people that prefer the NextPVR interface or just don't like the Kodi look and feel and this provides an alternative.  I have tested this on 15+  year old laptops I have setting around and the performance is great, better than on today's RPi5.  I had similar findings with sub &#36;100 thin clients so while the RPi5 prices make them almost PC priced, this give a cheap way to add more clients.  Using LibreELEC as a base makes it easy to use full MCE or Hauppauge remote too.<br />
<br />
A big thanks to artmetz and also to the entire NextPVR pre-release time for getting me to this stage.  I have to thank Claude too, I would have struggled to get here without it.<br />
<br />
Martin]]></description>
			<content:encoded><![CDATA[I am getting ready to start packaging yauiclient3 and was wondering if anyone wants to test a pre-release version.  It is quite different from the previous versions with improved performance and multiple OS support and it will be open source too.  <br />
<br />
For those that don't know UI clients they give the same great PVR experience as NextPVR.exe on Windows on remote PC's and devices.  Up to now these device have been limited to Smart TVs, Windows and Android Roku boxes.  With yauiclient 3 many more devices are available.  There are test versions for macOS Linux and RPis as well as Windows and even with Windows the performance has improved over previous versions.    In the next version of NextPVR, the clients will be much faster on localhost too. <br />
<br />
If you like using thumbnails they work exceptionally well on yauiclient 3 and if you don't use them, you might start, they work that well.<br />
<br />
One new platform that I feel is really is nice is a LibreELEC 12 and 13 version that allow yauiclient to replace Kodi and provide a true NextPVR appliance capable of not only having a hardware player but the server can be installed.  This is working with x64, RPi4 and 5 (3 could work but not client and server), and new aarch64 SoC like the Rockchip 358x SoCs.  Kodi is a good client too, but there are many people that prefer the NextPVR interface or just don't like the Kodi look and feel and this provides an alternative.  I have tested this on 15+  year old laptops I have setting around and the performance is great, better than on today's RPi5.  I had similar findings with sub &#36;100 thin clients so while the RPi5 prices make them almost PC priced, this give a cheap way to add more clients.  Using LibreELEC as a base makes it easy to use full MCE or Hauppauge remote too.<br />
<br />
A big thanks to artmetz and also to the entire NextPVR pre-release time for getting me to this stage.  I have to thank Claude too, I would have struggled to get here without it.<br />
<br />
Martin]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Keep EPG History for X days]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66977</link>
			<pubDate>Mon, 11 May 2026 16:49:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=21401">Jonsnow</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66977</guid>
			<description><![CDATA[I have resorted to getting epg updates ota but I only get about 11 hours, to work around this nextpvr runs an auto update 2 times a day. I am hoping to run it 3 times a day to cover the gaps but noticed every time it runs it wipes the previous 11 hours.<br />
<br />
How can i keep a history of the epg so at least I can see a full day without gaps or if i decide to run the update more frequently.<br />
<br />
Gemini tells me add these to my config, but i didn't see any references if this is still valid? <br />
<br />
&lt;EPG&gt;<br />
  &lt;EPGCleanupHours&gt;24&lt;/EPGCleanupHours&gt;<br />
&lt;/EPG&gt; <br />
<br />
&lt;General&gt;<br />
  &lt;KeepOldEPG&gt;true&lt;/KeepOldEPG&gt;<br />
&lt;/General&gt;]]></description>
			<content:encoded><![CDATA[I have resorted to getting epg updates ota but I only get about 11 hours, to work around this nextpvr runs an auto update 2 times a day. I am hoping to run it 3 times a day to cover the gaps but noticed every time it runs it wipes the previous 11 hours.<br />
<br />
How can i keep a history of the epg so at least I can see a full day without gaps or if i decide to run the update more frequently.<br />
<br />
Gemini tells me add these to my config, but i didn't see any references if this is still valid? <br />
<br />
&lt;EPG&gt;<br />
  &lt;EPGCleanupHours&gt;24&lt;/EPGCleanupHours&gt;<br />
&lt;/EPG&gt; <br />
<br />
&lt;General&gt;<br />
  &lt;KeepOldEPG&gt;true&lt;/KeepOldEPG&gt;<br />
&lt;/General&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Is there any option to Set Default EPG TV channel in PVR section ???]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66976</link>
			<pubDate>Sat, 09 May 2026 23:05:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=5768">i0zjh02</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66976</guid>
			<description><![CDATA[<span style="color: #074454;" class="mycode_color"><span style="font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">Is there any option to set a default TV channel?</span></span><span style="color: #074454;" class="mycode_color"><span style="font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"> I'd like when I go into my epg to be at channel 101 (In UK this is the start of the main Freeview HD channels) rather that at channel 1 which are the SD versions. I know I can renumber channels and make the HD ones first, but as channel lineups change frequently I want as easy a solution as possible so I can just do a rescan and be able to use the rescanned channel list with minimal manual manipulation. Would be great if this was possible, Appreciate any suggestions</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #074454;" class="mycode_color"><span style="font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">Is there any option to set a default TV channel?</span></span><span style="color: #074454;" class="mycode_color"><span style="font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"> I'd like when I go into my epg to be at channel 101 (In UK this is the start of the main Freeview HD channels) rather that at channel 1 which are the SD versions. I know I can renumber channels and make the HD ones first, but as channel lineups change frequently I want as easy a solution as possible so I can just do a rescan and be able to use the rescanned channel list with minimal manual manipulation. Would be great if this was possible, Appreciate any suggestions</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Converting .TS files]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66975</link>
			<pubDate>Sat, 09 May 2026 22:27:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=30789">Joram</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66975</guid>
			<description><![CDATA[Not sure that this sub-forum is the right one for this topic, so mods please move it to a sub-forum where it might fit better.<br />
<br />
I have a dedicated offline Windows 10 laptop that I use to watch baseball games on the treadmill (otherwise the experience would be tedious to the point of inducing insanity). For years, I happily recorded games on Windows Media Center and transferred the .WTV files to the laptop via sneakernet. The laptop has a receiver connected for use with the WMC remote.<br />
<br />
As Verizon has sunsetted our CableCARDs, this model for viewing will become obsolete once I finish watching the last game recorded via CableCARD. In anticipation of this event, I tried putting .TS files produced by NextPVR (using a Hauppauge HD PVR 2 1512) onto the laptop, to play via VLC. However, I don't have a remote that (to my knowledge) will control VLC, at least not with the granularity that a WMC remote can control WMC (30-second skip forward, 6-second skip back). So I resorted to converting the .TS files into .WTV files so that I could use the WMC remote.<br />
<br />
This has worked OK, but there is a nagging visual issue where the WTV video looks choppy: for example, whereas the crawl line on the .TS file flows smoothly, on the .WTV conversion it moves along in little fits. The motion of a batted or pitched baseball looks similarly jerky in comparison to the .TS file.<br />
<br />
What, if anything, can I do to mitigate/eliminate this issue? I'm open to solutions that will either (preferably) improve the .WTV output or, barring that, improve the VLC experience (a useful remote?).<br />
<br />
In case it makes a difference, for the conversion to .WTV I'm using <a href="https://www.idealshare.net/" target="_blank" rel="noopener" class="mycode_url">iDealshare VideoGo</a>, at its highest settings for both video size and video quality.]]></description>
			<content:encoded><![CDATA[Not sure that this sub-forum is the right one for this topic, so mods please move it to a sub-forum where it might fit better.<br />
<br />
I have a dedicated offline Windows 10 laptop that I use to watch baseball games on the treadmill (otherwise the experience would be tedious to the point of inducing insanity). For years, I happily recorded games on Windows Media Center and transferred the .WTV files to the laptop via sneakernet. The laptop has a receiver connected for use with the WMC remote.<br />
<br />
As Verizon has sunsetted our CableCARDs, this model for viewing will become obsolete once I finish watching the last game recorded via CableCARD. In anticipation of this event, I tried putting .TS files produced by NextPVR (using a Hauppauge HD PVR 2 1512) onto the laptop, to play via VLC. However, I don't have a remote that (to my knowledge) will control VLC, at least not with the granularity that a WMC remote can control WMC (30-second skip forward, 6-second skip back). So I resorted to converting the .TS files into .WTV files so that I could use the WMC remote.<br />
<br />
This has worked OK, but there is a nagging visual issue where the WTV video looks choppy: for example, whereas the crawl line on the .TS file flows smoothly, on the .WTV conversion it moves along in little fits. The motion of a batted or pitched baseball looks similarly jerky in comparison to the .TS file.<br />
<br />
What, if anything, can I do to mitigate/eliminate this issue? I'm open to solutions that will either (preferably) improve the .WTV output or, barring that, improve the VLC experience (a useful remote?).<br />
<br />
In case it makes a difference, for the conversion to .WTV I'm using <a href="https://www.idealshare.net/" target="_blank" rel="noopener" class="mycode_url">iDealshare VideoGo</a>, at its highest settings for both video size and video quality.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Nextpvr seems to sort of crash]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66974</link>
			<pubDate>Sat, 09 May 2026 01:43:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=21379">Brucek2839</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66974</guid>
			<description><![CDATA[Hello,<br />
I have been having Nextpvr sort of crash lately.  It will crash to the point it will display a black box half screen.  I still get audio.  I have to exit Nextpvr via task manger then reopen it.  I have enclosed pics as well as the logs.  I hope we can figure this out.<br />
Thank you,<br />
Bruce<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=9791" target="_blank" title="">logs-20260508-2024.zip</a> (Size: 780.76 KB / Downloads: 2)
]]></description>
			<content:encoded><![CDATA[Hello,<br />
I have been having Nextpvr sort of crash lately.  It will crash to the point it will display a black box half screen.  I still get audio.  I have to exit Nextpvr via task manger then reopen it.  I have enclosed pics as well as the logs.  I hope we can figure this out.<br />
Thank you,<br />
Bruce<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=9791" target="_blank" title="">logs-20260508-2024.zip</a> (Size: 780.76 KB / Downloads: 2)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Recurring Recordings]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66972</link>
			<pubDate>Fri, 08 May 2026 11:52:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=3857">jrockow</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66972</guid>
			<description><![CDATA[I'm trying to recreate a "Recurring Recordings" list for my custom UI.<br />
<br />
If I look at the recurring_recordings table in the DB, I can't see how I would get the channel_OID or the recording type info.<br />
There are some channel_OIDs in the table, but not all. I don't see any recording type info.<br />
<br />
I don't know what to cross reference this table with to get the missing data?]]></description>
			<content:encoded><![CDATA[I'm trying to recreate a "Recurring Recordings" list for my custom UI.<br />
<br />
If I look at the recurring_recordings table in the DB, I can't see how I would get the channel_OID or the recording type info.<br />
There are some channel_OIDs in the table, but not all. I don't see any recording type info.<br />
<br />
I don't know what to cross reference this table with to get the missing data?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Comskip not working on only one program]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66969</link>
			<pubDate>Tue, 05 May 2026 03:13:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=26103">joeejo</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66969</guid>
			<description><![CDATA[I have been using NextPVR for many years with comskip without issue until recently. For some reason when I record one particular program (Alarma TV), comskip does not find any commercials. If I record any other program on the same channel, (or any other channel for that matter) comskip works perfectly. It is just this one program. What  makes it even more confusing is that the channel shows a 1 hour version of Alarma TV and a 1/2 hour version of Alarma TV daily, and comskip works properly on the 1/2 hour version but finds NO commercials on the 1 hour version of the same show.<br />
<br />
I realize this is likely a comskip problem, however some of the messages in the log make me think it may have something to do with the recording from NextPVR.<br />
<br />
I am attaching the log generated by comskip  and NextPvr. <br />
<br />
If someone could interpret them for me and give me some guidance  how to correct this issue.<br />
<br />
Thank you<br />
<br />
Comskip version 0.82.012<br />
NextPVR version 7.0.5.260307<br />
Windows 11 Pro version 25H2 Build 26200.8328<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=9781" target="_blank" title="">logs-20260504-2257.zip</a> (Size: 1.49 MB / Downloads: 1)
<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=9782" target="_blank" title="">Alarma TV_20260504_21002200.zip</a> (Size: 99.1 KB / Downloads: 2)
]]></description>
			<content:encoded><![CDATA[I have been using NextPVR for many years with comskip without issue until recently. For some reason when I record one particular program (Alarma TV), comskip does not find any commercials. If I record any other program on the same channel, (or any other channel for that matter) comskip works perfectly. It is just this one program. What  makes it even more confusing is that the channel shows a 1 hour version of Alarma TV and a 1/2 hour version of Alarma TV daily, and comskip works properly on the 1/2 hour version but finds NO commercials on the 1 hour version of the same show.<br />
<br />
I realize this is likely a comskip problem, however some of the messages in the log make me think it may have something to do with the recording from NextPVR.<br />
<br />
I am attaching the log generated by comskip  and NextPvr. <br />
<br />
If someone could interpret them for me and give me some guidance  how to correct this issue.<br />
<br />
Thank you<br />
<br />
Comskip version 0.82.012<br />
NextPVR version 7.0.5.260307<br />
Windows 11 Pro version 25H2 Build 26200.8328<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=9781" target="_blank" title="">logs-20260504-2257.zip</a> (Size: 1.49 MB / Downloads: 1)
<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=9782" target="_blank" title="">Alarma TV_20260504_21002200.zip</a> (Size: 99.1 KB / Downloads: 2)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[HDHomeRun Emulation]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66968</link>
			<pubDate>Mon, 04 May 2026 09:51:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=31612">Video-ista</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66968</guid>
			<description><![CDATA[I am playing with Prismcast, which is a plugin intended for Channels and Plex. It provides various means to interact with video delivered by various websites, such as one associated with one's cable provider. It also creates an emulation of a HDHomeRun tuner. Is there a way to get NextPVR to recognize the emulated tuner? It will scan for tuners and sees my physical ones, but not the emulated one.]]></description>
			<content:encoded><![CDATA[I am playing with Prismcast, which is a plugin intended for Channels and Plex. It provides various means to interact with video delivered by various websites, such as one associated with one's cable provider. It also creates an emulation of a HDHomeRun tuner. Is there a way to get NextPVR to recognize the emulated tuner? It will scan for tuners and sees my physical ones, but not the emulated one.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[air dates for shows]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66967</link>
			<pubDate>Sun, 03 May 2026 11:21:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=21533">a1blues</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66967</guid>
			<description><![CDATA[Any chance of retrieving air dates of tv shows from online sources to be added to guide information so people know when a show was originally made.<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Any chance of retrieving air dates of tv shows from online sources to be added to guide information so people know when a show was originally made.<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The operation has timed out]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66966</link>
			<pubDate>Fri, 01 May 2026 15:33:57 +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=66966</guid>
			<description><![CDATA[Not sure what is going on, have 4 tuners on this system. Ignore the network drive P is unavailable messages (it's not attached currently)<br />
I will reboot the server...<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=9767" target="_blank" title="">logs-20260501-0907.zip</a> (Size: 1.97 MB / Downloads: 1)
]]></description>
			<content:encoded><![CDATA[Not sure what is going on, have 4 tuners on this system. Ignore the network drive P is unavailable messages (it's not attached currently)<br />
I will reboot the server...<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=9767" target="_blank" title="">logs-20260501-0907.zip</a> (Size: 1.97 MB / Downloads: 1)
]]></content:encoded>
		</item>
	</channel>
</rss>