Description: Default directories for all plugins
 Use /var/log/mythtv instead of just /var/log for mythtv logs.
 Change location of default storage groups to somewhere in /var/lib.
Author: Mario Limonciello <superm1@ubuntu.com>
Forwarded: not-needed

Index: mythtv/mythplugins/mytharchive/mytharchive/archivesettings.cpp
===================================================================
--- mythtv.orig/mythplugins/mytharchive/mytharchive/archivesettings.cpp
+++ mythtv/mythplugins/mytharchive/mytharchive/archivesettings.cpp
@@ -18,7 +18,7 @@ static HostFileBrowserSetting *MythArchiveTempDir()
     auto *gc = new HostFileBrowserSetting("MythArchiveTempDir");
 
     gc->setLabel(ArchiveSettings::tr("MythArchive Temp Directory"));
-    gc->setValue("");
+    gc->setValue("/var/lib/mytharchive/temp/");
 
     gc->setHelpText(ArchiveSettings::tr("Location where MythArchive should "
                                         "create its temporary work files. "

Index: mythtv/mythtv/libs/libmythmetadata/globals.cpp
===================================================================
--- mythtv.orig/mythtv/libs/libmythmetadata/globals.cpp
+++ mythtv/mythtv/libs/libmythmetadata/globals.cpp
@@ -44,5 +44,5 @@ const QString JUMP_GALLERY_DEFAULT = "Ga
 #ifdef Q_OS_DARWIN
 const QString DEFAULT_VIDEOSTARTUP_DIR = QDir::homePath() + "/Movies";
 #else
-const QString DEFAULT_VIDEOSTARTUP_DIR = "/share/Movies/dvd";
+const QString DEFAULT_VIDEOSTARTUP_DIR = "";
 #endif
