Difference between revisions of "User talk:Steveadeff"

From MythTV Official Wiki
Jump to: navigation, search
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
= my notes =
 +
== Disclaimer ==
 
Sorry, Steve, the content of the wiki is something we have to live by.  Like it or not, it's considered "official."  That means that we have to remove unsupported or unsafe approaches from the wiki.  Thanks for your understanding.
 
Sorry, Steve, the content of the wiki is something we have to live by.  Like it or not, it's considered "official."  That means that we have to remove unsupported or unsafe approaches from the wiki.  Thanks for your understanding.
  
old parts
+
== old parts ==
 
* [http://www.newegg.com/Product/Product.asp?Item=N82E16813135175 ECS KN1 Extreme Socket 939 NVIDIA nForce4 Ultra ATX AMD Motherboard] (dead?)
 
* [http://www.newegg.com/Product/Product.asp?Item=N82E16813135175 ECS KN1 Extreme Socket 939 NVIDIA nForce4 Ultra ATX AMD Motherboard] (dead?)
*[http://www.newegg.com/Product/Product.asp?Item=N82E16819103053  AMD Athlon 64 X2 4200+ Toledo 2.2GHz] Toledo Core
+
* [http://www.newegg.com/Product/Product.asp?Item=N82E16819103053  AMD Athlon 64 X2 4200+ Toledo 2.2GHz] Toledo Core
 
* 2GB Corsair DDR400 RAM
 
* 2GB Corsair DDR400 RAM
 
* [http://www.pcstats.com/articleview.cfm?articleID=1652 MSI K8N Neo2 Platinum]
 
* [http://www.pcstats.com/articleview.cfm?articleID=1652 MSI K8N Neo2 Platinum]
 
* [http://www.newegg.com/Product/Product.aspx?Item=N82E16813500029 ZOTAC IONITX-B-E Intel Atom 230 1.6GHz NVIDIA ION Mini ITX ION Platform Motherboard/CPU Combo]
 
* [http://www.newegg.com/Product/Product.aspx?Item=N82E16813500029 ZOTAC IONITX-B-E Intel Atom 230 1.6GHz NVIDIA ION Mini ITX ION Platform Motherboard/CPU Combo]
 
* [http://www.newegg.com/Product/Product.aspx?Item=N82E16820134181 Kingston 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 400 (PC2 3200) Dual Channel Kit Desktop Memory Model KVR400D2N3K2/2G]
 
* [http://www.newegg.com/Product/Product.aspx?Item=N82E16820134181 Kingston 2GB (2 x 1GB) 240-Pin DDR2 SDRAM DDR2 400 (PC2 3200) Dual Channel Kit Desktop Memory Model KVR400D2N3K2/2G]
[[Image:http://www.jobs-khakis-chicks.com/images/mythbackend/msik8nneopt.jpg]]
 
 
* [http://www.newegg.com/Product/Product.asp?Item=N82E16815116620 Hauppauge WinTV-PVR-150 MCE]
 
* [http://www.newegg.com/Product/Product.asp?Item=N82E16815116620 Hauppauge WinTV-PVR-150 MCE]
 
* [http://www.amazon.com/gp/product/B001MWHI00/ref=oss_product LaCie 130820] FireWire 400 PCI Card, Texas Instruments TSB43AB23 IEEE-1394a-2000
 
* [http://www.amazon.com/gp/product/B001MWHI00/ref=oss_product LaCie 130820] FireWire 400 PCI Card, Texas Instruments TSB43AB23 IEEE-1394a-2000
  
 +
== SQL code ==
 +
<code>update channel set icon = replace(icon,'/home/adeffs/.mythtv/channels/','');</code>
  
<code>update channel set icon = replace(icon,'/home/adeffs/.mythtv/channels/','');</code>
+
<code>update channel set recpriority = 10 where sourceid = 3;</code>

Revision as of 22:46, 9 November 2012

my notes

Disclaimer

Sorry, Steve, the content of the wiki is something we have to live by. Like it or not, it's considered "official." That means that we have to remove unsupported or unsafe approaches from the wiki. Thanks for your understanding.

old parts

SQL code

update channel set icon = replace(icon,'/home/adeffs/.mythtv/channels/',);

update channel set recpriority = 10 where sourceid = 3;