Add local file support to RemoteFile class

Multimedia / MythTV - Jean-Yves Avenard [mythtv.org] - 20 August 2013 07:00 UTC

RemoteFile was only able to open remote, non-local files. This adds convenience so you don't need to know what type of files you're dealing with to access them. In write mode, use a ThreadedFileWriter, in read-only mode use a QFile

04b3c45 Add local file support to RemoteFile class
mythtv/libs/libmythbase/remotefile.cpp | 220 +++++++++++++++++++++++++++++++-
mythtv/libs/libmythbase/remotefile.h | 12 +-
2 files changed, 224 insertions(+), 8 deletions(-)

Upstream: github.com


  • Share