Release Notes - 0.20

From MythTV Official Wiki
Revision as of 03:22, 25 February 2006 by Kkuphal (talk | contribs) (Updated through 9145)

Jump to: navigation, search
These are the changes in the current development version of MythTV from the 0.19 release. Currently these features are slated for the 0.20 release. Some of these changes, most notably the fixes, will likely appear in a 0.19.1 release.

As always, these features are available in the Subversion system but be prepared if you plan to run this version and subscribe to the -dev and -commit mailing lists to keep up to date on development.

Updated through revision 9145

MythTV

New Features

  • Improved internal DVD player now supporting menus and other missing features
  • Added preliminary support for EIA-708 close captions
  • Added support for using both digital and analog portions of pcHDTV cards
  • Added new Auto Expiration method to expire by oldest priority and oldest start time. Please see changeset 9038 for more details
  • New GUIDE keybinding (defaults to S) while watching recordings to bring up the EPG
  • New FINDER keybinding (defaults to #) while watching recordings to bring up the Program Finder
  • New OSD submenu for the above scheduling options when watching recodings
  • Stereo, CC, and HD indicators in Watch Recordings screen for a recording
  • Support audio cards that do not provide MASTER/PCM like M-Audio Revolution 7.1
  • --nohousekeeper command-line option to mythbackend to disable the housekeeping thread
  • New VIEWCARD keybinding (defaults to Y) in Upcoming Recordings to cycle through all scheduled programs on each tuner
  • Allow customized command lines for transcoding and commercial flagging
  • Added ability to create a cutpoint close to another cutpoint when editing a recording
  • Added Maximum Commercial Skip setting that limits how far a manual commercial skip can jump. Pressing skip a second time for longer jumps will allow the jump to occur.
  • Added offline recording status to show when a recording was missed due to all available tuners for that showing being offline

Fixes

  • Fixed program transition while Watching LiveTV
  • Fixed playback of remote files so they can be read locally if available
  • Fixed JobQueue bug that would allow jobs to run simultaneously when they should have been run sequentially
  • Fixed OSD disappearing problem
  • Fixed commercial skipping while recording is in progress
  • Fixed PVR-350 volume control
  • Commercial detection defaults to All
  • Fixed FreeBSD compilation
  • Fixed Sparc compilation
  • Fixed 64 bit libdir compilation issues
  • Fixed crash in experimental Chromakey OSD
  • Disable pop-up keyboard on password dialog boxes
  • Improved speed in streaming mode

DVB

  • Support for DVB radio channels and guide data collected via EIT for them
  • Added support for Twinhan Cab-CI
  • Added support for DVB encoded VBI streams in MPEG streams
  • Added DVB Teletext decoder using T keybinding. Pressing F2-F6 selects colored menus and F12 reveals hidden text.
  • Removed broken dvb_hw_decoder
  • Allow each stream to use multiple Conditional Access methods (Australia)

DiSEqC

  • Added support for Dish Networks DiSEqC switch

EIT

  • Faster decoding of ATSC EIT tables
  • Support for Dish Network EIT information
  • Fixed UK EIT parsing and properly detect subtitles
  • Fixed EIT updating on second DVB card
  • Allow updated EIT data to overwrite existing information

Network Control

  • key command accepts multiple inputs like "key up up enter"
  • new "QUERY recording CHANID STARTIME" to list information about a single recording

Plugins

MythBrowser

  • Fix for KDE 3.5 headers

MythControls

  • Fixed segfault on startup on frontend only systems

MythDVD

  • Faster ISO creation

MythMusic

  • Significant performance improvements in building the music tree
  • Fixed jumppoints out of visualizations

MythVideo

  • Fixed jumppoints in video gallery when not at the root level

MythWeb

  • Remote tuners display details of their activities on the status page instead of just "recording"
  • Various small fixes for MythWeb, including an addendum to the README about AllowOverride settings.
  • New grey skin

Utility Applications

myth.rebuilddatabase.pl

  • Fixed script for new file name convention
  • Added --answer feature for passing in answers to title and description questions

mythcommflag

  • Added --getskiplist to print out the commercial skip list, useful for making .edl files for mplayer
  • Improved speed during near real-time commercial detection

mythtranscode

  • Added --dvd command-line option for inserting DVD NAV packets into stream
  • Improved verbose output by printing cutlist on a single line for MPEG-2 to MPEG-4 transcoding
  • Allow the -s/--starttime command line option to take the date in either YYYYMMDDHHMMSS or YYYY-MM-DDTHH:MM:SS format.
  • Take cutlist into account when computing percent complete during MPEG-2 to MPEG-4 transcoding