<?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 - Old Stuff (Legacy)]]></title>
		<link>https://forums.nextpvr.com/</link>
		<description><![CDATA[NextPVR Forums - https://forums.nextpvr.com]]></description>
		<pubDate>Mon, 20 Apr 2026 09:50:26 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[4.2.5 High CPU usage]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=63591</link>
			<pubDate>Sat, 05 Feb 2022 19:16:57 +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=63591</guid>
			<description><![CDATA[Hello,<br />
I have just one last Ver 4 Machine I just hate to upgrade to Ver 5.  I just updated from 4.2.3 to 4.2.5 and am getting high CPU usage from some IPTV channels.  I had this issue with 4.2.3 and was given an updated nshared.dll file to use and that took care of the issue.  <br />
<br />
If there could be a fix I would appreciate it.<br />
Thank you,<br />
Bruce]]></description>
			<content:encoded><![CDATA[Hello,<br />
I have just one last Ver 4 Machine I just hate to upgrade to Ver 5.  I just updated from 4.2.3 to 4.2.5 and am getting high CPU usage from some IPTV channels.  I had this issue with 4.2.3 and was given an updated nshared.dll file to use and that took care of the issue.  <br />
<br />
If there could be a fix I would appreciate it.<br />
Thank you,<br />
Bruce]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Should I bother with Philips 7130 TV tuner card?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=54044</link>
			<pubDate>Wed, 29 Oct 2014 01:35:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=3565">silentmonolith</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=54044</guid>
			<description><![CDATA[I have a Philips 7130 card collecting dust. I would like to build a basic HTPC computer so my mom could record her shows (basic VCR-like recording, no need for EPG guide nor tv tuning: just being able to press "record" then "Stop"). Should I bother trying to make this card work? I searched the forum and the results are not encouraging. <br />
<br />
Thanks.<br />
<br />
Eddie<br />
<br />
PS: Sorry, I posted in the wrong section!]]></description>
			<content:encoded><![CDATA[I have a Philips 7130 card collecting dust. I would like to build a basic HTPC computer so my mom could record her shows (basic VCR-like recording, no need for EPG guide nor tv tuning: just being able to press "record" then "Stop"). Should I bother trying to make this card work? I searched the forum and the results are not encouraging. <br />
<br />
Thanks.<br />
<br />
Eddie<br />
<br />
PS: Sorry, I posted in the wrong section!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Search Skin Problem]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=48360</link>
			<pubDate>Sat, 09 Jul 2011 19:32:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=9228">Northpole</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=48360</guid>
			<description><![CDATA[I'm trying to put together a skin for the new search screen and am having trouble with the @controlSelected option.<br />
<br />
Here is a simple skin that I've used for this example:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;Skin&gt;<br />
&lt;Element name="FirstLetterListView" location="0,0" size="100,100" alpha="255" visibleRows="10"/&gt;<br />
<br />
&lt;Element name="FirstLetterListItemNormal" location="4,5" size="5,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Text text="@letter" location="0,0" size="100,100" font="Default" align="Center" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
&lt;Element name="FirstLetterListItemSelected" location="4,5" size="5,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Rect visible="@controlSelected" location="0.25,0.25" size="98,96" fillColor="Blue"/&gt;<br />
&lt;Text visible="@controlSelected" text="@letter" location="0,0" size="100,100" font="Default" align="Center" valign="Center"/&gt;<br />
&lt;Rect visible="@controlNotSelected" location="25.5,0.25" size="98,96" fillColor="Green"/&gt;<br />
&lt;Text visible="@controlNotSelected" text="@letter" location="0,0" size="100,100" font="Default" align="Center" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
<br />
&lt;Element name="ShowNameListView" location="0,0" size="100,100" alpha="255" visibleRows="10"/&gt;<br />
<br />
&lt;Element name="ShowNameListItemNormal" location="10,5" size="45,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Text text="@showName" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
&lt;Element name="ShowNameListItemSelected" location="10,5" size="45,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Rect visible="@controlSelected" location="0.25,0.25" size="98,96" fillColor="Blue"/&gt;<br />
&lt;Text visible="@controlSelected" text="@showName" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Rect visible="@controlNotSelected" location="25.5,0.25" size="98,96" fillColor="Green"/&gt;<br />
&lt;Text visible="@controlNotSelected" text="@showName" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
<br />
&lt;Element name="ShowTimeListView" location="0,0" size="100,100" alpha="255" visibleRows="10"/&gt;<br />
<br />
&lt;Element name="ShowTimeListItemNormal" location="56,5" size="42,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Text text="@showTime" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
&lt;Element name="ShowTimeListItemSelected" location="56,5" size="42,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Rect visible="@controlSelected" location="0.25,0.25" size="98,96" fillColor="Blue"/&gt;<br />
&lt;Text visible="@controlSelected" text="@showTime" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
<br />
&lt;Rect visible="@controlNotSelected" location="25.5,0.25" size="98,96" fillColor="Green"/&gt;<br />
&lt;Text visible="@controlNotSelected" text="@showTime" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
&lt;Element name="ShowTimeListSelectionMetaData" location="0,0" size="100,100" alpha="255"&gt;<br />
&lt;Text text="@title" location="5,60" size="90,5" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Text text="@period" location="5,65" size="90,5" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Text text="@subtitle" location="5,70" size="90,5" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Text text="@channel" location="5,75" size="90,5" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Text text="@description" location="5,80" size="90,15" font="Default" align="Left" wrap="true"/&gt;<br />
&lt;/Element&gt;<br />
&lt;/Skin&gt;</code></div></div><br />
What should happen when I tab between the 3 different columns of the "First letter", "Show Title" and "Show Time" is that the unselected columns should be all green.  Unfortunately, only about the last 2/3 of each of the unselected columns are green, the rest has no coloring at all.<br />
<br />
Attached is some screen shots and the zipped skin.<br />
  <br />
Thanks.]]></description>
			<content:encoded><![CDATA[I'm trying to put together a skin for the new search screen and am having trouble with the @controlSelected option.<br />
<br />
Here is a simple skin that I've used for this example:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;Skin&gt;<br />
&lt;Element name="FirstLetterListView" location="0,0" size="100,100" alpha="255" visibleRows="10"/&gt;<br />
<br />
&lt;Element name="FirstLetterListItemNormal" location="4,5" size="5,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Text text="@letter" location="0,0" size="100,100" font="Default" align="Center" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
&lt;Element name="FirstLetterListItemSelected" location="4,5" size="5,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Rect visible="@controlSelected" location="0.25,0.25" size="98,96" fillColor="Blue"/&gt;<br />
&lt;Text visible="@controlSelected" text="@letter" location="0,0" size="100,100" font="Default" align="Center" valign="Center"/&gt;<br />
&lt;Rect visible="@controlNotSelected" location="25.5,0.25" size="98,96" fillColor="Green"/&gt;<br />
&lt;Text visible="@controlNotSelected" text="@letter" location="0,0" size="100,100" font="Default" align="Center" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
<br />
&lt;Element name="ShowNameListView" location="0,0" size="100,100" alpha="255" visibleRows="10"/&gt;<br />
<br />
&lt;Element name="ShowNameListItemNormal" location="10,5" size="45,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Text text="@showName" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
&lt;Element name="ShowNameListItemSelected" location="10,5" size="45,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Rect visible="@controlSelected" location="0.25,0.25" size="98,96" fillColor="Blue"/&gt;<br />
&lt;Text visible="@controlSelected" text="@showName" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Rect visible="@controlNotSelected" location="25.5,0.25" size="98,96" fillColor="Green"/&gt;<br />
&lt;Text visible="@controlNotSelected" text="@showName" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
<br />
&lt;Element name="ShowTimeListView" location="0,0" size="100,100" alpha="255" visibleRows="10"/&gt;<br />
<br />
&lt;Element name="ShowTimeListItemNormal" location="56,5" size="42,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Text text="@showTime" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
&lt;Element name="ShowTimeListItemSelected" location="56,5" size="42,5" alpha="255" alphaFade="true"&gt;<br />
&lt;Rect visible="@controlSelected" location="0.25,0.25" size="98,96" fillColor="Blue"/&gt;<br />
&lt;Text visible="@controlSelected" text="@showTime" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
<br />
&lt;Rect visible="@controlNotSelected" location="25.5,0.25" size="98,96" fillColor="Green"/&gt;<br />
&lt;Text visible="@controlNotSelected" text="@showTime" location="0,0" size="100,100" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;/Element&gt;<br />
<br />
&lt;Element name="ShowTimeListSelectionMetaData" location="0,0" size="100,100" alpha="255"&gt;<br />
&lt;Text text="@title" location="5,60" size="90,5" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Text text="@period" location="5,65" size="90,5" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Text text="@subtitle" location="5,70" size="90,5" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Text text="@channel" location="5,75" size="90,5" font="Default" align="Left" valign="Center"/&gt;<br />
&lt;Text text="@description" location="5,80" size="90,15" font="Default" align="Left" wrap="true"/&gt;<br />
&lt;/Element&gt;<br />
&lt;/Skin&gt;</code></div></div><br />
What should happen when I tab between the 3 different columns of the "First letter", "Show Title" and "Show Time" is that the unselected columns should be all green.  Unfortunately, only about the last 2/3 of each of the unselected columns are green, the rest has no coloring at all.<br />
<br />
Attached is some screen shots and the zipped skin.<br />
  <br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[software recorder, any plugin like it for npvr?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47925</link>
			<pubDate>Sat, 09 Apr 2011 19:37:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=13513">chesterusob</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=47925</guid>
			<description><![CDATA[i was looking through some old gbpvr plugins to try to fix a problem i have on nextpvr. i stumbled across something called software recorder. does anything else like it exists, or if there is any alternative way to utilize its functions? i know of graph recorder but was wondering if there was another way. thanks in advance]]></description>
			<content:encoded><![CDATA[i was looking through some old gbpvr plugins to try to fix a problem i have on nextpvr. i stumbled across something called software recorder. does anything else like it exists, or if there is any alternative way to utilize its functions? i know of graph recorder but was wondering if there was another way. thanks in advance]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Un-installation of the Weather plugin]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47888</link>
			<pubDate>Sun, 03 Apr 2011 16:12:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=13364">rkircher</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=47888</guid>
			<description><![CDATA[How do I completely remove (un-install) the Weather plugin?  <br />
<br />
I have found Un-installation for the Volume OSD at <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Plugin.VolumeOSD" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?....VolumeOSD</a>, but it is specific to directories containing the word "Volume".  The Weather plugin installation seems to be much more extensive and gets into into .xml files for skins such as the Main Menu.<br />
<br />
If nothing else, perhaps someone can give the names of top-level directories to do a text search for the word "Weather" to limit my search effort.  I can then post my results for others to use if there is no clean un-install process for this plugin developed yet.]]></description>
			<content:encoded><![CDATA[How do I completely remove (un-install) the Weather plugin?  <br />
<br />
I have found Un-installation for the Volume OSD at <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Plugin.VolumeOSD" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?....VolumeOSD</a>, but it is specific to directories containing the word "Volume".  The Weather plugin installation seems to be much more extensive and gets into into .xml files for skins such as the Main Menu.<br />
<br />
If nothing else, perhaps someone can give the names of top-level directories to do a text search for the word "Weather" to limit my search effort.  I can then post my results for others to use if there is no clean un-install process for this plugin developed yet.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ATI "TV Magazine" feature, are there any alternatives?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47798</link>
			<pubDate>Sun, 20 Mar 2011 03:34:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=13493">crables</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=47798</guid>
			<description><![CDATA[I like the TV Magazine feature of the old ATI cards. Are there any other software alternatives out there so I do not need to use ATI Media Center?<br />
<br />
2) Would the old ATI Media Center program work with newer cards I could buy in the store today?<br />
<br />
Thank you]]></description>
			<content:encoded><![CDATA[I like the TV Magazine feature of the old ATI cards. Are there any other software alternatives out there so I do not need to use ATI Media Center?<br />
<br />
2) Would the old ATI Media Center program work with newer cards I could buy in the store today?<br />
<br />
Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Video Library Plugins?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47775</link>
			<pubDate>Thu, 17 Mar 2011 02:26:50 +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=47775</guid>
			<description><![CDATA[been away awhile, whats the best plugins for a large video library for NPVR? (assuming there are some?)<br />
<br />
would like to handle both tv shows and movies and download metadata from thetvdb.com and themoviedb.org (or alternatives) and just work with little configuration and quick automate updates.<br />
<br />
TIA]]></description>
			<content:encoded><![CDATA[been away awhile, whats the best plugins for a large video library for NPVR? (assuming there are some?)<br />
<br />
would like to handle both tv shows and movies and download metadata from thetvdb.com and themoviedb.org (or alternatives) and just work with little configuration and quick automate updates.<br />
<br />
TIA]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[4x3 Skins]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47749</link>
			<pubDate>Mon, 14 Mar 2011 18:50:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=13364">rkircher</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=47749</guid>
			<description><![CDATA[Is there a 4x3 Skin available for SerachLite that works without causing an unhandled exception error when I use "Find All" in SearchLite?  My understanding is that I need to use NPVR 2.0.3 skins, but the NPVR Setup and SearchLite installation provides 16:9 skins.  If I use the default skin supplied with SearchLite, there is truncation of text.  For example, on the upper left there is a Title for the search entry box that is "Search", but appears as "Searc" with truncation.]]></description>
			<content:encoded><![CDATA[Is there a 4x3 Skin available for SerachLite that works without causing an unhandled exception error when I use "Find All" in SearchLite?  My understanding is that I need to use NPVR 2.0.3 skins, but the NPVR Setup and SearchLite installation provides 16:9 skins.  If I use the default skin supplied with SearchLite, there is truncation of text.  For example, on the upper left there is a Title for the search entry box that is "Search", but appears as "Searc" with truncation.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Searchlite  Wishlist - Search by (favorite) channel(s)]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47655</link>
			<pubDate>Fri, 04 Mar 2011 09:22:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=7428">ralphy</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=47655</guid>
			<description><![CDATA[Thanks for this plugin Martin - I just loaded it yesterday to check it out and see if would handle a particular style of searching.  Alas, it doesn't appear to, but maybe 2.0 will (wishful thinking!)<br />
<br />
At present, the better half regularly goes through the EPG TV Guide in nPVR, looking for movies to record from her favorite channels.  In the old days when we used paper guides, she'd go through the channel listings containing an alphabetical list of the movie title with descriptions and time, put a ring around the ones to watch.<br />
<br />
What I was hoping SearchLite would be able to do is to display a list of shows on a selected (favorites?) channel(s), (ie search for all shows on a given channel, rather than search for a show name) from which one could read the description (as we can now), and chose which epsiode/time to record when there are multiple screenings of the same show. Even better, if the show had already been programed to record, this would be highlighted, so that it won't be scheduled a second time.<br />
<br />
Any chance this can be added to the wish list if there is one<img src="https://forums.nextpvr.com/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />.  I'm willing to offer to help code if it helps]]></description>
			<content:encoded><![CDATA[Thanks for this plugin Martin - I just loaded it yesterday to check it out and see if would handle a particular style of searching.  Alas, it doesn't appear to, but maybe 2.0 will (wishful thinking!)<br />
<br />
At present, the better half regularly goes through the EPG TV Guide in nPVR, looking for movies to record from her favorite channels.  In the old days when we used paper guides, she'd go through the channel listings containing an alphabetical list of the movie title with descriptions and time, put a ring around the ones to watch.<br />
<br />
What I was hoping SearchLite would be able to do is to display a list of shows on a selected (favorites?) channel(s), (ie search for all shows on a given channel, rather than search for a show name) from which one could read the description (as we can now), and chose which epsiode/time to record when there are multiple screenings of the same show. Even better, if the show had already been programed to record, this would be highlighted, so that it won't be scheduled a second time.<br />
<br />
Any chance this can be added to the wish list if there is one<img src="https://forums.nextpvr.com/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />.  I'm willing to offer to help code if it helps]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Caller ID Plugin]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47530</link>
			<pubDate>Wed, 16 Feb 2011 19:25:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=8341">elbryyan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=47530</guid>
			<description><![CDATA[I know there used to be a callerID plugin using this program<br />
<br />
<a href="http://sunflowerhead.com/software/yac/" target="_blank" rel="noopener" class="mycode_url">http://sunflowerhead.com/software/yac/</a><br />
<br />
Is it possible to make one for NPVR?]]></description>
			<content:encoded><![CDATA[I know there used to be a callerID plugin using this program<br />
<br />
<a href="http://sunflowerhead.com/software/yac/" target="_blank" rel="noopener" class="mycode_url">http://sunflowerhead.com/software/yac/</a><br />
<br />
Is it possible to make one for NPVR?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NowNext ?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47368</link>
			<pubDate>Sat, 29 Jan 2011 18:54:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=3307">roy</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=47368</guid>
			<description><![CDATA[Is the NowNext.xml in the skin/players folder a panel to be used on the main menu screen? If so, how is it implemented?]]></description>
			<content:encoded><![CDATA[Is the NowNext.xml in the skin/players folder a panel to be used on the main menu screen? If so, how is it implemented?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NPVR Video, Photo, Music icons]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47301</link>
			<pubDate>Sun, 23 Jan 2011 18:44:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=1539">SFX Group</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=47301</guid>
			<description><![CDATA[Hi<br />
<br />
With GBPVR the Video and Music menus had text.<br />
<br />
NPVR has icons, which is fine, however as you would rely on the text of the folder to tell you whatâs in it, its driving me nuts ot have to keep scrolling through loads of identical folder icons and read the text at the base of the screen to work out which folder i want.<br />
<br />
I no longer use NPVR for watching video as can never find any (back to VLC), so how do i get these icons back to text, or at least a smaller icon with text next to them on the screen?]]></description>
			<content:encoded><![CDATA[Hi<br />
<br />
With GBPVR the Video and Music menus had text.<br />
<br />
NPVR has icons, which is fine, however as you would rely on the text of the folder to tell you whatâs in it, its driving me nuts ot have to keep scrolling through loads of identical folder icons and read the text at the base of the screen to work out which folder i want.<br />
<br />
I no longer use NPVR for watching video as can never find any (back to VLC), so how do i get these icons back to text, or at least a smaller icon with text next to them on the screen?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[iMONDisplayPlugin Release]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=47083</link>
			<pubDate>Sat, 01 Jan 2011 16:38:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=10754">kindt nick</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=47083</guid>
			<description><![CDATA[Hey,<br />
<br />
First a big thx to pBS for all testing, especially involving the LCDSmartie, LiveTV and Recording section.<br />
<br />
This it the plug-in for handling LCD and VFD Displays.<br />
It supports LCDSmartie (<span style="font-weight: bold;" class="mycode_b">up to 4 Rows!</span>, via registry) and iMON VFD &amp; LCD displays Natively.<br />
Configuration is done via an easy to read xml file.<br />
<br />
Alternatively you could use the new External Display release for nPvr which Raply provided <a href="http://forums.nextpvr.com/showthread.php?49159-ExternalDisplay-NPVR-Release" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Functions:<br />
- Fully Custom Configurable Output  for LCDsmartie depending on your need.<br />
- Configurable date &amp; time format.<br />
- When using LCDsmartie, it is possible to show recording information even when nPvr is shutdown.<br />
<br />
- iMON LCD display is used to the max:<br />
- - Autodetection of codec used in music files<br />
- - Progressdetection of currently played file.<br />
- - Multiple configurations possible for spinning DiscIcon.<br />
- - Default plugins are supported as well as WebRadio, RSSReader and Weather for controlling the menu-icons<br />
- - Autodetect of Speakerconfiguration (7.1, 5.1, Quadro, Stereo)<br />
- - Autodetection and display of volumechange<br />
<br />
Requirements:<br />
- nPvr (any release should do the trick)<br />
- .NET 3.5 Framework.<br />
- To support the iMON displays natively, <a href="http://www.soundgraph.com/forums/showthread.php?t=7374" target="_blank" rel="noopener" class="mycode_url">iMON 7.91.0929 Beta version</a> or later version <br />
- Win Vista or up to make use of the Speakerconfiguration- and VolumChangedetection<br />
<br />
LCDSmartie Config:<br />
<blockquote class="mycode_quote"><cite>pBS Wrote:</cite>Here's a basic smartie setup for a 2x16 display with desktop display driver selected..<br />
Just unzip it somewhere and run LCDSmartie.exe <br />
User must select their own lcd driver type..then should be good to go...<img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
The ini files are setup for a win7/vista machine, users must edit sqlite*.ini files in plugins dir for xp..[example given inside]<br />
<br />
To get Next: for suspend msg, just run Lcdoff.exe in smartie dir when suspending, and restart smartie when coming back from suspend...<br />
i use IRSS for remote, and it has events for suspend,etc and it works well for me because it's a service so can make windows wait for execution...<br />
<br />
i had to remove the smartie rss .dll's to make it small enough to upload..[libeay32.dll and ssleay32.dll] and sg_vfd.dll tho users should have that one already..<br />
let me know if any problems..</blockquote>  <br />
Extra info: <br />
- <a href="http://www.soundgraph.com/forums/showthread.php?t=7375" target="_blank" rel="noopener" class="mycode_url">Soundgraph API forum</a><br />
- C#/C++ wrapper based on montellese <a href="http://sourceforge.net/projects/imonapi-sharp/" target="_blank" rel="noopener" class="mycode_url">wrapper </a><br />
- Volumechangedetection code based on McBainUK's nPvr <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Plugin.VolumeOSD" target="_blank" rel="noopener" class="mycode_url"> VolumeOSDPlugin </a><br />
- Written in C# .NET 3.5 framework, VS2010.<br />
- <span style="font-style: italic;" class="mycode_i">Since this is my first project in C#, .NET &amp; Visual Studio, a big thx to them &amp; Sub for providing source code and or info. </span><br />
- <span style="font-style: italic;" class="mycode_i">Sourcecode is attached to this thread, so I'm open to suggestions...</span><br />
<br />
History:<br />
- v0.1 : Release for iMON LCD Displays<br />
- v0.2 : iMON VFD supported<br />
- v0.3 : Memory leak fixed<br />
- v0.4 : Added support for LCDSmartie via Registry.<br />
-------- Wrong channel name bug resolved.<br />
-------- Tryout of progress display on iMON VFD<br />
- v0.5 : Fully custom-made output<br />
-------- Recorded video info available<br />
- v0.6 : ID3V1, V2, WMA tag support<br />
<br />
ToDo:<br />
- Detection of codecs used in movies. (LCD)<br />
- Implementation of the RemoteAPI when release by Soundgraph.<br />
<br />
Grtz,<br />
Nick]]></description>
			<content:encoded><![CDATA[Hey,<br />
<br />
First a big thx to pBS for all testing, especially involving the LCDSmartie, LiveTV and Recording section.<br />
<br />
This it the plug-in for handling LCD and VFD Displays.<br />
It supports LCDSmartie (<span style="font-weight: bold;" class="mycode_b">up to 4 Rows!</span>, via registry) and iMON VFD &amp; LCD displays Natively.<br />
Configuration is done via an easy to read xml file.<br />
<br />
Alternatively you could use the new External Display release for nPvr which Raply provided <a href="http://forums.nextpvr.com/showthread.php?49159-ExternalDisplay-NPVR-Release" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Functions:<br />
- Fully Custom Configurable Output  for LCDsmartie depending on your need.<br />
- Configurable date &amp; time format.<br />
- When using LCDsmartie, it is possible to show recording information even when nPvr is shutdown.<br />
<br />
- iMON LCD display is used to the max:<br />
- - Autodetection of codec used in music files<br />
- - Progressdetection of currently played file.<br />
- - Multiple configurations possible for spinning DiscIcon.<br />
- - Default plugins are supported as well as WebRadio, RSSReader and Weather for controlling the menu-icons<br />
- - Autodetect of Speakerconfiguration (7.1, 5.1, Quadro, Stereo)<br />
- - Autodetection and display of volumechange<br />
<br />
Requirements:<br />
- nPvr (any release should do the trick)<br />
- .NET 3.5 Framework.<br />
- To support the iMON displays natively, <a href="http://www.soundgraph.com/forums/showthread.php?t=7374" target="_blank" rel="noopener" class="mycode_url">iMON 7.91.0929 Beta version</a> or later version <br />
- Win Vista or up to make use of the Speakerconfiguration- and VolumChangedetection<br />
<br />
LCDSmartie Config:<br />
<blockquote class="mycode_quote"><cite>pBS Wrote:</cite>Here's a basic smartie setup for a 2x16 display with desktop display driver selected..<br />
Just unzip it somewhere and run LCDSmartie.exe <br />
User must select their own lcd driver type..then should be good to go...<img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
The ini files are setup for a win7/vista machine, users must edit sqlite*.ini files in plugins dir for xp..[example given inside]<br />
<br />
To get Next: for suspend msg, just run Lcdoff.exe in smartie dir when suspending, and restart smartie when coming back from suspend...<br />
i use IRSS for remote, and it has events for suspend,etc and it works well for me because it's a service so can make windows wait for execution...<br />
<br />
i had to remove the smartie rss .dll's to make it small enough to upload..[libeay32.dll and ssleay32.dll] and sg_vfd.dll tho users should have that one already..<br />
let me know if any problems..</blockquote>  <br />
Extra info: <br />
- <a href="http://www.soundgraph.com/forums/showthread.php?t=7375" target="_blank" rel="noopener" class="mycode_url">Soundgraph API forum</a><br />
- C#/C++ wrapper based on montellese <a href="http://sourceforge.net/projects/imonapi-sharp/" target="_blank" rel="noopener" class="mycode_url">wrapper </a><br />
- Volumechangedetection code based on McBainUK's nPvr <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Plugin.VolumeOSD" target="_blank" rel="noopener" class="mycode_url"> VolumeOSDPlugin </a><br />
- Written in C# .NET 3.5 framework, VS2010.<br />
- <span style="font-style: italic;" class="mycode_i">Since this is my first project in C#, .NET &amp; Visual Studio, a big thx to them &amp; Sub for providing source code and or info. </span><br />
- <span style="font-style: italic;" class="mycode_i">Sourcecode is attached to this thread, so I'm open to suggestions...</span><br />
<br />
History:<br />
- v0.1 : Release for iMON LCD Displays<br />
- v0.2 : iMON VFD supported<br />
- v0.3 : Memory leak fixed<br />
- v0.4 : Added support for LCDSmartie via Registry.<br />
-------- Wrong channel name bug resolved.<br />
-------- Tryout of progress display on iMON VFD<br />
- v0.5 : Fully custom-made output<br />
-------- Recorded video info available<br />
- v0.6 : ID3V1, V2, WMA tag support<br />
<br />
ToDo:<br />
- Detection of codecs used in movies. (LCD)<br />
- Implementation of the RemoteAPI when release by Soundgraph.<br />
<br />
Grtz,<br />
Nick]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Vertical Menu skin question]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=46906</link>
			<pubDate>Sat, 11 Dec 2010 15:09:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=9228">Northpole</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=46906</guid>
			<description><![CDATA[I was putting together a vertical menu skin and I was wondering if there was an option to hold the selecter (cursor) in the center of the screen instead of allowing it scrolling up and down. (hope that was clear?)]]></description>
			<content:encoded><![CDATA[I was putting together a vertical menu skin and I was wondering if there was an option to hold the selecter (cursor) in the center of the screen instead of allowing it scrolling up and down. (hope that was clear?)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Freazing up trying to watch live TV or access System plugin]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=46629</link>
			<pubDate>Wed, 03 Nov 2010 02:22:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=12887">dspdrew</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=46629</guid>
			<description><![CDATA[I dont know why, but sometimes my NPVR freezes up everytime I try to watch live TV or open the System page from the system plugin. I attached my logs.<br />
<br />
Edit: it also happens after accessing the settings box. There doesn't seem to be any way to fix it other than rebooting. I also noticed now that the "Whats New" recordings screen was not updated, but after rebooting it updated and shows that all my recordings for the last day failed with "Recording service not running at recording time".]]></description>
			<content:encoded><![CDATA[I dont know why, but sometimes my NPVR freezes up everytime I try to watch live TV or open the System page from the system plugin. I attached my logs.<br />
<br />
Edit: it also happens after accessing the settings box. There doesn't seem to be any way to fix it other than rebooting. I also noticed now that the "Whats New" recordings screen was not updated, but after rebooting it updated and shows that all my recordings for the last day failed with "Recording service not running at recording time".]]></content:encoded>
		</item>
	</channel>
</rss>