Title of Invention

A METHOD OF SELECTING TELEVISION PROGRAMMES AND SYSTEM THEREFOR

Abstract Variables incorporated into a hypertext markup language program guide (22) enable location of hypertext elements. Once the variable is located, the information contained within the identified hypertext element may be used to tune to a particular channel.
Full Text Field of the Invention
This invention relates to a method of selecting television programmes and system therefor.
Background
This invention relates generally to controlling television receivers and particularly to selecting channels for viewing.
Program guides may be offered on a variety of Internet web sites. These program guides include a grid displaying a series of time listings and various networks or channel listings. A user selecting a particular time can determine what programs are available on various channels.
A set-top box provides a television receiver coupled to a processor-based system. The processor-based system may sit on top of the television receiver. The set-top box operates with an electronic programming guide that may be provided by a service provider. Those electronic programming guides allow the user, through mouse click type operations, to select various programs for viewing.
However, the development, for each locality, of the electronic program guide by the service provider involves a considerable amount of effort. Moreover, the service provider must continually provide new programming guides by accessing the information from the content providers such as the television networks.
Unfortunately, it is not possible to use the already existent program guides available on the Internet to automatically select a particular program for viewing. There is generally no way to utilize the information contained in the hypertext mark-up language (HTML) document in a web based programming guide to actuate a separate
1

WO 01/93572 PCT/US01/16]
application, such as a tuner application, on a processor-based system controlling a television receiver. Thus, while the channel and time information is present on the Internet there is no way to provide the information in the HTML format to an application, that automatically tunes television programs for viewing.
Thus, there is a need for a way to use Internet-based television program guides to control channel and program selection on processor-based systems.
Summary of the Invention
Accordingly, the present invention provides a method of selecting television programmes comprising the steps of : automatically locating, in a hypertext document, television programme information in a hypertext element that is not hyperlinked to an application ; and automatically using the information in said hypertext element to select a television programme.
The present invention also provides a system of selecting television programmes comprising : a processor-based device ; an interface to connect that said device to the Internet ; and a storage coupled to said device, said storage storing a browser and at least one application, said storage storing software which enables said processor-based device to automatically locate a hypertext element in a hypertext document, and automatically use information in said hypertext element in a television tuner application.
- 2 -

Brief Description of the Drawings
Figure 1 is a block diagram of one embodiment of the present invention;
Figure 2 is a graphical user interface of a conventional web page;
Figure 3 is a graphical user interface used in accordance with one embodiment of the present invention;
Figure 4 is a flow chart for software in accordance with one embodiment of the present invention;
Figure 5 is a block diagram of hardware in accordance with one embodiment of the present invention;
Figure 6 is a flow chart for another embodiment of the present invention;
Figure 7 is a flow chart for the embodiment shown in Figure 6; and
Figure 8 is a graphical user interface used with one embodiment of the present invention.
Detailed Description
Referring to Figure 1, a processor-based system 10 may use a browser 12 to access hypertext elements. Hypertext elements are the combination of a set of tags, any content contained between the tags and any attributes the tags may have. Hypertext elements may be nested, one within the

WO 01/93572 PCT/US01/16104
other. Hypertext elements may exist in various markup languages including HTML, XML (which is a shorthand for Extensible Markup Language) and Standard Generalized Markup Language (SGML).
Standards for markup languages are promulgated by the World Wide Web Consortium (W3C). One such standard is the XHTML 1.0: The Extensible Hypertext Markup Language working draft dated 24 November of 1995 and available from the World Wide Web Consortium (W3C), Massachusetts Institute of Technology, Cambridge, MA 02139. Standards for the Wireless Markup Language (WML) for use with cellular telephones are promulgated by the Wireless Application Protocol (WAP) Forum, Ltd. Reading, RG 1-3 BD, United Kingdom.
An "element" is defined by the W3C XHTML 1.0 working draft as a document structuring unit declared in a document type definition. The element's content model is defined in the document type definition and additional semantics may be defined in the prose description of the element. A document type definition (DTD) is a collection of XML declarations that define the legal structure, elements and attributes that are available for use in a document that complies with the DTD.
A wtag" is code that identifies an element in a document for purposes of formatting, indexing and linking information in the documents. In HTML and SGML, a tag is a pair of angle brackets that contain one or more letters or numbers. Usually one pair of angle brackets is placed before and after an element.
In XML for example, any type of data can be given a predetermined form and structure. In XML the tags are user definable. Thus, in one embodiment of the invention, tags may be defined to facilitate the location of particular types of data, such as television program times and channels
3

WO 01/93572 PCT/US01/16104
within markup language documents. Once the data may be located, it may then be transferred to data structures associated with a variety of applications, such as a tuner application, that use television program data.
Hypertext elements are used by the browser to display a hypertext document as a graphical user interface on a processor-based system's display. The browser 12 may be coupled to a database 14 which contains information, for example, about how the markup language works. Software 40 may included within the browser for purposes to be explained hereinafter-
On the same processor-based system 10 including the browser 12, a tuner application 20 may also be available. The application 20 tunes a television receiver to a selected program for viewing or recording.
The application 20 needs specific information to fulfill requests from the user. The application 20 may make requests 18 for that information and may receive information 16 in return. For example, the tuner application 20 may extract time and channel information from a web page displayed by the browser 12. Thus, the application 20 may provide the information 18 which identifies the hypertext elements of interest and information 16 associated with the identified hypertext elements may be returned to the application 20.
In one embodiment of the present invention, a database may be created with associations between hypertext elements such as metadata, XHTML modules or the like, and applications registered with the browser 12. These applications support the hypertext elements as input data.
The hypertext markup language may be written in a way to code, within hypertext elements, variables that may be
identified by the browser 12 in response to a request from
4

WO 01/93572 PCT/US01/16104
an application 20. Thus, by incorporating variables for program names, channels, and times, as standard variables, a tuner application 20, installed on the system 10, recognizes the data format associated with that variable. The application can use the value of the variable as input data. In this way, the application 20 may query the browser 12 to identify information useful by the application 20.
An application 20 can choose a particular variable encoded within the markup language and information associated with that variable may be extracted from a web page and stored in a data structure associated with the application 20. This may be done by simply mouse clicking on the information of interest on the web page in one embodiment.
As shown in Figure 2, the user may align the cursor 28 over the program information 26 in the program guide web page 22. The web page 22 displays times across the horizontal axis and channel information along the vertical axis. Each network designation such as "ABC" may be correlated by the application 20 to an appropriate local channel. Thus, each program is indicated by a block 24 that corresponds to time and channel information.
Suppose the user wants to watch the program illustrated in the block 24 from the web page 22. The user may mouse click on that block 24 on the web page 22. The web page's 22 time and channel information for that block (ABC, 8pm to 9pm) is automatically extracted from the web page 22 and incorporated into a data structure associated with the tuner application 20. Again, this extraction is done in software that locates predefined hypertext elements identified within the markup language code.
Referring to Figure 3, when the user mouse clicks on the program block 24 using the cursor 28, a drop down menu
5

WO 01/93572 PCT/US01/16104
3 0 appears in one embodiment of the invention. For example, when the user operates the right mouse button, the menu 30 may provide the user with a number of options in addition to those options conventionally displayed in response to our right mouse click. For example, the drop down menu 30 may provide icons such as back, select all, create a shortcut, add to favorites, view source, and refresh as well as new selectable icons, "tune to" 34 and "record" 36. Selecting the tune to icon 34 causes the selected program to be automatically tuned and displayed. Selectively, the record icon 36 causes the selected program to be automatically tuned and recorded.
Each of the icons 34 and 36 facilitates selection of a particular application 20 resident on the system, as the destination for the information extracted from a web page. The icons 34 and 36 are added to the drop down menu 30 when the application 20 associated with each icon registers with the browser 12.
Referring next to Figure 4, the software 40, in accordance with one embodiment of the present invention, may be a separate application which is loaded on the same processor-based system 10 as the browser 12 and the application 20. Alternatively, the software 40 may be incorporated into the browser 12 software as supplied by the browser distributor or subsequently plugged into the browser 12.
Initially, the software 40 may detect a right mouse click indicator, as indicated in diamond 42 in one embodiment. Once received, a drop down menu 30 may displayed as indicated in block 44. Next, an icon 34 or 36 may be selected by mouse clicking as indicated in diamond 46. A hypertext variable corresponding to a tag is identified as indicated in block 48. The hypertext element
6

WO 01/93572 PCT/US01/16104
associated with the variable is then located within the web document as indicated in block 50. The corresponding subject matter contained within the hypertext element may be used in the application 20. For example, the element may be automatically searched for program title, time and channel information which is copied and pasted into an application 20, as indicated in block 52.
A processor-based system 10, shown in Figure 5, may include a processor 56 coupled to a bus 58 in accordance with one embodiment of the present invention. The bus 58 may be coupled to a north bridge 60 that also couples system memory 62 and an L2 cache 64. The north bridge 60 is in turn coupled to a bus 66- The bus 66 is coupled to a display controller 68 and a display 70 such as a television receiver that displays the web page 22 shown in Figures 2 and 3. The bus 66 is also coupled to a south bridge 72. The south bridge may be coupled to a hard disk drive 76.
A television tuner/capture card 74 may receive analog or digital television telecasts via a source such as an airwave broadcast antenna, a cable connection or a satellite receiver. The tuner/capture card 74 may be controlled by the tuner application 20a to tune to a selected channel.
In accordance with one embodiment of the present invention, the browser 12 and various other applications such as an tuner application 20a and a record application 20b may be stored on the hard disk drive 76. Upon execution, these applications may be transferred to system memory 62.
A user may extract predefined information from web pages and automatically incorporate that information into application software resident on the user's processor-based system. In one embodiment of the present invention, this
may be accomplished by two mouse clicks.
7

WO 01/93572 PCT/US01/16104
In another embodiment of the present invention, illustrated in Figures 6 through 8, the software 80 automatically checks any accessed web page to determine whether the web page includes tags that are compatible with specified applications operative on the processor-based system 10. The presence of those tags in an accessed web page may indicated by overlying an indicative icon on the web page.
Thus, referring to Figure 6, the software 80 determines when a web page has been accessed, as indicated in diamond 82, by a web browser associated with the system 10. When a web page is accessed, it is automatically searched for tags that are compatible with the applications 2 0 registered with the software 80 as indicated in block 84. If such tags are present, those tags may be utilized to provide information to certain applications resident on the system 10. If such tags are identified, an icon may be automatically generated (block 8 6) to indicate the compatibility of the web page with one or more software applications resident on the system 10.
Thus, an icon 102 may be displayed over the interface 22, as indicated in Figure 8, by the software 80. In Figure 8, an icon 102 indicates that the program information 26 on the interface 22 is in a format which is recognized by an application 20 that has registered with the software 80.
If the user selects an icon 102, as indicated in diamond 8 8 in Figure 6, the associated application is automatically started (block 90) . Thus, in one embodiment of the present invention, if the user mouse clicks on the tuner icon 102a (Figure 8), the tuner application 20a is automatically launched and the channel and time information associated with the tags in the web page are automatically used to tune a television receiver to the selected program.
8

WO 01/93572 PCT/US01/161fl
Link set-up software 92, shown in Figure 7, may be utilized to register certain applications on the system 54 with the software 80 (Figure 6) . The user may request an identification of linkable software, as indicated in diamond 94. The user may then be provided with a list of
applications currently resident on the user system 54 that work with code forming a given web page as indicated at block 96. Each of those applications may include a code which identifies, to the software 92, that the application is compatible with the software 80. The list may be provided as a graphical user interface listing the linkable applications.
As indicated in diamond 98, a check determines whether the user has selected any of the applications to register them with the automatic link software 80. If so, the icon links for selected applications are automatically activated as indicated in block 100. This means that any accessed web page is automatically searched for tags that are compatible with the activated icon links for the selected application.
Thus, in the example shown in Figure 8, the tuner application 20a has registered with the software 80. As a result, each web page is automatically searched for tags that are compatible with the tuner application 20a. When those tags are located, the tuner icon 102a and the record icon 120b are automatically displayed as overlays on the web page 22. If the user mouse clicks on an icon 102, the application 2 0a or 20b may be automatically launched and the data in hypertext element marked by the tags may be used to tune to or record the selected program.
Using embodiments of the present invention, information in hypertext elements that are not hyperlinked to an application may be linked to the application. This may be
done without coding hyperlinks into the hypertext document.
9

WO 01/93572 PCT/US01/161
Information may then be extracted from the hypertext element for use in an application.
In addition to extracting data from HTML elements in a hypertext document, the application 20a or 20b may identify a packet identifier (PID) in conjunction with a digital television system. See ATSC Digital Television Standard, (Doc. A/53) September 16, 1995, by the Advanced Television Systems Committee. The PID may be utilized to automatically identify a channel within information transmitted in accordance with an appropriate digital standard. Having obtained this information, the tuner application 20a, for example, may use the PID information to select and tune to the desired digital channel.
While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.
What is claimed is:
10

WE CLAIM :
1. A method of selecting television programmes comprising the steps of:
automatically locating, in a hypertext document, television program
information in a hypertext element that is not hyperlinked to an application; and
automatically using the information in said hypertext element to select a television program.
2. The method as claimed in claim 1, wherein automatically locating the
hypertext element in a hypertext document involves identifying a variable
associated with a particular type of hypertext element.
3. The method as claimed in claim 2, comprising automatically locating the
hypertext element in response to an indication provided on a screen display of
the hypertext document.
4. The method as claimed in claim 3, comprising automatically locating the
hypertext element in response to a mouse click.
5. The method as claimed in claim 3, wherein automatically locating the
hypertext element involves identifying a variable associated with a particular type
of hypertext element.
6. The method as claimed in claim 5, wherein automatically locating a
hypertext element involves automatically, locating a variable within a hypertext
document associated with an application.
7. The method as claimed in claim 1, comprising causing an application to
automatically register with a browser to enable said application to extract
hypertext elements from web pages displayed by said browser.
-11-

8. The method as claimed in claim 1, comprising automatically providing a
user selectable icon in response to locating said element in a document.
9. The method as claimed in claim 8, wherein automatically providing an icon
involves providing a drop down menu screen.
10. The method as claimed in claim 9, comprising providing a drop down
menu which indicates at least one application that may be initiated using said
element.
11. The method as claimed in claim 1, wherein automatically using the
information involves automatically tuning a television receiver to a particular
channel.
12. The method as claimed in claim 11, wherein automatically using the
information involves recording said channel automatically.
13. A system of selecting television programmes comprising:
a processor based device;
an interface to connect that said device to the Internet; and a storage coupled to said device, said storage storing a browser and at least one application, said storage storing software which enables said processor-based device to automatically locate a hypertext document, and automatically use information in said hypertext element in a television tuner application.
14. The system as claimed in claim 13, wherein said software identifies a
variable associated with a particular type of hypertext element.
15. The system as claimed in claim 13, comprising a display coupled to said
processor-based device.
-12-

16. The system as claimed in claim 15, comprising a mouse coupled to said
processor-based device, said software automatically locating a hypertext element
in response to a mouse click.
17. The system as claimed in claim 16, comprising a user selectable icon
displayed in response to locating said element in said document.
18. the system as claimed in claim 13, comprising a television tuner/ capture
card coupled to said processor-based device.
19. A method of selecting television programmes, substantially as herein
described, particularly with reference to the accompanying drawings.
20. A system of selecting television programmes, substantially as herein
described, particularly with reference to and as illustrated in the accompanying
drawings.
-13-
Variables incorporated into a hypertext markup language program guide (22) enable location of hypertext elements. Once the variable is located, the information contained within the identified hypertext element may be used to tune to a particular channel.

Documents:


Patent Number 201392
Indian Patent Application Number IN/PCT/2002/01456/KOL
PG Journal Number 07/2007
Publication Date 16-Feb-2007
Grant Date 16-Feb-2007
Date of Filing 26-Nov-2002
Name of Patentee INTEL CORPORATION
Applicant Address 2200 MISSION COLLEGE BOULEVARD, SANTA CLARA, CA-95052
Inventors:
# Inventor's Name Inventor's Address
1 RASHKOVSKIY OLEG B 19312 GREENWOOD DRIVE, CUPERTINO, CA-95014
PCT International Classification Number H 04 N 7/16
PCT International Application Number PCT/US01/16104
PCT International Filing date 2001-05-17
PCT Conventions:
# PCT Application Number Date of Convention Priority Country
1 09/584,508 2000-05-31 U.S.A.