<?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 - NextPVR Web Console]]></title>
		<link>https://forums.nextpvr.com/</link>
		<description><![CDATA[NextPVR Forums - https://forums.nextpvr.com]]></description>
		<pubDate>Sun, 03 May 2026 20:39:03 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Unexpected error starting web server]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=54186</link>
			<pubDate>Thu, 04 Dec 2014 16:31:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=16873">jatvman</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=54186</guid>
			<description><![CDATA[The following error is returned when starting the recording service so I cannot use the web server on 8866<br />
<br />
The full exception error is <br />
<br />
2014-12-03 21:30:17.343	[ERROR][4]	Unexpected error starting web server: <br />
System.AppDomainUnloadedException: The application domain in which the thread was running has been unloaded.<br />
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)<br />
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)<br />
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)<br />
   at System.Web.Hosting.ApplicationManager.CreateInstanceInNewWorkerAppDomain(Type type, String appId, VirtualPath virtualPath, String physicalPath)<br />
   at System.Web.Hosting.ApplicationHost.CreateApplicationHost(Type hostType, String virtualDir, String physicalDir)<br />
   at Cassini.Server.CreateHost()<br />
   at Cassini.Server..ctor(Int32 port, String virtualPath, String physicalPath)<br />
   at NRecord.RecordingService.OnStart(String[] args)<br />
<br />
I uploaded the log in npvr.zip<br />
<br />
Everything else is working fine with npvr. <br />
<br />
My OS is Windows 8.1<br />
<br />
The firewall is disabled.<br />
<br />
my config.xml settings are<br />
<br />
&lt;WebServer&gt;<br />
    &lt;Enabled&gt;true&lt;/Enabled&gt;<br />
    &lt;Port&gt;8866&lt;/Port&gt;<br />
    &lt;Username&gt;admin&lt;/Username&gt;<br />
    &lt;Password&gt;5F4DCC3B5AA765D61D8327DEB882CF99&lt;/Password&gt;<br />
    &lt;PinMD5&gt;4A7D1ED414474E4033AC29CCB8653D9B&lt;/PinMD5&gt;<br />
    &lt;AllowRemoteAPI&gt;false&lt;/AllowRemoteAPI&gt;<br />
    &lt;AllowRemoteTranscode&gt;true&lt;/AllowRemoteTranscode&gt;<br />
    &lt;AllowRemoteStreaming&gt;true&lt;/AllowRemoteStreaming&gt;<br />
    &lt;TranscodeExe&gt;.\other\ffmpeg.exe&lt;/TranscodeExe&gt;<br />
    &lt;TranscodeArgs&gt;-y -v 0 -i [SOURCE] -f mpegts -acodec libfaac -ar 48000 -ac 2 -ab 64k -s [RESOLUTION] -vcodec libx264 -b [BITRATE] -flags +loop -cmp +chroma -refs 1 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 200k -maxrate 96k -bufsize 96k -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect [ASPECT] -g 30 -async 2  [TARGET]&lt;/TranscodeArgs&gt;<br />
  &lt;/WebServer&gt;<br />
<br />
I tried downloading and installing NEWA v2.15 and v.1.34 and both gave the same error.<br />
<br />
Any ideas? Is there a way to add more debug info to the exception?]]></description>
			<content:encoded><![CDATA[The following error is returned when starting the recording service so I cannot use the web server on 8866<br />
<br />
The full exception error is <br />
<br />
2014-12-03 21:30:17.343	[ERROR][4]	Unexpected error starting web server: <br />
System.AppDomainUnloadedException: The application domain in which the thread was running has been unloaded.<br />
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel)<br />
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)<br />
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)<br />
   at System.Web.Hosting.ApplicationManager.CreateInstanceInNewWorkerAppDomain(Type type, String appId, VirtualPath virtualPath, String physicalPath)<br />
   at System.Web.Hosting.ApplicationHost.CreateApplicationHost(Type hostType, String virtualDir, String physicalDir)<br />
   at Cassini.Server.CreateHost()<br />
   at Cassini.Server..ctor(Int32 port, String virtualPath, String physicalPath)<br />
   at NRecord.RecordingService.OnStart(String[] args)<br />
<br />
I uploaded the log in npvr.zip<br />
<br />
Everything else is working fine with npvr. <br />
<br />
My OS is Windows 8.1<br />
<br />
The firewall is disabled.<br />
<br />
my config.xml settings are<br />
<br />
&lt;WebServer&gt;<br />
    &lt;Enabled&gt;true&lt;/Enabled&gt;<br />
    &lt;Port&gt;8866&lt;/Port&gt;<br />
    &lt;Username&gt;admin&lt;/Username&gt;<br />
    &lt;Password&gt;5F4DCC3B5AA765D61D8327DEB882CF99&lt;/Password&gt;<br />
    &lt;PinMD5&gt;4A7D1ED414474E4033AC29CCB8653D9B&lt;/PinMD5&gt;<br />
    &lt;AllowRemoteAPI&gt;false&lt;/AllowRemoteAPI&gt;<br />
    &lt;AllowRemoteTranscode&gt;true&lt;/AllowRemoteTranscode&gt;<br />
    &lt;AllowRemoteStreaming&gt;true&lt;/AllowRemoteStreaming&gt;<br />
    &lt;TranscodeExe&gt;.\other\ffmpeg.exe&lt;/TranscodeExe&gt;<br />
    &lt;TranscodeArgs&gt;-y -v 0 -i [SOURCE] -f mpegts -acodec libfaac -ar 48000 -ac 2 -ab 64k -s [RESOLUTION] -vcodec libx264 -b [BITRATE] -flags +loop -cmp +chroma -refs 1 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 200k -maxrate 96k -bufsize 96k -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect [ASPECT] -g 30 -async 2  [TARGET]&lt;/TranscodeArgs&gt;<br />
  &lt;/WebServer&gt;<br />
<br />
I tried downloading and installing NEWA v2.15 and v.1.34 and both gave the same error.<br />
<br />
Any ideas? Is there a way to add more debug info to the exception?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I clear all settings and start over]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=53258</link>
			<pubDate>Fri, 14 Feb 2014 15:01:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=5346">dinki</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=53258</guid>
			<description><![CDATA[I previously had Next PVR Web Console installed while tinkering with NPVR.  At the time I had cable and was using schedules direct.  I've now moved to using NPVR full time and am now only using over-the-air antenna and XMLTV as EPG source.<br />
<br />
I've tried deleting all my channels and EPG source, importing channels for NPVR and setting my EPG configuration to my .xml file.  I've attempted scanning the xml file, emptying the EPG and filling it, but I never can populate the EPG.  I've attempted removing NPVRWC and reinstalling only to have my old channel settings and Schedules Direct configuration showing back up.<br />
<br />
How can I clear all information from NPVRWC and start over with a clean slate?  The channels and EPG information it is finding are not the ones that NPVR is using now.]]></description>
			<content:encoded><![CDATA[I previously had Next PVR Web Console installed while tinkering with NPVR.  At the time I had cable and was using schedules direct.  I've now moved to using NPVR full time and am now only using over-the-air antenna and XMLTV as EPG source.<br />
<br />
I've tried deleting all my channels and EPG source, importing channels for NPVR and setting my EPG configuration to my .xml file.  I've attempted scanning the xml file, emptying the EPG and filling it, but I never can populate the EPG.  I've attempted removing NPVRWC and reinstalling only to have my old channel settings and Schedules Direct configuration showing back up.<br />
<br />
How can I clear all information from NPVRWC and start over with a clean slate?  The channels and EPG information it is finding are not the ones that NPVR is using now.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Search Feature]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=52952</link>
			<pubDate>Sat, 07 Dec 2013 16:24:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=15860">ricksuper67</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=52952</guid>
			<description><![CDATA[If I want to find a show in the future that I want to record, let's say "Sleepy Hallow" is there a way to search for it in the guide, or do I need to scroll around looking for it manually?]]></description>
			<content:encoded><![CDATA[If I want to find a show in the future that I want to record, let's say "Sleepy Hallow" is there a way to search for it in the guide, or do I need to scroll around looking for it manually?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Save Changes - not working]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=52609</link>
			<pubDate>Sun, 06 Oct 2013 00:18:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=9948">madas</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=52609</guid>
			<description><![CDATA[I seem to be unable to save any changes.  I press the save button to try and save SMTP settings and it does nothing.  Also if I try to add a user it does nothing.<br />
<br />
Tried IE9,IE10, and latest Chrome<br />
<br />
I don't see anything in the logs.  Any thoughts on the best way to start debugging this?<br />
<br />
Thanks<br />
<br />
M]]></description>
			<content:encoded><![CDATA[I seem to be unable to save any changes.  I press the save button to try and save SMTP settings and it does nothing.  Also if I try to add a user it does nothing.<br />
<br />
Tried IE9,IE10, and latest Chrome<br />
<br />
I don't see anything in the logs.  Any thoughts on the best way to start debugging this?<br />
<br />
Thanks<br />
<br />
M]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NextPVR Web Console v0.2.0.215]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=52096</link>
			<pubDate>Fri, 03 May 2013 11:00:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=739">reven</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=52096</guid>
			<description><![CDATA[uploaded a new build v0.2.0.215 which can be downloaded here<br />
<br />
<a href="http://reven.co.nz/downloads" target="_blank" rel="noopener" class="mycode_url">http://reven.co.nz/downloads</a><br />
<br />
This build isn't as polished as alpha 1, but has the code changed from knockoutjs to angularjs.  <br />
<br />
I'm looking for some people to test this out and report on issues.  I need some feedback to give me  a swift kick up the backside and get me doing more work on this.<br />
<br />
Install instructions are same as Alpha 1, so read the post first if you never installed Alpha 1.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">NOTE: This does <span style="text-decoration: underline;" class="mycode_u">NOT</span> require you to replace any DLLs as mentioned in the alpha 1 instructions.  You just need to be running the latest version of NextPVR (2.6.2.x)</span><br />
<br />
Enjoy,<br />
Reven]]></description>
			<content:encoded><![CDATA[uploaded a new build v0.2.0.215 which can be downloaded here<br />
<br />
<a href="http://reven.co.nz/downloads" target="_blank" rel="noopener" class="mycode_url">http://reven.co.nz/downloads</a><br />
<br />
This build isn't as polished as alpha 1, but has the code changed from knockoutjs to angularjs.  <br />
<br />
I'm looking for some people to test this out and report on issues.  I need some feedback to give me  a swift kick up the backside and get me doing more work on this.<br />
<br />
Install instructions are same as Alpha 1, so read the post first if you never installed Alpha 1.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">NOTE: This does <span style="text-decoration: underline;" class="mycode_u">NOT</span> require you to replace any DLLs as mentioned in the alpha 1 instructions.  You just need to be running the latest version of NextPVR (2.6.2.x)</span><br />
<br />
Enjoy,<br />
Reven]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OTA EPG no  info]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=52060</link>
			<pubDate>Mon, 22 Apr 2013 19:37:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=14838">mopped90</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=52060</guid>
			<description><![CDATA[anyone experiencing the same issue? normal webinterface has the epg but webconsole doesn't .]]></description>
			<content:encoded><![CDATA[anyone experiencing the same issue? normal webinterface has the epg but webconsole doesn't .]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[REQUEST] Configurable URL base]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51986</link>
			<pubDate>Mon, 08 Apr 2013 10:07:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=15125">morbo1980</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51986</guid>
			<description><![CDATA[Hopefully this is something that won't be hard to implement. I'd like to be able to configure a base URL in the web console so I can set up IIS URL rewrite/reverse proxy on my home server to enable external access through a sub folder without needing to open up another port on my router.<br />
<br />
For example locally on my network I would like to be able to access the web console on <a href="http://server:8877/npvr/" target="_blank" rel="noopener" class="mycode_url">http://server:8877/npvr/</a><br />
Then externally I'd be access through <a href="https://public.address.com/npvr/" target="_blank" rel="noopener" class="mycode_url">https://public.address.com/npvr/</a><br />
<br />
I've already got this set up for sickbeard, sabnzbd, couchpotato and utorrent and it works quite well and in addition I can use built in IIS authentication so I only need a single login for all services. For all of these program's you can configure a "urlbase" (except for utorrent but as it has a fixed base of "gui" I can still work with it). Being able to do this with NextPVR/Wb Console with be great.<br />
<br />
Thanks,<br />
Ben]]></description>
			<content:encoded><![CDATA[Hopefully this is something that won't be hard to implement. I'd like to be able to configure a base URL in the web console so I can set up IIS URL rewrite/reverse proxy on my home server to enable external access through a sub folder without needing to open up another port on my router.<br />
<br />
For example locally on my network I would like to be able to access the web console on <a href="http://server:8877/npvr/" target="_blank" rel="noopener" class="mycode_url">http://server:8877/npvr/</a><br />
Then externally I'd be access through <a href="https://public.address.com/npvr/" target="_blank" rel="noopener" class="mycode_url">https://public.address.com/npvr/</a><br />
<br />
I've already got this set up for sickbeard, sabnzbd, couchpotato and utorrent and it works quite well and in addition I can use built in IIS authentication so I only need a single login for all services. For all of these program's you can configure a "urlbase" (except for utorrent but as it has a fixed base of "gui" I can still work with it). Being able to do this with NextPVR/Wb Console with be great.<br />
<br />
Thanks,<br />
Ben]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fresh Install Javascript errors]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51836</link>
			<pubDate>Sat, 16 Mar 2013 14:44:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=8217">topcat</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51836</guid>
			<description><![CDATA[maybe i have missed an install step.<br />
<br />
but have installed<br />
then connected and setup the base username<br />
but depending on which machine I connect from I either get some dashboard info or not.<br />
<br />
otherwise none of the buttons work<br />
<br />
and i get quite a bland setup, see attached image<br />
<br />
any one got any ideas?]]></description>
			<content:encoded><![CDATA[maybe i have missed an install step.<br />
<br />
but have installed<br />
then connected and setup the base username<br />
but depending on which machine I connect from I either get some dashboard info or not.<br />
<br />
otherwise none of the buttons work<br />
<br />
and i get quite a bland setup, see attached image<br />
<br />
any one got any ideas?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[UnauthorizedAccessException on folder]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51776</link>
			<pubDate>Sun, 03 Mar 2013 22:05:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=14898">papreston</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51776</guid>
			<description><![CDATA[I'm getting this error...<br />
<br />
[UnauthorizedAccessException: Access to the path 'N:\ServerFolders\Recorded TV\' is denied.]<br />
<br />
I'm guessing its a permissions problem but not sure how to fix.  I'm running this on WHS 2011 and that folder has been shared with other machines and apps with no problem.  It says it's a problem with asp.net permissions but I cant work it out.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[I'm getting this error...<br />
<br />
[UnauthorizedAccessException: Access to the path 'N:\ServerFolders\Recorded TV\' is denied.]<br />
<br />
I'm guessing its a permissions problem but not sure how to fix.  I'm running this on WHS 2011 and that folder has been shared with other machines and apps with no problem.  It says it's a problem with asp.net permissions but I cant work it out.<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Web console + xbmc nextpvr plugin]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51763</link>
			<pubDate>Sat, 02 Mar 2013 05:12:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=3321">psycik</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51763</guid>
			<description><![CDATA[How do these interact?  I've had a rudimentary play with the nextpvr plugin in xbmc (on a pc and an apple tv).<br />
<br />
Will the web console allow (later?) for the ability to transcode a video for lower capable devices?<br />
<br />
X-newa does this with newa - but I like how integrated the nextpvr plugin in off the menus (that said I've only just updated newa to 1.31 to try and play around with the transcoding).]]></description>
			<content:encoded><![CDATA[How do these interact?  I've had a rudimentary play with the nextpvr plugin in xbmc (on a pc and an apple tv).<br />
<br />
Will the web console allow (later?) for the ability to transcode a video for lower capable devices?<br />
<br />
X-newa does this with newa - but I like how integrated the nextpvr plugin in off the menus (that said I've only just updated newa to 1.31 to try and play around with the transcoding).]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[REQUEST] Live channel streaming]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51761</link>
			<pubDate>Fri, 01 Mar 2013 13:00:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=14951">rdougher</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51761</guid>
			<description><![CDATA[NEWA already has this. It would be great to see it in Web Console.]]></description>
			<content:encoded><![CDATA[NEWA already has this. It would be great to see it in Web Console.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Channel Logos?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51760</link>
			<pubDate>Fri, 01 Mar 2013 12:18:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=14951">rdougher</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51760</guid>
			<description><![CDATA[reven,<br />
I see channel logos in all the screenshots for the web console, however, mine are not showing up. I have them in the media/channels folder and they show up in the NPVR client interface. Am I missing something?]]></description>
			<content:encoded><![CDATA[reven,<br />
I see channel logos in all the screenshots for the web console, however, mine are not showing up. I have them in the media/channels folder and they show up in the NPVR client interface. Am I missing something?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[BUG] Recording group drop-down not properly rendering apostrophe]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51754</link>
			<pubDate>Thu, 28 Feb 2013 20:53:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=14951">rdougher</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51754</guid>
			<description><![CDATA[This should read "She's Out of My League". Running Chrome (Version 25.0.1364.97 m) on 64bit Win 7.<br />
<br />
<img src="http://img.ctrlv.in/512fc1b5572b5.jpg" loading="lazy"  alt="[Image: 512fc1b5572b5.jpg]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[This should read "She's Out of My League". Running Chrome (Version 25.0.1364.97 m) on 64bit Win 7.<br />
<br />
<img src="http://img.ctrlv.in/512fc1b5572b5.jpg" loading="lazy"  alt="[Image: 512fc1b5572b5.jpg]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Video streaming remotely?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51753</link>
			<pubDate>Thu, 28 Feb 2013 16:01:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=14951">rdougher</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51753</guid>
			<description><![CDATA[Very impressed with Alpha1b! Great work reven! <img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
When I click on one of my recordings and the VLC pop-up window appears, nothing happens...? Note that I am connecting to Web Console remotely and I only forwarded port 8877. Also, any chance SSL could be added?<br />
<br />
Thanks for your help. I look forward to more testing. I have a few buddies who will probably test too.]]></description>
			<content:encoded><![CDATA[Very impressed with Alpha1b! Great work reven! <img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
When I click on one of my recordings and the VLC pop-up window appears, nothing happens...? Note that I am connecting to Web Console remotely and I only forwarded port 8877. Also, any chance SSL could be added?<br />
<br />
Thanks for your help. I look forward to more testing. I have a few buddies who will probably test too.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[progress update]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51608</link>
			<pubDate>Sat, 02 Feb 2013 05:42:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=739">reven</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51608</guid>
			<description><![CDATA[Hi Guys,<br />
<br />
been quiet in here for a while, just thought I'd report my progress<br />
<br />
I'm about half way through swapping out knockoutjs to angularjs and jqueryui for bootstrap (still using some jqueryui)<br />
<br />
progress has been a little slow because<br />
<br />
- Christmas<br />
- New Years<br />
- My brothers wedding/stag do<br />
- I'm building my first house, so spent lots of time networking it up etc, and running around sorting stuff out for it<br />
<br />
Also there has been much demand for this on the forums, so I figure I can just take my time as not many people really want to use it anyway <img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
At my new house I will be installing a server in a cabinet, which will be a completely headless unit, so personally I won't be using nextpvr app for configuration where possible and using this solely.]]></description>
			<content:encoded><![CDATA[Hi Guys,<br />
<br />
been quiet in here for a while, just thought I'd report my progress<br />
<br />
I'm about half way through swapping out knockoutjs to angularjs and jqueryui for bootstrap (still using some jqueryui)<br />
<br />
progress has been a little slow because<br />
<br />
- Christmas<br />
- New Years<br />
- My brothers wedding/stag do<br />
- I'm building my first house, so spent lots of time networking it up etc, and running around sorting stuff out for it<br />
<br />
Also there has been much demand for this on the forums, so I figure I can just take my time as not many people really want to use it anyway <img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
At my new house I will be installing a server in a cabinet, which will be a completely headless unit, so personally I won't be using nextpvr app for configuration where possible and using this solely.]]></content:encoded>
		</item>
	</channel>
</rss>