<?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 - NPVR Documentation]]></title>
		<link>https://forums.nextpvr.com/</link>
		<description><![CDATA[NextPVR Forums - https://forums.nextpvr.com]]></description>
		<pubDate>Wed, 08 Apr 2026 00:19:12 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How to create Kodi and NextPVR guides with colour]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=61882</link>
			<pubDate>Fri, 20 Nov 2020 22:55:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=5939">mvallevand</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=61882</guid>
			<description><![CDATA[This will be eventually make it to the wiki but I thought I'd start here to flesh out the steps involved in adding colour by genre to the NextPVR web and Kodi EPG.  It should already work by default for DVB OTA and Schedules  Direct guides.<br />
<br />
This guide assume you can read English.<br />
<br />
1.  Locate the genre mapping table in the Program directory data folder called genre-mapping.xml.  <br />
<br />
Backup this file and work on the backup. I will call this the translation file.<br />
<br />
2.  Review the file the key values are the Standard DVB mappings at the beginning of the file.  Colours are based on the type="" value. <br />
<br />
3.  Find the genres in your database that you want to map<br />
<br />
I suggest using a sqlite tool suggest as sqlite3.  To get this list try this<br />
<br />
sqlite3 pathto/npvr.db3<br />
SQLite version 3.28.0 2019-04-16 19:49:53<br />
Enter ".help" for usage hints.<br />
sqlite&gt;.output genres.txt<br />
<br />
sqlite&gt;select genres, count(genres) as count from epg_event group by genres order by count desc;<br />
sqlite&gt;.exit<br />
<br />
Then you should have a list of all your genres sorted by how often they occur. <br />
<br />
4. Open the genres.txt file (I will call this the genres file) from step 3 and work from the top down, I leave it to you to determine how many you want to change some are pretty esoteric<br />
<br />
For this example in the genre file I am using I found this<br />
<br />
série d'animation|793<br />
<br />
This I quickly match to  "Cartoon/Puppets" in the translation file.  Sometimes when it isn't clear it might help to look into the Schedules Direct mapping ("Animated") in the translation file<br />
<br />
Using this inormation copy the existing line<br />
<br />
&lt;genre name="Cartoons / Puppets" type="80" subtype="5"/&gt;<br />
<br />
to the bottom of the backup of translation file and edit it with the text you want<br />
<br />
&lt;genre name="série d'animation" type="80" subtype="5"/&gt;<br />
<br />
5.  Move down the genres file and repeat the update for the items you want in step 4<br />
<br />
6.  Once you are satisfied with the translation file save it ( you might want to save more often)  Then you can verify the file by opening it in Firefox or chrome to make sure it is valid xml<br />
<br />
7.  With admin/sudo right rename your original genre-translations.xml to genre-translations.bak and copy in the translation file (as genre-translations.xml)<br />
<br />
8.  Restart the NextPVR server and check the guide in NextPVR web.    This is important if you don't see it you won't see your changes.<br />
<br />
9. If it works with the web browser it should work with Kodi.<br />
<br />
Martin]]></description>
			<content:encoded><![CDATA[This will be eventually make it to the wiki but I thought I'd start here to flesh out the steps involved in adding colour by genre to the NextPVR web and Kodi EPG.  It should already work by default for DVB OTA and Schedules  Direct guides.<br />
<br />
This guide assume you can read English.<br />
<br />
1.  Locate the genre mapping table in the Program directory data folder called genre-mapping.xml.  <br />
<br />
Backup this file and work on the backup. I will call this the translation file.<br />
<br />
2.  Review the file the key values are the Standard DVB mappings at the beginning of the file.  Colours are based on the type="" value. <br />
<br />
3.  Find the genres in your database that you want to map<br />
<br />
I suggest using a sqlite tool suggest as sqlite3.  To get this list try this<br />
<br />
sqlite3 pathto/npvr.db3<br />
SQLite version 3.28.0 2019-04-16 19:49:53<br />
Enter ".help" for usage hints.<br />
sqlite&gt;.output genres.txt<br />
<br />
sqlite&gt;select genres, count(genres) as count from epg_event group by genres order by count desc;<br />
sqlite&gt;.exit<br />
<br />
Then you should have a list of all your genres sorted by how often they occur. <br />
<br />
4. Open the genres.txt file (I will call this the genres file) from step 3 and work from the top down, I leave it to you to determine how many you want to change some are pretty esoteric<br />
<br />
For this example in the genre file I am using I found this<br />
<br />
série d'animation|793<br />
<br />
This I quickly match to  "Cartoon/Puppets" in the translation file.  Sometimes when it isn't clear it might help to look into the Schedules Direct mapping ("Animated") in the translation file<br />
<br />
Using this inormation copy the existing line<br />
<br />
&lt;genre name="Cartoons / Puppets" type="80" subtype="5"/&gt;<br />
<br />
to the bottom of the backup of translation file and edit it with the text you want<br />
<br />
&lt;genre name="série d'animation" type="80" subtype="5"/&gt;<br />
<br />
5.  Move down the genres file and repeat the update for the items you want in step 4<br />
<br />
6.  Once you are satisfied with the translation file save it ( you might want to save more often)  Then you can verify the file by opening it in Firefox or chrome to make sure it is valid xml<br />
<br />
7.  With admin/sudo right rename your original genre-translations.xml to genre-translations.bak and copy in the translation file (as genre-translations.xml)<br />
<br />
8.  Restart the NextPVR server and check the guide in NextPVR web.    This is important if you don't see it you won't see your changes.<br />
<br />
9. If it works with the web browser it should work with Kodi.<br />
<br />
Martin]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[v4 Wiki is set Read Only ?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=60121</link>
			<pubDate>Wed, 11 Dec 2019 15:32:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=11458">Lao Pan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=60121</guid>
			<description><![CDATA[I have just tried to update the Logo zips in the v4 Wiki - mainly to include the updated logos that disappeared from the forum attachments when the software was updated.<br />
I can log in to the Wiki, but I am getting a [Cannot modify site -- &#36;EnableReadOnly is set] while trying to add attachments. Also they are not attaching to a post in the forum - I'm guessing, that at 5.5 Mb they are too big although it doesn't say so.]]></description>
			<content:encoded><![CDATA[I have just tried to update the Logo zips in the v4 Wiki - mainly to include the updated logos that disappeared from the forum attachments when the software was updated.<br />
I can log in to the Wiki, but I am getting a [Cannot modify site -- &#36;EnableReadOnly is set] while trying to add attachments. Also they are not attaching to a post in the forum - I'm guessing, that at 5.5 Mb they are too big although it doesn't say so.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to view the web API docs?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=57640</link>
			<pubDate>Sun, 17 Sep 2017 18:02:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=20896">mlb</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=57640</guid>
			<description><![CDATA[When I load C:/Users/Public/NPVR/web/API/default.html in a browser, I get a swagger page that says:<br />
<br />
Please specify the protocol for file:///C:/Users/Public/NPVR/web/API/default.html/api-docs<br />
<br />
This is with 3.9.2<br />
<br />
??<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[When I load C:/Users/Public/NPVR/web/API/default.html in a browser, I get a swagger page that says:<br />
<br />
Please specify the protocol for file:///C:/Users/Public/NPVR/web/API/default.html/api-docs<br />
<br />
This is with 3.9.2<br />
<br />
??<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wiki page incorrect content - BatchFiles]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=55440</link>
			<pubDate>Sun, 01 Nov 2015 00:15:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=7536">JavaWiz</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=55440</guid>
			<description><![CDATA[<span style="font-size: 2pt;" class="mycode_size"><a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Configuration.BatchFiles" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?...BatchFiles</a><br />
<br />
The wiki page indicates there are two batch files called during the archiving process - PreArchiv<span style="font-weight: bold;" class="mycode_b">ing</span>.bat and PostArchiv<span style="font-weight: bold;" class="mycode_b">ing</span>.bat, in reality, NextPVR calls PreArchiv<span style="font-weight: bold;" class="mycode_b">e</span>.bat and PostArchiv<span style="font-weight: bold;" class="mycode_b">e</span>.bat.<br />
<br />
I still haven't gotten my wiki update access granted yet, if any of you wiki masters out there have a couple minutes, that would be a quick update.<br />
<br />
Thanks.<br />
<br />
</span>]]></description>
			<content:encoded><![CDATA[<span style="font-size: 2pt;" class="mycode_size"><a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Configuration.BatchFiles" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?...BatchFiles</a><br />
<br />
The wiki page indicates there are two batch files called during the archiving process - PreArchiv<span style="font-weight: bold;" class="mycode_b">ing</span>.bat and PostArchiv<span style="font-weight: bold;" class="mycode_b">ing</span>.bat, in reality, NextPVR calls PreArchiv<span style="font-weight: bold;" class="mycode_b">e</span>.bat and PostArchiv<span style="font-weight: bold;" class="mycode_b">e</span>.bat.<br />
<br />
I still haven't gotten my wiki update access granted yet, if any of you wiki masters out there have a couple minutes, that would be a quick update.<br />
<br />
Thanks.<br />
<br />
</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wiki page incorrect content - BatchFiles]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=55439</link>
			<pubDate>Sun, 01 Nov 2015 00:13:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=7536">JavaWiz</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=55439</guid>
			<description><![CDATA[<span style="font-size: 2pt;" class="mycode_size"><a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Configuration.BatchFiles" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?...BatchFiles</a><br />
<br />
The wiki page indicates there are two batch files called during the archiving process - PreArcharving.bat and PostArchiving.bat, in reality, NextPVR calls PreArchive.bat and PostArchive.bat.<br />
<br />
I still haven't gotten my wiki update access granted yet, if any of you wiki masters out there have a couple minutes, that would be a quick update.<br />
<br />
Thanks.<br />
<br />
</span>]]></description>
			<content:encoded><![CDATA[<span style="font-size: 2pt;" class="mycode_size"><a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Configuration.BatchFiles" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?...BatchFiles</a><br />
<br />
The wiki page indicates there are two batch files called during the archiving process - PreArcharving.bat and PostArchiving.bat, in reality, NextPVR calls PreArchive.bat and PostArchive.bat.<br />
<br />
I still haven't gotten my wiki update access granted yet, if any of you wiki masters out there have a couple minutes, that would be a quick update.<br />
<br />
Thanks.<br />
<br />
</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wiki Download Counters No Longer Working?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=55132</link>
			<pubDate>Fri, 04 Sep 2015 14:36:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=11458">Lao Pan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=55132</guid>
			<description><![CDATA[Pardon my Vanity <img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
After updating the UK Freeview Freesat Logos 10 days ago (which set the counters to 0 due to new file names) I was slightly surprised nobody had downloaded them - so downloaded them myself just to check the links were OK - Honest :o<br />
<br />
Still nothing showing on the counters - so are they not working any more?]]></description>
			<content:encoded><![CDATA[Pardon my Vanity <img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
After updating the UK Freeview Freesat Logos 10 days ago (which set the counters to 0 due to new file names) I was slightly surprised nobody had downloaded them - so downloaded them myself just to check the links were OK - Honest :o<br />
<br />
Still nothing showing on the counters - so are they not working any more?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cl module]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=53935</link>
			<pubDate>Fri, 26 Sep 2014 14:31:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=15869">toch</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=53935</guid>
			<description><![CDATA[I got the mail below from Digital Device<br />
<br />
Can you confirm that the Cl function now is implemented in NexPVR ?<span style="color: #FF0000;" class="mycode_color"></span><br />
<br />
Can I run NextPVR side by side wit WMC ?<br />
<br />
----------------------------------------------------------------------------------------------------<br />
<br />
<br />
this I can not say, whether NextPVR have implemented the CI function. On my test area are currently no NextPVR Installation. All Software Developers can get from us the the needed information and ressources to implement the CI Support in there Software. So best is you ask the NextPVR Team.<br />
 <br />
<br />
<br />
Digital Devices â Support]]></description>
			<content:encoded><![CDATA[I got the mail below from Digital Device<br />
<br />
Can you confirm that the Cl function now is implemented in NexPVR ?<span style="color: #FF0000;" class="mycode_color"></span><br />
<br />
Can I run NextPVR side by side wit WMC ?<br />
<br />
----------------------------------------------------------------------------------------------------<br />
<br />
<br />
this I can not say, whether NextPVR have implemented the CI function. On my test area are currently no NextPVR Installation. All Software Developers can get from us the the needed information and ressources to implement the CI Support in there Software. So best is you ask the NextPVR Team.<br />
 <br />
<br />
<br />
Digital Devices â Support]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Newa and more wiki wide]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=53767</link>
			<pubDate>Fri, 25 Jul 2014 22:58:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=7264">steeb</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=53767</guid>
			<description><![CDATA[Dear all, with some jostling I have been looking through the wiki again tonight. I think some tweaks are needed.<br />
<br />
I don't mind slowly doing them.<br />
<br />
But the big one for me at the moment is NEWA?<br />
<br />
I could be wrong so please correct me, but how do people find NEWA on the wiki?<br />
<br />
I always seem to go through Clients/Extenders then Web? And then a note about Enhanced Web Admin and a link?<br />
<br />
Is that so?<br />
<br />
Am I wrong? Surely NEWA comes bundled with NextPVR these days so something should be different on the wiki?<br />
<br />
Thanks all just thoughts.<br />
<br />
very best<br />
<br />
Steeb]]></description>
			<content:encoded><![CDATA[Dear all, with some jostling I have been looking through the wiki again tonight. I think some tweaks are needed.<br />
<br />
I don't mind slowly doing them.<br />
<br />
But the big one for me at the moment is NEWA?<br />
<br />
I could be wrong so please correct me, but how do people find NEWA on the wiki?<br />
<br />
I always seem to go through Clients/Extenders then Web? And then a note about Enhanced Web Admin and a link?<br />
<br />
Is that so?<br />
<br />
Am I wrong? Surely NEWA comes bundled with NextPVR these days so something should be different on the wiki?<br />
<br />
Thanks all just thoughts.<br />
<br />
very best<br />
<br />
Steeb]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Anyone out there for wiki?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=53663</link>
			<pubDate>Sun, 08 Jun 2014 00:02:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=7264">steeb</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=53663</guid>
			<description><![CDATA[<img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
OK, I have a little more time on my hands than I had before. I am not sure, but I suspect, McBainUK may have moved onto different shores. It was his work that created what I think is a fairly solid wiki.<br />
<br />
But times are a changing.<br />
<br />
sub (as usual!) progresses NextPVR and so some wiki pages need some changes. <br />
<br />
I say don't all shout at once. History shows you won't all shout at once anyway  <img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
I have no idea if even anyone is bothered by this (changes to wiki pages).<br />
<br />
But if anyone was bothered about wiki page changes<br />
<br />
1<img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> What would they be? <br />
2<img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> Can anyone help!<br />
<br />
cheers<br />
<br />
steeb]]></description>
			<content:encoded><![CDATA[<img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
OK, I have a little more time on my hands than I had before. I am not sure, but I suspect, McBainUK may have moved onto different shores. It was his work that created what I think is a fairly solid wiki.<br />
<br />
But times are a changing.<br />
<br />
sub (as usual!) progresses NextPVR and so some wiki pages need some changes. <br />
<br />
I say don't all shout at once. History shows you won't all shout at once anyway  <img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
I have no idea if even anyone is bothered by this (changes to wiki pages).<br />
<br />
But if anyone was bothered about wiki page changes<br />
<br />
1<img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> What would they be? <br />
2<img src="https://forums.nextpvr.com/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> Can anyone help!<br />
<br />
cheers<br />
<br />
steeb]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Movies Plugin]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=53603</link>
			<pubDate>Tue, 20 May 2014 21:51:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=7264">steeb</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=53603</guid>
			<description><![CDATA[Dear all, I find this a very interesting thread to follow as obviously no wiki documentation has been done?<br />
<br />
If it needs documenting then I do not mind helping but likewise from what I can follow on this thread nothing is particularly clear as hints to pointing at other threads etc? This seems to be a very hard plugin to find! If it is no longer active then ignore this post <img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
I cannot even find a quick forum link to install and test?<br />
<br />
Anyways up to you all, I can get a wiki ball rolling if needs be .......<br />
<br />
I did notice a post from Grampz some moons back:<br />
<br />
<a href="http://forums.nextpvr.com/showthread.php?55321-Movies-Plugin" target="_blank" rel="noopener" class="mycode_url">http://forums.nextpvr.com/showthread.php...ies-Plugin</a><br />
<br />
to which no-one replied?<br />
<br />
very best<br />
<br />
Steeb]]></description>
			<content:encoded><![CDATA[Dear all, I find this a very interesting thread to follow as obviously no wiki documentation has been done?<br />
<br />
If it needs documenting then I do not mind helping but likewise from what I can follow on this thread nothing is particularly clear as hints to pointing at other threads etc? This seems to be a very hard plugin to find! If it is no longer active then ignore this post <img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
I cannot even find a quick forum link to install and test?<br />
<br />
Anyways up to you all, I can get a wiki ball rolling if needs be .......<br />
<br />
I did notice a post from Grampz some moons back:<br />
<br />
<a href="http://forums.nextpvr.com/showthread.php?55321-Movies-Plugin" target="_blank" rel="noopener" class="mycode_url">http://forums.nextpvr.com/showthread.php...ies-Plugin</a><br />
<br />
to which no-one replied?<br />
<br />
very best<br />
<br />
Steeb]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Misc option for "show video fan art for selected subdirectory"]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=52764</link>
			<pubDate>Tue, 29 Oct 2013 13:47:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=3284">McBainUK</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=52764</guid>
			<description><![CDATA[There's a setting in the <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Configuration.Misc#toc15" target="_blank" rel="noopener" class="mycode_url">Misc tab</a> for "show video fan art for selected subdirectory". What does it do?]]></description>
			<content:encoded><![CDATA[There's a setting in the <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Configuration.Misc#toc15" target="_blank" rel="noopener" class="mycode_url">Misc tab</a> for "show video fan art for selected subdirectory". What does it do?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Freeview and Freesat Channel logos]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=52449</link>
			<pubDate>Wed, 21 Aug 2013 07:59:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=11458">Lao Pan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=52449</guid>
			<description><![CDATA[I am finding it a struggle to squeeze the logos into small enough file sizes to post on the forum even with ultra compression.<br />
<br />
Do you think it would be appropriate to have a wiki page for Channel Logos?<br />
<br />
If so if one of the nice wiki elves could put up a new page in an appropriate place in the wiki and let me have access I will look after the UK Freeview and Freesat logos (for the time being <img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />)<br />
<br />
Also I am sure there are other people with logos - Jaggy NZ Freeview for one who could also contribute if they wanted.]]></description>
			<content:encoded><![CDATA[I am finding it a struggle to squeeze the logos into small enough file sizes to post on the forum even with ultra compression.<br />
<br />
Do you think it would be appropriate to have a wiki page for Channel Logos?<br />
<br />
If so if one of the nice wiki elves could put up a new page in an appropriate place in the wiki and let me have access I will look after the UK Freeview and Freesat logos (for the time being <img src="https://forums.nextpvr.com/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />)<br />
<br />
Also I am sure there are other people with logos - Jaggy NZ Freeview for one who could also contribute if they wanted.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hauppauge SoftPVR Wiki page]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=52448</link>
			<pubDate>Wed, 21 Aug 2013 07:44:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=11458">Lao Pan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=52448</guid>
			<description><![CDATA[According to the wiki page<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Please note: The following bat files are configured for installing from WinTV7 v2.8a. For other versions of WinTV7 the bat file will need editing (in notepad) to change the version number of WinTV7 that has been downloaded. </blockquote>
<br />
But both the bat files still say 2.2d - latest haupauge from that linked page is 2.8a<br />
<br />
I don't need it myself but it is causing confusion to new users.<br />
<br />
Additionally - wouldn't it be better to rewrite the bat file and wiki page so that the installer and bat are placed in a folder in the root of C to run, rather than in program files - for UAC reasons? Especially with Windows 8]]></description>
			<content:encoded><![CDATA[According to the wiki page<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Please note: The following bat files are configured for installing from WinTV7 v2.8a. For other versions of WinTV7 the bat file will need editing (in notepad) to change the version number of WinTV7 that has been downloaded. </blockquote>
<br />
But both the bat files still say 2.2d - latest haupauge from that linked page is 2.8a<br />
<br />
I don't need it myself but it is causing confusion to new users.<br />
<br />
Additionally - wouldn't it be better to rewrite the bat file and wiki page so that the installer and bat are placed in a folder in the root of C to run, rather than in program files - for UAC reasons? Especially with Windows 8]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I add a new utility to the wiki "Utilities" section?]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=52000</link>
			<pubDate>Thu, 11 Apr 2013 23:12:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=1732">bgowland</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=52000</guid>
			<description><![CDATA[The title says it all really - I don't think I've ever done it myself (or my little grey cells simply just aren't what they used to be and I can't remember).<br />
<br />
Cheers,<br />
Brian]]></description>
			<content:encoded><![CDATA[The title says it all really - I don't think I've ever done it myself (or my little grey cells simply just aren't what they used to be and I can't remember).<br />
<br />
Cheers,<br />
Brian]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rename wiki page]]></title>
			<link>https://forums.nextpvr.com/showthread.php?tid=51767</link>
			<pubDate>Sat, 02 Mar 2013 15:05:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.nextpvr.com/member.php?action=profile&uid=5939">mvallevand</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.nextpvr.com/showthread.php?tid=51767</guid>
			<description><![CDATA[Is there a way to rename a wiki page?  I'd like to recommend renaming <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Plugin.ImageGrabLite" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?...geGrabLite</a> that Braklet kindly wrote to <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Utility.ImageGrabLite" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?...geGrabLite</a><br />
<br />
Martin]]></description>
			<content:encoded><![CDATA[Is there a way to rename a wiki page?  I'd like to recommend renaming <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Plugin.ImageGrabLite" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?...geGrabLite</a> that Braklet kindly wrote to <a href="http://www.nextpvr.com/nwiki/pmwiki.php?n=Utility.ImageGrabLite" target="_blank" rel="noopener" class="mycode_url">http://www.nextpvr.com/nwiki/pmwiki.php?...geGrabLite</a><br />
<br />
Martin]]></content:encoded>
		</item>
	</channel>
</rss>