PDA

View Full Version : HR21-100: 0x0221


Doug Brott
04-03-08, 12:24 AM
HR21-100: 0x0221
National Release 4/3/2008

The Contents of the Release: (Differences based of Last National Release)

Improved

Guide scrolling performance
GameSearch avoids partial recordings while searching for games
Stability
Detection of second tuner
UI polishing/fixes
DIRECTV Mediashare
Elimination of rare cases of gray screen
Audio going from LiveTV to review buffer
Resolution change in native when moving from LiveTV to review buffer
Removed conflict icon for VOD recordings
Thumbnails in MediaShare
IRD locking onto incorrect resolution on channel change
Audio (robustness against dropouts on certain setups)
Added new text strings for network errors


New feature(s)

Supports the AM21, DIRECTV's external ATSC tuner
Autorecords with Boolean Search logical operators appear in TODO list
Channel up and down updates the selected item in the Prioritizer
Playlist now displays the recording date
Increase to the number of actors presented in the INFO

Doug Brott
04-03-08, 12:24 AM
This is a summary of the keyword search power tricks from the programmers

Simple Grammar

[{AANY/AALL} <tokens>] [{NNOT} <tokens>] [TTITLE/NNAME] [{CCHAN} <number> [<number>]]

Boolean Logic

“AALL” => (this is the AND boolean operation) all the following words must be contained within the program (title, about, name, episode, category) in any order
“AANY” => (this is the OR boolean operation) at least one of the following words must be contained within the program (title, about, name, episode, category)
“NNOT” => (this is the NOT boolean operation) exclude any programs that contain any of the following words in that search string

The AANY and AALL keywords should appear as the first word in the search string in order to set the search mode.
The NNOT keyword may appear anywhere and all words following the NNOT keyword are considered words to exclude.

Scope Filters

TTITLE => Limits the search to only the Title field of the Programs
NNAME => Limits the search to only the Name field (e.g. Actors, Director) of the Program
CCHAN => Limits the search to only the specified channel range (example CCHAN 500 510, or CCHAN 500 for a single channel)

Some sample queries

AALL racing car NNOT nascar => finds all shows containing “car” and “racing” (any order/position), but excludes the show if “nascar” appears
AALL hanks tom NNOT vinci => finds all tom hanks movies/shows but excludes the movie if the word “vinci” appears (e.g. da vinci code)
AALL hanks tom NNAME => finds all tom hanks programs where he is an actor
AALL hdtv football => finds all high definition football programs (note you can include category labels in the search and “HDTV” is same as “High-Def”)
AANY usc ucla NNOT football => finds all usc and ucla events/shows, but excludes football events
oakland raiders NNOT miami => finds exact match for “oakland raiders” but excludes show if “miami” appears (e.g. excludes games with Miami Dolphins)
AANY lakers clippers CCHAN 700 730 => finds all games with the Lakers or Clippers on only channels 700 through 730
AANY lakers clippers CCHAN 710 => finds all games with the Lakers or Clippers on only channel 710