Penguin

Differences between version 43 and predecessor to the previous major change of MythTvNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 43 Last edited on Saturday, April 29, 2006 12:14:19 pm by JustinHyde Revert
Older page: version 36 Last edited on Tuesday, March 28, 2006 5:16:14 pm by JamesGray Revert
@@ -86,8 +86,19 @@
 | 1 | 6 | One 
 | 2 | 8 | 2 
 | 3 | 10 | 3 
 | MaoriTV | 53 | Maori 
+| Prime | 61 | Prime  
+| 7 Taranaki | 41 | None  
+?>  
+  
+!! [Tokoroa], NewZealand channels, using xmlTVNZ.exe under mono.  
+  
+<?plugin OldStyleTable  
+| __Channel__ | __Frequency__ | __XMLTV id__  
+| 1 | 1 | 01  
+| 2 | 3 | 02  
+| 3 | 9 | 03  
 ?> 
  
 Using the TV listings from OnTV - see below. 
  
@@ -105,9 +116,9 @@
 # Run mythtv-setup and select "New Zealand" as the XMLTV listings grabber. 
  
 !Alternative source: 
  
-# Get [Mr Geek's listings|http://mr.geek.nz/epg/]. I normally use OnTV, so to get mrgeek's listings into my channels, I run this script over them first: 
+* Get [Mr Geek's listings|http://mr.geek.nz/epg/]. I normally use OnTV, so to get mrgeek's listings into my channels, I run this script over them first: 
  
 <pre> 
 sed -i 's/TV1.mr.geek.nz/One/g' getlist.html 
 sed -i 's/TV2.mr.geek.nz/2/g' getlist.html 
@@ -115,11 +126,13 @@
 sed -i 's/C4.mr.geek.nz/C4/g' getlist.html 
 sed -i 's/Prime.mr.geek.nz/Prime/g' getlist.html 
 </pre> 
  
-! If you're still confused 
+If you're still confused, [Go here|http://www.knoppmythwiki.org/index.php?page=NZMythConfig].  
  
-[Go here |http://www.knoppmythwiki .org /index.php?page =NZMythConfig ]. 
+* Alternatively, if you have access to a Microsoft Windows based web server, try [xmlTVNZ |http://www.reven .co.nz /index.php?option =com_content&task=blogsection&id=4&Itemid=46 ]. Create a scheduled task that drops an XML file into the web server directory, and follow the instructions for OnTV, replacing the OnTV url with the URL of the file on your server. xmlTVNZ provides excellent listings, making use of genre colours in MythTV's EPG. Unfortunately, this program is not free (open source) software, however there it is freeware.  
+  
+Note: This has been tested and works under [Mono|http://www.mono-project.com/Main_Page], no need for the windows web server. The xmlTVNZ app is written in c#, so just get mono on your system xmltvnz.exe will work. (or mono xmltvnz.exe). Nice one mono ! (on debian apt-get mono mono-utils)  
  
 !! I want [DivX]'s of my TV shows 
  
 [nuvexport|http://forevermore.net/mythtv/]. 
@@ -131,19 +144,18 @@
 adding HOME=/home/mythtv to the top of the init script appears to solve this problem. 
  
 !!Ubuntu installation 
  
-Notes to refactor
+Add the following line to your /etc/apt/sources.list
  
-* don't create your first user as 'mythtv'; the postinst for mythtv-common wants to do that itself.  
-* don't rename it just in /etc /passwd . :)  
-* use the debian unstable LIRC source, not the ubuntu stuff  
+<pre>  
+deb http: //deb .thehunter.ws/ breezy mythtv-stable  
+</pre>  
  
-!Compiling mfd  
+Load in the GPG key:  
+gpg --keyserver subkeys.pgp.net --recv-keys 3BC2083F  
+gpg --export --armor 3BC2083F | sudo apt-key add -  
  
-* apt-get install liblivemedia-dev  
-* install [libopendaap|http://www.rarewares.org/debian/packages/unstable/libopendaap0_.3.-._i386.deb] and [libopendaap-dev|http://www.rarewares.org/debian/packages/unstable/libopendaap-dev_.3.-._i386.deb]  
-* change pointers  
-* edit mfd/Makefile to link -lmyth-.18.1  
+apt-get install mythtv mythplugins myththemes  
  
 ----- 
 CategoryNotes