#include <map>
#include <QDir>
#include <QUrl>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/storagegroup.h"
#include "dbaccess.h"
#include "dirscan.h"
#include "videoutils.h"
Go to the source code of this file.
|
| 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) |
| |
◆ ScanVideoDirectory()