[mythtv-commits] mythtv commit: r12197 - in trunk/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Dec 5 04:44:54 UTC 2006


      Author: cpinkham
        Date: 2006-12-05 04:44:54 +0000 (Tue, 05 Dec 2006)
New Revision: 12197
   Changeset: http://cvs.mythtv.org/trac/changeset/12197

Modified:

   trunk/mythtv/libs/libmythtv/jobqueue.cpp
   trunk/mythtv/libs/libmythtv/previewgenerator.cpp
   trunk/mythtv/libs/libmythtv/programinfo.cpp
   trunk/mythtv/libs/libmythtv/programinfo.h
   trunk/mythtv/programs/mythfrontend/globalsettings.cpp
   trunk/mythtv/programs/mythtranscode/main.cpp

Log:

Add a new setting under Setup -> TV SEttings -> Playback to allow the user
to force Myth to prefer to stream files from a remote backend.  This preference
is ignored by the preview generator when looking for a local file, by
mythtranscode since it needs direct access to the file in order to create
a transcoded copy, and by the JobQueue when it calls mythtranscode.

The "Hardware Decoder Settings" page has been renamed to "Decoder Settings"
and this new setting has been added to the page.  The "Preferred MPEG2 Decoder"
setting has also been moved to this settings page.

This is a totally different patch, but it was based on the patch by
gdragon at jetcom dt org in #2708.

Closes #2708.






More information about the mythtv-commits mailing list