Mailing List Archive

Buglet: EPG not starting at first channel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In my EPG, when I go to "Schedule Recording", the first row displayed
is actually the second channel (channel 3) in my lineup. In order to
see what's playing on CBS (channel 2), I need to hit the up arrow.
It's not that the information in the row is incorrect; everything for
channel 3 is actually there, likewise for channel 2; I was just
expecting that the first row would be the first channel in the
lineup.

Thanks, Bob


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPcsFCfc1NpCTlP0JEQLkIgCg04/f0//88UJJZvKNqgMnwrN6b0YAn1Ow
20ITbgMcEEzpCHF9FD4UdEhJ
=T56K
-----END PGP SIGNATURE-----
Re: Buglet: EPG not starting at first channel [ In reply to ]
On Thu, Nov 07, 2002 at 06:27:53PM -0600, Robert Kulagowski wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> In my EPG, when I go to "Schedule Recording", the first row displayed
> is actually the second channel (channel 3) in my lineup. In order to
> see what's playing on CBS (channel 2), I need to hit the up arrow.
> It's not that the information in the row is incorrect; everything for
> channel 3 is actually there, likewise for channel 2; I was just
> expecting that the first row would be the first channel in the
> lineup.


I think you can change this by editing /usr/local/share/theme.txt
Change the line that reads "str DefaultTVChannel=3" to "str DefaultTVChannel=2"
RE: Buglet: EPG not starting at first channel [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> I think you can change this by editing /usr/local/share/theme.txt
> Change the line that reads "str DefaultTVChannel=3" to "str
> DefaultTVChannel=2"

Hrmm. That worked. Isaac, any reason why this shouldn't actually be
dynamically gotten from the lowest channel number in the channel
table? What happens if there is no channel 3 in the lineup? Does
anything break?

Thanks, Bob

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPcsK4vc1NpCTlP0JEQIcFgCgvkTZF8iZc809vXN9xcgTO7PWKpgAn1f9
SvfftKwuyE7+fQ7uPHTLTyQy
=D/bA
-----END PGP SIGNATURE-----
Re: Buglet: EPG not starting at first channel [ In reply to ]
On Thursday 07 November 2002 07:52 pm, Robert Kulagowski wrote:
> > I think you can change this by editing /usr/local/share/theme.txt
> > Change the line that reads "str DefaultTVChannel=3" to "str
> > DefaultTVChannel=2"
>
> Hrmm. That worked. Isaac, any reason why this shouldn't actually be
> dynamically gotten from the lowest channel number in the channel
> table? What happens if there is no channel 3 in the lineup? Does
> anything break?

If it doesn't find the given channel, it just starts from the first channel
found in the sort order given.

Isaac