Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Need to prioritise cards/inputs for live tv

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


billk at iinet

Dec 4, 2005, 3:12 PM

Post #1 of 17 (7993 views)
Permalink
Need to prioritise cards/inputs for live tv

I have a system with a DVB-T card and the composite input of an old
analog tuner card connected to a foxtel STB. How do I get the system to
default to the DVB-T card for live tv? It always starts with the analog
card?

I also want to get the analog tuner up and running again, and ran into
the same problem - it looks like this card always takes priority over
the better quality DVB-T card (same channel content). From what I can
see, the only priorities are to do with recording.

using .18 on gentoo

BillK


--
William Kenworthy <billk [at] iinet>
Home!


lists at locutory

Dec 4, 2005, 5:59 PM

Post #2 of 17 (7875 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

I had a problem like this a long time ago, and if memory serves there
wasn't an option as such. The selection priority was at the time
selected by order of adding the card to the database. So you might have
to toss your current card setup and do it again, setting up the DVB-T
card first.

Again, very historical and from memory, so this may not currently be, or
ever have been, true. :) You may wish to wait and see if anyone else has
a better answer.

glen


William Kenworthy wrote:

>I have a system with a DVB-T card and the composite input of an old
>analog tuner card connected to a foxtel STB. How do I get the system to
>default to the DVB-T card for live tv? It always starts with the analog
>card?
>
>I also want to get the analog tuner up and running again, and ran into
>the same problem - it looks like this card always takes priority over
>the better quality DVB-T card (same channel content). From what I can
>see, the only priorities are to do with recording.
>
>using .18 on gentoo
>
>BillK
>
>

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Dec 4, 2005, 6:40 PM

Post #3 of 17 (7875 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

William Kenworthy wrote:

>I have a system with a DVB-T card and the composite input of an old
>analog tuner card connected to a foxtel STB. How do I get the system to
>default to the DVB-T card for live tv? It always starts with the analog
>card?
>
>I also want to get the analog tuner up and running again, and ran into
>the same problem - it looks like this card always takes priority over
>the better quality DVB-T card (same channel content). From what I can
>see, the only priorities are to do with recording.
>
>
mythtv-setup (not frontend Setting), Input Preferences.

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


bjm at lvcm

Dec 4, 2005, 8:42 PM

Post #4 of 17 (7886 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

Michael T. Dean wrote:
> William Kenworthy wrote:
>
>> I have a system with a DVB-T card and the composite input of an old
>> analog tuner card connected to a foxtel STB. How do I get the system to
>> default to the DVB-T card for live tv? It always starts with the analog
>> card?
>> I also want to get the analog tuner up and running again, and ran into
>> the same problem - it looks like this card always takes priority over
>> the better quality DVB-T card (same channel content). From what I can
>> see, the only priorities are to do with recording.
>>
>>
> mythtv-setup (not frontend Setting), Input Preferences.

Nope. Input preference has no impact on live tuner selection.

For live, by default it chooses an available card with the same
hostname as the requesting frontend. If none, it chooses the lowest
numbered cardid that is available. If none it shows a warning message.
The default input for the chosen card is initially used. Pressing
"Y" switches to the next higher available card and wraps after the
highest number. If I have five card and I'm sitting at the host for
card 4 while card 2 is in use, it will pick card 4. "Y" changes to
5. "Y' again goes to 1 and again goes to 3.

If the avoid conflict with the scheduler is checked, it ignores
hostnames and chooses the highest numbered card available. "Y" still
counts up and wraps.

For recording, for a the same showing with the same priority score,
it choose the lowest numbered cardinputid available for the sourceid
of the channel. It there are two single input cards for one video
source, the input on card 1 will be chosen unless there is a higher
priority show already assigned then it will choose card 2. If the
Input preference is higher for cardinputid 2, the showing for card
2 is considered first (priority +1) before the showing on card 1
(priority +0). Therefore the episode wins the spot on the preferred
card 2 before the same showing on card 1 is ever considered.

-- bjm
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


billk at iinet

Dec 4, 2005, 8:58 PM

Post #5 of 17 (7883 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

I am not at the machine to try this: is it possible to just renumber the
cards within the database? e.g, the cardid field in a number of tables.
What else?

BillK


On Sun, 2005-12-04 at 20:42 -0800, Bruce Markey wrote:
> Michael T. Dean wrote:
> > William Kenworthy wrote:
> >
> >> I have a system with a DVB-T card and the composite input of an old
> >> analog tuner card connected to a foxtel STB. How do I get the system to
> >> default to the DVB-T card for live tv? It always starts with the analog
> >> card?
> >> I also want to get the analog tuner up and running again, and ran into
> >> the same problem - it looks like this card always takes priority over
> >> the better quality DVB-T card (same channel content). From what I can
> >> see, the only priorities are to do with recording.
> >>
> >>
> > mythtv-setup (not frontend Setting), Input Preferences.
>
> Nope. Input preference has no impact on live tuner selection.
>
> For live, by default it chooses an available card with the same
> hostname as the requesting frontend. If none, it chooses the lowest
> numbered cardid that is available. If none it shows a warning message.
> The default input for the chosen card is initially used. Pressing
> "Y" switches to the next higher available card and wraps after the
> highest number. If I have five card and I'm sitting at the host for
> card 4 while card 2 is in use, it will pick card 4. "Y" changes to
> 5. "Y' again goes to 1 and again goes to 3.
>
> If the avoid conflict with the scheduler is checked, it ignores
> hostnames and chooses the highest numbered card available. "Y" still
> counts up and wraps.
>
> For recording, for a the same showing with the same priority score,
> it choose the lowest numbered cardinputid available for the sourceid
> of the channel. It there are two single input cards for one video
> source, the input on card 1 will be chosen unless there is a higher
> priority show already assigned then it will choose card 2. If the
> Input preference is higher for cardinputid 2, the showing for card
> 2 is considered first (priority +1) before the showing on card 1
> (priority +0). Therefore the episode wins the spot on the preferred
> card 2 before the same showing on card 1 is ever considered.
>
> -- bjm
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


bjm at lvcm

Dec 5, 2005, 12:03 AM

Post #6 of 17 (7895 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

W.Kenworthy wrote:
> I am not at the machine to try this: is it possible to just renumber the
> cards within the database? e.g, the cardid field in a number of tables.
> What else?

Yes, in the capturecard and cardinput tables only. However
it may be just as easy and less error prone to truncate these
tables then reenter the cards and inputs with mythtv-setup.
In either case, make a DB backup first.

http://www.mythtv.org/docs/mythtv-HOWTO-23.html#ss23.5

-- bjm
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jsamyth at gmail

Dec 10, 2005, 4:00 AM

Post #7 of 17 (7853 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

On 12/4/05, Bruce Markey <bjm [at] lvcm> wrote:
> W.Kenworthy wrote:
> > I am not at the machine to try this: is it possible to just renumber the
> > cards within the database? e.g, the cardid field in a number of tables.
> > What else?
>
> Yes, in the capturecard and cardinput tables only. However
> it may be just as easy and less error prone to truncate these
> tables then reenter the cards and inputs with mythtv-setup.
> In either case, make a DB backup first.

Are you sure this works? My two backends seem
to prefer the card that appears second in the list of cards.

In the CaptureCard Table
Card 1 is in master
Card 2 is in slave

Similarly, in the CardInput table
The first Cardinput points to capturecard 1
The second Cardinput points to Capturecard 2

And the first card selected for live tv is capturecare 2 in the slave.

I'd like to reverse that some how....
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mythtv at keithandjill

Dec 10, 2005, 6:45 AM

Post #8 of 17 (7864 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

On Dec 10, 2005, at 6:00 AM, John Andersen wrote:

> On 12/4/05, Bruce Markey <bjm [at] lvcm> wrote:
>> W.Kenworthy wrote:
>>> I am not at the machine to try this: is it possible to just
>>> renumber the
>>> cards within the database? e.g, the cardid field in a number of
>>> tables.
>>> What else?
>>
>> Yes, in the capturecard and cardinput tables only. However
>> it may be just as easy and less error prone to truncate these
>> tables then reenter the cards and inputs with mythtv-setup.
>> In either case, make a DB backup first.
>
> Are you sure this works? My two backends seem
> to prefer the card that appears second in the list of cards.
>
> In the CaptureCard Table
> Card 1 is in master
> Card 2 is in slave
>
> Similarly, in the CardInput table
> The first Cardinput points to capturecard 1
> The second Cardinput points to Capturecard 2
>
> And the first card selected for live tv is capturecare 2 in the slave.
>
> I'd like to reverse that some how....
> _______________________________________________

There is a card priority field that works very well for me. Its in
the setup program.

Keith C


bjm at lvcm

Dec 10, 2005, 10:20 AM

Post #9 of 17 (7863 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

John Andersen wrote:
> On 12/4/05, Bruce Markey <bjm [at] lvcm> wrote:
>> W.Kenworthy wrote:
>>> I am not at the machine to try this: is it possible to just renumber the
>>> cards within the database? e.g, the cardid field in a number of tables.
>>> What else?
>> Yes, in the capturecard and cardinput tables only. However
>> it may be just as easy and less error prone to truncate these
>> tables then reenter the cards and inputs with mythtv-setup.
>> In either case, make a DB backup first.
>
> Are you sure this works?

Positive. Unlike hundreds of other people who pull things out of
their own ass that sound plausible to them then try to pass them
off as the truth, I try to post factual information. Either I know,
find out, or don't post.

> My two backends seem
> to prefer the card that appears second in the list of cards.
>
> In the CaptureCard Table
> Card 1 is in master
> Card 2 is in slave
>
> Similarly, in the CardInput table
> The first Cardinput points to capturecard 1
> The second Cardinput points to Capturecard 2
>
> And the first card selected for live tv is capturecare 2 in the slave.

Selecting a card for live tv is not the same as the order of
preference for placing shows in the schedule. I find it fascinating
that you chose to reply to part of one of my messages from this
thread but ignored the entire explanation that had just been given.

Keith C wrote:
> There is a card priority field that works very well for me. Its in the
> setup program.

Explained above and below.

-- bjm

-----------8<-----------8<-----------
Nope. Input preference has no impact on live tuner selection.

For live, by default it chooses an available card with the same
hostname as the requesting frontend. If none, it chooses the lowest
numbered cardid that is available. If none it shows a warning message.
The default input for the chosen card is initially used. Pressing
"Y" switches to the next higher available card and wraps after the
highest number. If I have five card and I'm sitting at the host for
card 4 while card 2 is in use, it will pick card 4. "Y" changes to
5. "Y' again goes to 1 and again goes to 3.

If the avoid conflict with the scheduler is checked, it ignores
hostnames and chooses the highest numbered card available. "Y" still
counts up and wraps.

For recording, for a the same showing with the same priority score,
it choose the lowest numbered cardinputid available for the sourceid
of the channel. If there are two single input cards for one video
source, the input on card 1 will be chosen unless there is a higher
priority show already assigned then it will choose card 2. If the
Input preference is higher for cardinputid 2, the showing for card
2 is considered first (priority +1) before the showing on card 1
(priority +0). Therefore the episode wins the spot on the preferred
card 2 before the same showing on card 1 is ever considered.
-----------8<-----------8<-----------
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jsamyth at gmail

Dec 10, 2005, 3:23 PM

Post #10 of 17 (7862 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

On 12/10/05, Bruce Markey <bjm [at] lvcm> wrote:
> John Andersen wrote:
> > On 12/4/05, Bruce Markey <bjm [at] lvcm> wrote:
> >> W.Kenworthy wrote:
> >>> I am not at the machine to try this: is it possible to just renumber the
> >>> cards within the database? e.g, the cardid field in a number of tables.
> >>> What else?
> >> Yes, in the capturecard and cardinput tables only. However
> >> it may be just as easy and less error prone to truncate these
> >> tables then reenter the cards and inputs with mythtv-setup.
> >> In either case, make a DB backup first.
> >
> > Are you sure this works?
>
> Positive. Unlike hundreds of other people who pull things out of
> their own ass that sound plausible to them then try to pass them
> off as the truth, I try to post factual information. Either I know,
> find out, or don't post.
>
> > My two backends seem
> > to prefer the card that appears second in the list of cards.
> >
> > In the CaptureCard Table
> > Card 1 is in master
> > Card 2 is in slave
> >
> > Similarly, in the CardInput table
> > The first Cardinput points to capturecard 1
> > The second Cardinput points to Capturecard 2
> >
> I find it fascinating
> that you chose to reply to part of one of my messages from this
> thread but ignored the entire explanation that had just been given.


> For live, by default it chooses an available card with the same
> hostname as the requesting frontend. If none, it chooses the lowest
> numbered cardid that is available.


And I found it utterly astounding you managed to formulate
a snotty reply without reading a single thing I wrote.

Specificically you said:

> For live, by default it chooses an available card with the same
> hostname as the requesting frontend. If none, it chooses the lowest
> numbered cardid that is available.

Yet this is clearly not the case in my example. The slave's tuner
always is selected first for watching live tv.

Needless to say, this throws the rest of your reply
into doubt.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jsamyth at gmail

Dec 10, 2005, 3:24 PM

Post #11 of 17 (7848 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

On 12/10/05, Keith C <mythtv [at] keithandjill> wrote:
> On Dec 10, 2005, at 6:00 AM, John Andersen wrote:
>
> > On 12/4/05, Bruce Markey <bjm [at] lvcm> wrote:
> >> W.Kenworthy wrote:
> >>> I am not at the machine to try this: is it possible to just
> >>> renumber the
> >>> cards within the database? e.g, the cardid field in a number of
> >>> tables.
> >>> What else?
> >>
> >> Yes, in the capturecard and cardinput tables only. However
> >> it may be just as easy and less error prone to truncate these
> >> tables then reenter the cards and inputs with mythtv-setup.
> >> In either case, make a DB backup first.
> >
> > Are you sure this works? My two backends seem
> > to prefer the card that appears second in the list of cards.
> >
> > In the CaptureCard Table
> > Card 1 is in master
> > Card 2 is in slave
> >
> > Similarly, in the CardInput table
> > The first Cardinput points to capturecard 1
> > The second Cardinput points to Capturecard 2
> >
> > And the first card selected for live tv is capturecare 2 in the slave.
> >
> > I'd like to reverse that some how....
> > _______________________________________________
>
> There is a card priority field that works very well for me. Its in
> the setup program.
>
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jsamyth at gmail

Dec 10, 2005, 3:25 PM

Post #12 of 17 (7837 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

On 12/10/05, Keith C <mythtv [at] keithandjill> wrote:
> On Dec 10, 2005, at 6:00 AM, John Andersen wrote:
>
> > On 12/4/05, Bruce Markey <bjm [at] lvcm> wrote:
> >> W.Kenworthy wrote:
> >>> I am not at the machine to try this: is it possible to just
> >>> renumber the
> >>> cards within the database? e.g, the cardid field in a number of
> >>> tables.
> >>> What else?
> >>
> >> Yes, in the capturecard and cardinput tables only. However
> >> it may be just as easy and less error prone to truncate these
> >> tables then reenter the cards and inputs with mythtv-setup.
> >> In either case, make a DB backup first.
> >
> > Are you sure this works? My two backends seem
> > to prefer the card that appears second in the list of cards.
> >
> > In the CaptureCard Table
> > Card 1 is in master
> > Card 2 is in slave
> >
> > Similarly, in the CardInput table
> > The first Cardinput points to capturecard 1
> > The second Cardinput points to Capturecard 2
> >
> > And the first card selected for live tv is capturecare 2 in the slave.
> >
> > I'd like to reverse that some how....
> > _______________________________________________
>
> There is a card priority field that works very well for me. Its in
> the setup program.
>
> Keith C

Oops, empty post, sorry.

No, as explained before that priority setting in mythtv-setup
affects recording, not live tv.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


tom at redpepperracing

Dec 10, 2005, 4:47 PM

Post #13 of 17 (7858 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

>> For live, by default it chooses an available card with the same
>> hostname as the requesting frontend. If none, it chooses the lowest
>> numbered cardid that is available.
>
> Yet this is clearly not the case in my example. The slave's tuner
> always is selected first for watching live tv.

Have you selected the option 'prefer recording over live tv' option set?
That's not the exact wording, but it's something like that. If have a
master and slave backend, both with two tuners, and I have that option set
and it always selects the last tuner in the slave backend for live tv, and
the first tuner in the master for recordings. And yes, I too manually
rearranged the tuner cardinput ID's to change mine around a bit (I have
one PVR-250 that is bad and records mangled files, that though watchable,
are not the greatest), so I can confirm that it works.

Tom

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jsamyth at gmail

Dec 10, 2005, 4:52 PM

Post #14 of 17 (7850 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

On 12/10/05, tom [at] redpepperracing <tom [at] redpepperracing> wrote:
> >> For live, by default it chooses an available card with the same
> >> hostname as the requesting frontend. If none, it chooses the lowest
> >> numbered cardid that is available.
> >
> > Yet this is clearly not the case in my example. The slave's tuner
> > always is selected first for watching live tv.
>
> Have you selected the option 'prefer recording over live tv' option set?
> That's not the exact wording, but it's something like that.

Would love to find that...

Is it in mythtv-setup or just the regular setup in mythfrontend?

My Mythbackend is also the frontend that I sit at most of the time
and since it reaches out and grabs the slave's tuner first
I end up putting all that traffic on my local network. This hasn't
been a significant problem but its an annoyance I'd like
to clear up.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Dec 11, 2005, 5:38 AM

Post #15 of 17 (7862 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

John Andersen wrote:

>On 12/10/05, tom [at] redpepperracing <tom [at] redpepperracing> wrote:
>
>
>>>>For live, by default it chooses an available card with the same
>>>>hostname as the requesting frontend. If none, it chooses the lowest
>>>>numbered cardid that is available.
>>>>
>>>>
>>>Yet this is clearly not the case in my example. The slave's tuner
>>>always is selected first for watching live tv.
>>>
>>>
>>Have you selected the option 'prefer recording over live tv' option set?
>>That's not the exact wording, but it's something like that.
>>
>>
>Would love to find that...
>
>Is it in mythtv-setup or just the regular setup in mythfrontend?
>
>My Mythbackend is also the frontend that I sit at most of the time
>and since it reaches out and grabs the slave's tuner first
>I end up putting all that traffic on my local network. This hasn't
>been a significant problem but its an annoyance I'd like
>to clear up.
>
>
From Bruce's before and after posts in this thread:
-----
If the avoid conflict with the scheduler is checked, it ignores
hostnames and chooses the highest numbered card available. "Y" still
counts up and wraps.
------

The exact wording in frontend settings:
Avoid conflicts between live TV and scheduled shows.
If enabled, live TV will choose a tuner card that is less likely to have
scheduled recordings rather than the best card available.

Mike


_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


stevehodge at gmail

Dec 11, 2005, 12:33 PM

Post #16 of 17 (7831 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

On 12/11/05, John Andersen <jsamyth [at] gmail> wrote:
> On 12/10/05, Bruce Markey <bjm [at] lvcm> wrote:
> > For live, by default it chooses an available card with the same
> > hostname as the requesting frontend. If none, it chooses the lowest
> > numbered cardid that is available.
>
> Yet this is clearly not the case in my example. The slave's tuner
> always is selected first for watching live tv.
>
> Needless to say, this throws the rest of your reply
> into doubt.

Quoting Bruce:
"If the avoid conflict with the scheduler is checked, it ignores
hostnames and chooses the highest numbered card available. "Y" still
counts up and wraps."

He gave you the answer and then you accuse him of not reading your
post properly and not knowing what he's talking about?

Steve
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


bjm at lvcm

Dec 11, 2005, 12:59 PM

Post #17 of 17 (7857 views)
Permalink
Re: Need to prioritise cards/inputs for live tv [In reply to]

John Andersen wrote:
...
> Is it in mythtv-setup or just the regular setup in mythfrontend?

Thanks to those who gave the correct answer the third, fourth and
fifth times. What hasn't been said is that the checkbox is in
Setup->TV Settings->General on the first page. This is off by default
so he must have checked it at some point.

-- bjm
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.