On Wed, Jul 09, 2003 at 07:20:37PM -0300, James Oakley wrote:
> It will be in 0.6. 

Cool...

> for dn in channels['display-name']:
>       if len(dn.split()) == 1:
>               channelnum = dn
>       else:
>               display_name = dn
> 
> This works for tv_grab_na, but I'm not sure about the other grabbers, yet.

All I did was treat them as indexed elements in an array:

i['display-name'][0]

Does that make sense?


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to