Web API: Correction/feedback:
If the application provides a mechanism to manually enter or correct the name of a channel then
this information should be sent to the lineup server using the feedback API. This feedback is used
to improve the results and to avoid overwriting user corrections if the user runs another channel
scan.
Request URL:
https://www.silicondust.com/hdhomerun/lineupui?Cmd=IdentifyFeedback2
Request format:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<LineupUIRequest>
<Vendor>{Vendor}</Vendor>
<Application>{Application}</Application>
<Command>IdentifyFeedback2</Command>
<UserID>{UserID}</UserID>
[<DeviceID>{DeviceID}</DeviceID>]
<Location>{Country code}:{Postcode}</Location>
<Program>
<Modulation>{Modulation}</Modulation>
<Frequency>{Center frequency Hz}</Frequency>
<TransportStreamID>{TSID}</TransportStreamID>
<ProgramNumber>{Program number}</ProgramNumber>
<UserGuideName>{Guide name}</UserGuideName>
[<UserGuideNumber>{Guide number}</UserGuideNumber>]
<UserModified>{YYYY-MM-DD HH:MM:SS}</UserModified>
</Program>
<Program>
<Modulation>{Modulation}</Modulation>
<Frequency>{Center frequency Hz}</Frequency>
<TransportStreamID>{TSID}</TransportStreamID>
<ProgramNumber>{Program number}</ProgramNumber>
<UserGuideName>{Guide name}</UserGuideName>
[<UserGuideNumber>{Guide number}</UserGuideNumber>]
<UserModified>{YYYY-MM-DD HH:MM:SS}</UserModified>
</Program>
</LineupUIRequest>
• Command: “IdentifyFeedback2”.
• UserGuideName: UTF-8 encoded name of the program (sub-channel) matching the guide.
• UserGuideNumber: “n.n” or “n” format guide number for the program (sub-channel). This
field can be omitted if not known.
• UserModified: UTC time of when the user modified the guide name or the guide number of
program (sub-channel) in “YYYY-MM-DD HH:MM:SS” format.
• Only names that have been user-modified should be sent using this API.
Response format:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<LineupUIResponse>
<Command>IdentifyFeedback2</Command>
</LineupUIResponse>
Kommentare zu diesen Handbüchern