Mythtv - Page 21 - Canadian TV, Computing and Home Theatre Forums
 

Go Back   Canadian TV, Computing and Home Theatre Forums > Consumer Electronics and Home Computing > Home Theatre Personal Computer (HTPC) and Media Extenders

Reply
 
Thread Tools Search this Thread Display Modes

Old 2010-12-19, 04:01 PM   #301
K1Y3M5
Rookie
 
Join Date: Jul 2009
Location: Ottawa
Posts: 17
Default Tweaking audio and video settings on PVR-150

Quote:
Originally Posted by rpr View Post
@K1Y3M5: I recall doing something similar, I actually went into the code and disabled the audio volume reset code so that the external settings didn't get borked. It's been a few years though, so I don't recall exactly what or where I did it, and the code has been changed pretty substantially since then.
@rpr,
Editing the myth code (then compiling/building/etc) is far beyond my limited Linux skills. Maybe someday...

My current thinking is to further enhance my Change Channel script by putting in a delay of a couple of seconds to let myth make its changes to the audio and video parameters, and then stuff my desired parameters into the card. But I need to somehow fork the CC script so it can return control to the mainline first, while leaving a remnant in stasis. I'm not sure how to do that, though there must be a way.
K1Y3M5 is offline  
Sponsored Links
Advertisement
 
Old 2010-12-19, 04:08 PM   #302
roger1818
Veteran
 
Join Date: Apr 2006
Location: Ottawa (Stittsville), ON, OTA (Radio Shack Omnidirectional Antenna and 5Y6S in Attic), MythTV HTPC
Posts: 5,680
Default

I just noticed something strange on my new myth box. When I upgraded my box I replaced everything except the tuner card. To do this I installed MythBuntu on the new system, giving it a new name figuring it was a bad idea to have two computers with the same name (even if temporarily). Once I had everything working, I copied the database and recordings to the new box, put in the tuner card to finish the setup.

Just today I noticed using mythWeb a bunch of references to my old system. For example, when checking the status I see:

Code:
Encoder Status
Encoder 1 is remote on mythtv-desktop (currently not connected).
Encoder 2 is remote on mythtv-desktop (currently not connected).
Encoder 5 is local on MythTv2 and is not recording.
Encoder 6 is local on MythTv2 and is not recording.
(mythtv-desktop was my old box and MythTv2 is the new one)

Also, when editing the settings of MythTv, it gives me a pull down to select either mythtv-desktop or MythTv2.

How do I get rid of these references to mythtv-desktop?

Thanks.
__________________
Link to my TVFool results is in my profile Homepage URL. I suggest others do the same.
roger1818 is offline  
Old 2010-12-19, 04:27 PM   #303
Knight
Premium Supporter
 
Join Date: Apr 2006
Location: South shore of Montreal
Posts: 324
Default

Quote:
Originally Posted by K1Y3M5 View Post
Or perhaps jettison my existing hardware and upgrade to something that can support vdpau.
Or you could use it as a backend only...

Have a nice day!

Nick
Knight is online now  
Old 2010-12-19, 04:39 PM   #304
K1Y3M5
Rookie
 
Join Date: Jul 2009
Location: Ottawa
Posts: 17
Default

Quote:
Originally Posted by roger1818 View Post

How do I get rid of these references to mythtv-desktop?

Thanks.
@roger,
What's worked for me when I had a similar problem is to go into the Capture Card config page, (in backend setup), delete all tuner cards on all backends, and then add in your tuner cards again. That should delete the existing entries and create two new cards #1 and #2.

However, I'm not sure that this will eliminate the references to mythtv-desktop in the drop-down.
K1Y3M5 is offline  
Old 2010-12-19, 04:42 PM   #305
K1Y3M5
Rookie
 
Join Date: Jul 2009
Location: Ottawa
Posts: 17
Default

Quote:
Originally Posted by Knight View Post
Or you could use it as a backend only...

Have a nice day!

Nick
@nick,
Not a bad idea. I've been looking for an excuse to get a Zotac ZBOXHD or something like it. Mount it on the back of my Bravia. Other household members will never know it's there:-)
I wonder if it's too late to get an order in to Santa...
K1Y3M5 is offline  
Old 2010-12-19, 05:10 PM   #306
Knight
Premium Supporter
 
Join Date: Apr 2006
Location: South shore of Montreal
Posts: 324
Default

Quote:
Originally Posted by K1Y3M5 View Post
@roger,
What's worked for me when I had a similar problem is to go into the Capture Card config page, (in backend setup), delete all tuner cards on all backends, and then add in your tuner cards again. That should delete the existing entries and create two new cards #1 and #2.
Yep, that will take care of the tuners...

Quote:
However, I'm not sure that this will eliminate the references to mythtv-desktop in the drop-down.
He'll need to delete all entries in the settings table where the host name is the name of the old Myth box.

Something like

Code:
DELETE from settings where hostname = 'mythtv-desktop'
Have a nice day!

Nick
Knight is online now  
Old 2010-12-20, 11:13 AM   #307
roger1818
Veteran
 
Join Date: Apr 2006
Location: Ottawa (Stittsville), ON, OTA (Radio Shack Omnidirectional Antenna and 5Y6S in Attic), MythTV HTPC
Posts: 5,680
Default

K1Y3M5 and Knight, thanks for the advice. I will do these when I have time and the box is not in use (tough combination to find ). It would probably be best to backup the database first just in case things go wrong.

To delete the entries in the settings table, I assume I need to first start the mysql command line interface?
__________________
Link to my TVFool results is in my profile Homepage URL. I suggest others do the same.
roger1818 is offline  
Old 2010-12-20, 11:15 AM   #308
roger1818
Veteran
 
Join Date: Apr 2006
Location: Ottawa (Stittsville), ON, OTA (Radio Shack Omnidirectional Antenna and 5Y6S in Attic), MythTV HTPC
Posts: 5,680
Default

Quote:
Originally Posted by K1Y3M5 View Post
I've been looking for an excuse to get a Zotac ZBOXHD or something like it.
The Zotac ZBOX is a good option as it has the Next Generation ION GPU.
roger1818 is offline  
Old 2010-12-20, 01:15 PM   #309
Knight
Premium Supporter
 
Join Date: Apr 2006
Location: South shore of Montreal
Posts: 324
Default

Quote:
Originally Posted by roger1818 View Post
To delete the entries in the settings table, I assume I need to first start the mysql command line interface?
Yep, something like

Code:
mysql -u mythtv -p
use mythconverg
DELETE from settings where hostname = 'mythtv-desktop'
Quote:
The Zotac ZBOX is a good option as it has the Next Generation ION GPU.
It's also a lot easier to upgrade than a Zotac MAG (I have one and it's a pain to upgrade and you risk losing your warranty...). The Zbox is essentially a MAG with an ION 2 instead of an ION 1 chipset and more DIY-friendly...

Have a nice day!

Nick
Knight is online now  
Old 2010-12-20, 03:34 PM   #310
roger1818
Veteran
 
Join Date: Apr 2006
Location: Ottawa (Stittsville), ON, OTA (Radio Shack Omnidirectional Antenna and 5Y6S in Attic), MythTV HTPC
Posts: 5,680
Default

Quote:
Originally Posted by Knight View Post
The Zbox is essentially a MAG with an ION 2 instead of an ION 1 chipset
I just noticed on Zotac's website that not all Zboxes have the Ion2 chipset. Some have Intel or even AMD (i.e. ATI) chipsets, so make sure you get one of the right ones.
roger1818 is offline  
Old 2010-12-20, 07:16 PM   #311
Knight
Premium Supporter
 
Join Date: Apr 2006
Location: South shore of Montreal
Posts: 324
Default

Argh, not cool on their part to have done that... I knew some models had better memory but hadn't noticed they had started using other chipset (and it looks like other CPUs as well)...

BTW, if you get a Zbox you might have the same problem I had with my MAG, they ship a weird power plug with it that has a little wire that you must connect to the screw in the middle of the outlet to get the ground (like the old adapters people used to use in the past) instead of a normal three prong adapter...

To get it replaced you must contact Zotac which will then contact one of their distributor in Canada. I had to contact Zotac back because that distributor wanted me to ship them back the old cable (at my expense)... Zotac contacted them back and told them they did not have to do that but it was an hassle nonetheless...

Have a nice day!

Nick
Knight is online now  
Old 2010-12-21, 07:59 AM   #312
roger1818
Veteran
 
Join Date: Apr 2006
Location: Ottawa (Stittsville), ON, OTA (Radio Shack Omnidirectional Antenna and 5Y6S in Attic), MythTV HTPC
Posts: 5,680
Default

Quote:
Originally Posted by roger1818 View Post
K1Y3M5 and Knight, thanks for the advice. I will do these when I have time and the box is not in use (tough combination to find ). It would probably be best to backup the database first just in case things go wrong.
Thanks again. I did both of these fixes last night and it worked like a charm. Not sure if I am seeing any benefits (it still takes a few seconds to load the list of recorded programs), but it certainly good to get rid of the garbage data.
roger1818 is offline  
Old 2010-12-27, 01:25 PM   #313
ClgShaft
 
Join Date: May 2006
Posts: 702
Default

is anyone capturing svideo off a satellite box? using a ir blaster to change the channels?

Which card are you using?

I would like to try with bell tv.

thanks
ClgShaft is offline  
Old 2010-12-27, 06:38 PM   #314
Knight
Premium Supporter
 
Join Date: Apr 2006
Location: South shore of Montreal
Posts: 324
Default

ClgShaft, I'm not doing this but what used to be the least trouble-free cards to do this were the PVR-150 cards...

They have been discontinued for a while though but you might still be able to get one (probably used though).

I don't remember if your motherboard has PCI ports though...

Nowadays people who want to do this but for HD use an Hauppauge HD PVR but this is not entirely trouble-free AFAIK...

For the HVR-2250 if you wish to have Analog you will most probably have to compile the drivers yourself since I doubt support for it is included in the ones that come with your Linux distribution.

Have a nice day!

Nick
Knight is online now  
Old 2010-12-27, 09:43 PM   #315
ClgShaft
 
Join Date: May 2006
Posts: 702
Default

Thanks knight.

Since I have the 2250 I will try and compile the file to get analogue working. Do I need to do anything with the driver I have installed?

Looks like the hd pvr works hauppauge hd pvr
ClgShaft is offline  
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -4. The time now is 01:41 AM.

Search Digital Home

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.