<?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 - Windows]]></title>
		<link>https://forums.nextpvr.com/</link>
		<description><![CDATA[NextPVR Forums - https://forums.nextpvr.com]]></description>
		<pubDate>Thu, 04 Jun 2026 22:30:04 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[recording one channel causes serviceto crash -]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=67000</link>
			<pubDate>Thu, 28 May 2026 03:17:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=29787">sharkbite</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=67000</guid>
			<description><![CDATA[hi Martin....<br />
<br />
'we got one' as they say....<br />
<br />
recording abcnews at noon - the nextpvr service crashes and wont restart - even after a reboot.<br />
<br />
this has happened before and i need to either delete the db file or uninstall/reinstall to get nextpvr back<br />
<br />
interersting aside - in some of the log files its looking for a languages folder that does not exist<br />
<br />
the main problem - if i try to record any abc channel, it takes out the service and kills it with fire.<br />
<br />
these logs were gathered manually - there is no access to settings to press the 'get logs' button<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=9912" target="_blank" title="">NPVR.log.zip</a> (Size: 783.47 KB / Downloads: 1)
]]></description>
			<content:encoded><![CDATA[hi Martin....<br />
<br />
'we got one' as they say....<br />
<br />
recording abcnews at noon - the nextpvr service crashes and wont restart - even after a reboot.<br />
<br />
this has happened before and i need to either delete the db file or uninstall/reinstall to get nextpvr back<br />
<br />
interersting aside - in some of the log files its looking for a languages folder that does not exist<br />
<br />
the main problem - if i try to record any abc channel, it takes out the service and kills it with fire.<br />
<br />
these logs were gathered manually - there is no access to settings to press the 'get logs' button<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=9912" target="_blank" title="">NPVR.log.zip</a> (Size: 783.47 KB / Downloads: 1)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[is there a way to force iptv input streams through ffmpeg?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66995</link>
			<pubDate>Sun, 24 May 2026 09:12:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=29787">sharkbite</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66995</guid>
			<description><![CDATA[Hi Folks...<br />
<br />
I don't really understand how iptv recording works so i may be barking up the wrong tree...<br />
<br />
i use the mjh m3u8 playlists to watch and/or record live ,free iptv....<br />
<br />
ive had a recurring problem where the recordings fail with "recording interrupted" and a few other issues that i don't want to trouble anyone with here...<br />
....it seems like if there is a glitch in the stream, it causes the recording to fail.<br />
<br />
now...i have tried using ffmpeg command line on a few recordings, and it seems to be able to handle the glitches - you can see it as warnings in the scrolling logs....<br />
but the resultant .ts file comes out complete.<br />
<br />
<br />
hence the question - is there a way to pipe all the channels in a m3u8 playlist to go through ffmpeg first? (i'd like to see if ffmpeg can help out with glitchy channel streams)<br />
<br />
Ive tried putting the mjh playlist .m3u8 into an 'extras.xml' but it does not show any channels...(admittedly i got the code lines to do it from AI slop)<br />
I would be prepared to manually put all the channels in the extras file, if thats the way to do it, but i'm lazy and wondering if there is another way?<br />
<br />
This is what i put in "extras.xml":<br />
<br />
&lt;extras&gt;<br />
    &lt;channel name="FFMpeg stream"&gt;<br />
        &lt;command&gt;ffmpeg.exe&lt;/command&gt;<br />
        &lt;args&gt;-i "https://i.mjh.nz/au/Sydney/kodi-tv.m3u8" -vcodec copy -acodec copy -f mpegts -&lt;/args&gt;<br />
    &lt;/channel&gt;<br />
&lt;/extras&gt;<br />
<br />
but even i dont think this makes sense<br />
<br />
any advice would be greatly appreciated...]]></description>
			<content:encoded><![CDATA[Hi Folks...<br />
<br />
I don't really understand how iptv recording works so i may be barking up the wrong tree...<br />
<br />
i use the mjh m3u8 playlists to watch and/or record live ,free iptv....<br />
<br />
ive had a recurring problem where the recordings fail with "recording interrupted" and a few other issues that i don't want to trouble anyone with here...<br />
....it seems like if there is a glitch in the stream, it causes the recording to fail.<br />
<br />
now...i have tried using ffmpeg command line on a few recordings, and it seems to be able to handle the glitches - you can see it as warnings in the scrolling logs....<br />
but the resultant .ts file comes out complete.<br />
<br />
<br />
hence the question - is there a way to pipe all the channels in a m3u8 playlist to go through ffmpeg first? (i'd like to see if ffmpeg can help out with glitchy channel streams)<br />
<br />
Ive tried putting the mjh playlist .m3u8 into an 'extras.xml' but it does not show any channels...(admittedly i got the code lines to do it from AI slop)<br />
I would be prepared to manually put all the channels in the extras file, if thats the way to do it, but i'm lazy and wondering if there is another way?<br />
<br />
This is what i put in "extras.xml":<br />
<br />
&lt;extras&gt;<br />
    &lt;channel name="FFMpeg stream"&gt;<br />
        &lt;command&gt;ffmpeg.exe&lt;/command&gt;<br />
        &lt;args&gt;-i "https://i.mjh.nz/au/Sydney/kodi-tv.m3u8" -vcodec copy -acodec copy -f mpegts -&lt;/args&gt;<br />
    &lt;/channel&gt;<br />
&lt;/extras&gt;<br />
<br />
but even i dont think this makes sense<br />
<br />
any advice would be greatly appreciated...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DVB subtitles off centre]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66994</link>
			<pubDate>Sun, 24 May 2026 01:14:42 +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=66994</guid>
			<description><![CDATA[Using webapp and each of the latest npvr versions.<br />
<br />
Some subtitles are so off that they're partially cut out of the screen.<br />
<br />
However, some other times they are indeed centred. Don't know if channel related, can’t find a pattern.<br />
<br />
Using kodi all is fine.]]></description>
			<content:encoded><![CDATA[Using webapp and each of the latest npvr versions.<br />
<br />
Some subtitles are so off that they're partially cut out of the screen.<br />
<br />
However, some other times they are indeed centred. Don't know if channel related, can’t find a pattern.<br />
<br />
Using kodi all is fine.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Invalid file, no error reported]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66993</link>
			<pubDate>Sat, 23 May 2026 05:20:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=23375">pabaxt</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66993</guid>
			<description><![CDATA[Overnight, a scheduled recording is reported as successful, but in fact the .ts file is only 28Mb and is not playable (with VLS for NPVR). It's on a channel that has worked fine before, and it has the timestamp when it was due to end, so it looks like it didn't fail (e.g. loss of signal) and was truncated<br />
<br />
Any thoughts?<br />
<br />
Logs and file list image attached<br />
<br />
Many thanks<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
&nbsp;&nbsp;<a href="attachment.php?aid=9873" target="_blank" title="">2026-05-23_06-16-24.jpg</a> (Size: 74.12 KB / Downloads: 64)
<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=9874" target="_blank" title="">logs-20260523-0610.zip</a> (Size: 1.39 MB / Downloads: 1)
]]></description>
			<content:encoded><![CDATA[Overnight, a scheduled recording is reported as successful, but in fact the .ts file is only 28Mb and is not playable (with VLS for NPVR). It's on a channel that has worked fine before, and it has the timestamp when it was due to end, so it looks like it didn't fail (e.g. loss of signal) and was truncated<br />
<br />
Any thoughts?<br />
<br />
Logs and file list image attached<br />
<br />
Many thanks<br />
<br />
<img src="https://forums.nextpvr.com/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
&nbsp;&nbsp;<a href="attachment.php?aid=9873" target="_blank" title="">2026-05-23_06-16-24.jpg</a> (Size: 74.12 KB / Downloads: 64)
<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=9874" target="_blank" title="">logs-20260523-0610.zip</a> (Size: 1.39 MB / Downloads: 1)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NextPVR and DISH]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66992</link>
			<pubDate>Fri, 22 May 2026 20:57:12 +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=66992</guid>
			<description><![CDATA[I'm trying to understand the benefit of using NextPVR in conjunction with Dish Network (or similar service).<br />
When I started with NextPVR years ago I had a cable card, which was a very sweet arrangement.<br />
Recently I've been playing with an IPTV service, which is a legally gray area at best.<br />
I'd like to go fully legit, but if I do go with Dish would I still get any benefit from NextPVR?<br />
I tried the OTA route but my location makes that impossible.]]></description>
			<content:encoded><![CDATA[I'm trying to understand the benefit of using NextPVR in conjunction with Dish Network (or similar service).<br />
When I started with NextPVR years ago I had a cable card, which was a very sweet arrangement.<br />
Recently I've been playing with an IPTV service, which is a legally gray area at best.<br />
I'd like to go fully legit, but if I do go with Dish would I still get any benefit from NextPVR?<br />
I tried the OTA route but my location makes that impossible.]]></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[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[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>
		<item>
			<title><![CDATA[Showing duplicate of every channel lately]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66963</link>
			<pubDate>Tue, 28 Apr 2026 23:59:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=31578">merkyone</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66963</guid>
			<description><![CDATA[Any ideas how to fix this without wiping everything?]]></description>
			<content:encoded><![CDATA[Any ideas how to fix this without wiping everything?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lost devices after new install]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66960</link>
			<pubDate>Tue, 28 Apr 2026 06:27:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=2105">erik</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66960</guid>
			<description><![CDATA[My computers runs windows 10, last fully updated version<br />
I did a full reinstall and tried to install the channels but nothing was found.<br />
I noticed the tray application did not show being active when scanning<br />
Then I noticed none of my devices (3 tuners) where shown in the tray application status window. <br />
I removed everything npvr and reinstalled, same result. <br />
The tuners do work with other SW and previously (last week) did work with an older npvr version<br />
I can't see any problem in the log file (attached) so I have no clue what to do next.<br />
Any help?<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=9760" target="_blank" title="">logs-20260428-0820.zip</a> (Size: 20.01 KB / Downloads: 1)
]]></description>
			<content:encoded><![CDATA[My computers runs windows 10, last fully updated version<br />
I did a full reinstall and tried to install the channels but nothing was found.<br />
I noticed the tray application did not show being active when scanning<br />
Then I noticed none of my devices (3 tuners) where shown in the tray application status window. <br />
I removed everything npvr and reinstalled, same result. <br />
The tuners do work with other SW and previously (last week) did work with an older npvr version<br />
I can't see any problem in the log file (attached) so I have no clue what to do next.<br />
Any help?<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=9760" target="_blank" title="">logs-20260428-0820.zip</a> (Size: 20.01 KB / Downloads: 1)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cableco DVR with six tuners, can NPVR use more than one?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66959</link>
			<pubDate>Mon, 27 Apr 2026 17:08:13 +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=66959</guid>
			<description><![CDATA[Following up on a <a href="https://forums.nextpvr.com/showthread.php?tid=66949" target="_blank" rel="noopener" class="mycode_url">previous discussion</a>:<br />
<br />
As reported there, we now have three boxes from our cable company (Verizon), including two VMS4100 DVRs and one IPC4100 STB. As I understand it, the STB doesn't have its own tuners while the DVRs each have six tuners, such that in theory we could be recording up to twelve different programs at the same time. <br />
<br />
Now here's the question: Is there a way for NextPVR to make use of these multiple tuners (using the appropriate hardware) so that we can record more than one program at the same time onto our PC, instead of onto the DVRs? Or are we limited to recording from one single channel on any single PC?<br />
<br />
I suspect that the answer is the latter, but wish to confirm it. Or, preferably, refute it.  <img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[Following up on a <a href="https://forums.nextpvr.com/showthread.php?tid=66949" target="_blank" rel="noopener" class="mycode_url">previous discussion</a>:<br />
<br />
As reported there, we now have three boxes from our cable company (Verizon), including two VMS4100 DVRs and one IPC4100 STB. As I understand it, the STB doesn't have its own tuners while the DVRs each have six tuners, such that in theory we could be recording up to twelve different programs at the same time. <br />
<br />
Now here's the question: Is there a way for NextPVR to make use of these multiple tuners (using the appropriate hardware) so that we can record more than one program at the same time onto our PC, instead of onto the DVRs? Or are we limited to recording from one single channel on any single PC?<br />
<br />
I suspect that the answer is the latter, but wish to confirm it. Or, preferably, refute it.  <img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Epg Copying]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66958</link>
			<pubDate>Sat, 25 Apr 2026 12:57:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=17826">bass_gas</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=66958</guid>
			<description><![CDATA[How to copy EPG source from one channel to the rest. Tried Auto map and did nothing.]]></description>
			<content:encoded><![CDATA[How to copy EPG source from one channel to the rest. Tried Auto map and did nothing.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Probably for SUB?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=66950</link>
			<pubDate>Sat, 18 Apr 2026 15:12:11 +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=66950</guid>
			<description><![CDATA[I know you don't like getting involved with batch files, so I'm only including the command that's relavant.<br />
<br />
"C:\Program Files\PuTTY\plink.exe" -ssh -pw ????? user@IPaddress ls "/usr/local/bin/  &gt; /volume1/Volume_1/PostBatchLog.txt" &gt; "C:\users\john\PostBatchLog.txt"<br />
<br />
It's a simple command to output a directory from my NAS.<br />
<br />
If I put this command in PostCancel.bat, and execute the batch file directly in windows, it works fine.<br />
If I have it run automatically after canceling a recording it doesn't work.]]></description>
			<content:encoded><![CDATA[I know you don't like getting involved with batch files, so I'm only including the command that's relavant.<br />
<br />
"C:\Program Files\PuTTY\plink.exe" -ssh -pw ????? user@IPaddress ls "/usr/local/bin/  &gt; /volume1/Volume_1/PostBatchLog.txt" &gt; "C:\users\john\PostBatchLog.txt"<br />
<br />
It's a simple command to output a directory from my NAS.<br />
<br />
If I put this command in PostCancel.bat, and execute the batch file directly in windows, it works fine.<br />
If I have it run automatically after canceling a recording it doesn't work.]]></content:encoded>
		</item>
	</channel>
</rss>