PDA

View Full Version : HR20-100: 0x022B


Stuart Sweet
04-23-08, 08:49 AM
HR20-100 0x022B
Staggered National release started 4/22/08


The Contents of the Release: (Differences based on last National Release)

Improved

LiveTV audio issues after stopping mediashare and no audio during slideshow
Fast forward to true live TV viewing
History status for VOD downloads
Improved audio
Stability
Channel Banner updating immediately
Fixed ScreenSaver with MediaShare Video Playback
System boot up improvement
Video output improvement
Improved ability to watch recorded content/when signal not present during startup
Media Share: Start a new playlist while another playlist is in playback mode
Media Share: Start/Stop DLNA Videos enhanced
Media Share: Improved handling of multiple units on the same network
Misc. Issues
Guide scrolling performance
GameSearch avoids partial recordings while searching for games
Stability improvements
Detection of second tuner
UI polishing/fixes
DIRECTV Mediashare (many)
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
Improvements to GameSearch
Fixed search by title lockup
Fixed deleting on Stop & Delete OSD deletes all partial recordings of current program
Fixed stopping a currently recording series deletes series from prioritizer
Fixed Prioritizer link inside a new Series link points to the top show in the Prioritizer instead of the new show
Stability Fixes & Media-Share performance
A program info screen’s prioritizer link has been fixed
Recording issues with "Delete because of it's recording permissions"



Updated

Improved Parental Controls
LEFT (or BACK) to Search Screen (from sort screen) doesn't clear out search string
Media Share - UI Polishing
Other UI Polishing
Improved Mediashare browsing
Improved Mediashare stability
Improved Digital Optical Output support


New feature(s)

GameSearch to automatically find same game on other channel if currently tuned game is blacked out and showing OSD x (This is a very cool feature...)
Keyword search on channel or channel range and title only or name only (Geek dream feature)[/STRIKE]
Will reply to a network PING request
Additional program details (First Air Date, Actors, ect)
Channel up and down updates the selected item in the Prioritizer
Playlist new displays the recording date
Increase to the number of actors presented in the INFO
Audio (robustness against dropouts on certain setups)
Added new text strings for network errors
-Added “Cancel This Recording, Cancel All in the Series-Link?” dialog query if canceling a live TV recording of a SERIES-LINK’s episode.

Stuart Sweet
04-23-08, 08:49 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