MythTV
master
|
#include <map>
#include <QDir>
#include <QUrl>
#include "libmyth/mythcontext.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/remoteutil.h"
#include "libmythbase/storagegroup.h"
#include "dbaccess.h"
#include "dirscan.h"
#include "videoutils.h"
Go to the source code of this file.
Classes | |
class | anonymous_namespace{dirscan.cpp}::ext_lookup |
Namespaces | |
anonymous_namespace{dirscan.cpp} | |
Functions | |
bool | anonymous_namespace{dirscan.cpp}::scan_dir (const QString &start_path, DirectoryHandler *handler, const ext_lookup &ext_settings) |
bool | anonymous_namespace{dirscan.cpp}::scan_sg_dir (const QString &start_path, const QString &host, const QString &base_path, DirectoryHandler *handler, const ext_lookup &ext_settings, bool isMaster=false) |
bool | ScanVideoDirectory (const QString &start_path, DirectoryHandler *handler, const FileAssociations::ext_ignore_list &ext_disposition, bool list_unknown_extensions) |
bool ScanVideoDirectory | ( | const QString & | start_path, |
DirectoryHandler * | handler, | ||
const FileAssociations::ext_ignore_list & | ext_disposition, | ||
bool | list_unknown_extensions | ||
) |
Definition at line 229 of file dirscan.cpp.
Referenced by VideoScannerThread::buildFileList(), VideoListImp::buildFileList(), and anonymous_namespace{videodlg.cpp}::GetTrailersInDirectory().