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