Changeset 85a92d1fa in mythtv
- Timestamp:
- Aug 30, 2010, 11:15:06 PM (14 years ago)
- Branches:
- devel/2020-player, devel/ffmpeg-resync, devel/gpu-commflag, fixes/0.24, fixes/0.25, fixes/0.26, fixes/0.27, fixes/0.28, fixes/29, fixes/30, fixes/31, github-templates, master
- Children:
- 695c11b6a1
- Parents:
- 59af678ddf
- Location:
- mythtv
- Files:
-
- 2 edited
-
libs/libmyth/programinfo.cpp (modified) (1 diff)
-
programs/mythfrontend/globalsettings.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mythtv/libs/libmyth/programinfo.cpp
r59af678ddf r85a92d1fa 1975 1975 bool alwaysStream = gCoreContext->GetNumSetting("AlwaysStreamFiles", 0); 1976 1976 1977 if ((!alwaysStream) || 1978 (forceCheckLocal) || 1979 (hostname == gCoreContext->GetHostName())) 1977 if ((!alwaysStream) || (forceCheckLocal)) 1980 1978 { 1981 1979 // Check to see if the file exists locally -
mythtv/programs/mythfrontend/globalsettings.cpp
r59af678ddf r85a92d1fa 2006 2006 return gs; 2007 2007 }; 2008 2009 static HostCheckBox *AlwaysStreamFiles()2010 {2011 HostCheckBox *gc = new HostCheckBox("AlwaysStreamFiles");2012 gc->setLabel(QObject::tr("Always stream recordings from the backend"));2013 gc->setValue(false);2014 gc->setHelpText(QObject::tr(2015 "If enabled, MythTV will always stream files from a "2016 "remote backend instead of directly reading a "2017 "recording file if it is accessible locally."));2018 return gc;2019 }2020 2008 2021 2009 static HostCheckBox *CCBackground() … … 4149 4137 general1->addChild(columns); 4150 4138 general1->addChild(LiveTVIdleTimeout()); 4151 general1->addChild(AlwaysStreamFiles());4152 4139 #ifdef USING_OPENGL_VSYNC 4153 4140 general1->addChild(UseOpenGLVSync());
Note: See TracChangeset
for help on using the changeset viewer.
