[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TV] Re: Transcoding (to XMLTV) and bulk downloads now available [beta]



Hi Andrew, 

Two minor things:

tv_cat wants all the channel declarations to be grouped first, like:
<channel .../> <channel .../> <programme ../> ...
instead of
<channel ... /> <programme .../> ... <channel .../> <programe .../>

I'm really not sure about the channel ids (where are they canonically 
defined), but in other XMLTV files I've looked at, it's just been the 
"hostname" part of the URL, that is:

bbc1.bbc.co.uk

instead of

http://bbc1.bbc.co.uk/

Which makes sense to me because there isn't actually a webserver (or DNS 
entry) for bbc1.bbc.co.uk :)

Cheers

John


On Saturday 07 February 2004 17:27, you wrote:
> On Sat, Feb 07, 2004 at 04:48:37PM -0000, DeBugger wrote:
> > Listings would look better if you could put in a display name for the
> > channels eg, "uk_horizons" does not look as good as "UK Horizons"
>
> I've now done this.
>
> Hope that helps,
>
> Andrew