<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-CA">
	<id>http://nikosapi.org/w/index.php?action=history&amp;feed=atom&amp;title=PVR-Remote</id>
	<title>PVR-Remote - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://nikosapi.org/w/index.php?action=history&amp;feed=atom&amp;title=PVR-Remote"/>
	<link rel="alternate" type="text/html" href="http://nikosapi.org/w/index.php?title=PVR-Remote&amp;action=history"/>
	<updated>2026-05-23T23:54:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://nikosapi.org/w/index.php?title=PVR-Remote&amp;diff=43&amp;oldid=prev</id>
		<title>Nikosapi: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://nikosapi.org/w/index.php?title=PVR-Remote&amp;diff=43&amp;oldid=prev"/>
		<updated>2013-09-14T02:16:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-CA&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:16, 14 September 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-CA&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Nikosapi</name></author>
	</entry>
	<entry>
		<id>http://nikosapi.org/w/index.php?title=PVR-Remote&amp;diff=42&amp;oldid=prev</id>
		<title>Nikosapi: New page: right PVR-Remote is a simple PyGTK app that I wrote to control my Hauppauge PVR-150 video capture card. It allows you to change channels and select the Composite or S...</title>
		<link rel="alternate" type="text/html" href="http://nikosapi.org/w/index.php?title=PVR-Remote&amp;diff=42&amp;oldid=prev"/>
		<updated>2008-01-21T01:58:36Z</updated>

		<summary type="html">&lt;p&gt;New page: &lt;a href=&quot;/w/index.php/File:Pvrmote.jpg&quot; title=&quot;File:Pvrmote.jpg&quot;&gt;right&lt;/a&gt; PVR-Remote is a simple PyGTK app that I wrote to control my Hauppauge PVR-150 video capture card. It allows you to change channels and select the Composite or S...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Image:Pvrmote.jpg|right]]&lt;br /&gt;
PVR-Remote is a simple PyGTK app that I wrote to control my Hauppauge PVR-150 video capture card. It allows you to change channels and select the Composite or S-Video input.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Installation is quite simple because all the code is contained in one executable python script. &amp;lt;br /&amp;gt;&lt;br /&gt;
If you&amp;#039;d like to test it out do the following:&lt;br /&gt;
 cd ~/Desktop&lt;br /&gt;
 wget http://nikosapi.org/software/pvr-remote.py -O pvr-remote&lt;br /&gt;
 python ./pvr-remote&lt;br /&gt;
&lt;br /&gt;
If you like it and would like to install it just make the file executable and stick in ~/bin or /usr/local/bin&lt;br /&gt;
 sudo mv ~/Desktop/pvr-remote /usr/local/bin&lt;br /&gt;
 sudo chmod +x /usr/local/bin/pvr-remote&lt;br /&gt;
&lt;br /&gt;
Then you can add an application launcher in your favorite window manager so you don&amp;#039;t have to run &amp;#039;pvr-remote&amp;#039; each time you want to use it.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
The application is pretty straightforward, choose a channel number and press &amp;#039;Watch!&amp;#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
Here are the functions of the other buttons:&lt;br /&gt;
* Comp/Svid: Switch to the Composite/S-Video input right away&lt;br /&gt;
* Ch- and Ch+: Change channel by one or minus one (Only works on Tuner input)&lt;br /&gt;
* Set: Change channel but don&amp;#039;t attempt to open a media player&lt;br /&gt;
* Watch: Change to the specified channel and open a media player or if a media player is open just change channel&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
There are 3 options that might be useful to configure in the script:&lt;br /&gt;
* DEVICE: Choose the /dev/video* device to stream video from (Default: /dev/video0)&lt;br /&gt;
* VIDEO_PLAYER: Choose your prefered media player (Default: /usr/bin/mplayer)&lt;br /&gt;
* PLAYER_ARGUMENTS: Configure any special options you wish to pass to the media player&lt;br /&gt;
** Default: &amp;#039;-msglevel all=-1 -nolirc -cache 4096 -vf pp=lb &amp;#039; + DEVICE&lt;br /&gt;
** You might want to remove the -nolirc option if you use lirc with mplayer&lt;br /&gt;
** Set cache to a higher value if the video is often choppy&lt;br /&gt;
** The default video filter is the linear blend deinterlacer (lb), see the mplayer man page for more options.&lt;/div&gt;</summary>
		<author><name>Nikosapi</name></author>
	</entry>
</feed>