From ded3712fb4f7e8d58ea7bc1fad084f5ec43a6f09 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 5 Mar 2016 05:24:16 +0100 Subject: Play movies from USB if available If USB-Storage is mounted and available, search it for already archived movies. If found, play it. --- helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'helper.h') diff --git a/helper.h b/helper.h index 434ba0d..747f57e 100644 --- a/helper.h +++ b/helper.h @@ -38,6 +38,7 @@ namespace Helper { const QString moveToArchive(const QString &path, const QString &md5, bool copy = false); bool removeFromArchive(const QString &filename, const QString &md5); const QString createArchivePath(const QString &path, const QString &md5, bool withMd5 = false); + const QString createUSBPath(const QString &filename, const QString &seriesName, const QString &subtitle, int dvdNo, int seriesNo); QPair programData(const QString &prefix, const QString &preferred = QString()); const QString durationFromSecs(qint64 secs); QVariant bytesFromUnit(QVariant number, const QString unit); -- cgit v1.2.3-70-g09d2