From 009095477733a629bbbbc1151b7fc968850c6e7b Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Tue, 9 Oct 2012 16:23:12 -0500
Subject: mythdb-initial:  remove some unneeded values from custom.sql

---
 abs/core/mythdb-initial/PKGBUILD               | 4 ++--
 abs/core/mythdb-initial/copy_of_values_removed | 2 ++
 abs/core/mythdb-initial/custom.sql             | 5 +----
 3 files changed, 5 insertions(+), 6 deletions(-)
 create mode 100644 abs/core/mythdb-initial/copy_of_values_removed

diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD
index 2d34bf3..e6f3afa 100755
--- a/abs/core/mythdb-initial/PKGBUILD
+++ b/abs/core/mythdb-initial/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=mythdb-initial
 pkgver=2
-pkgrel=33
+pkgrel=34
 pkgdesc="setup the initial mythtv database for linhes"
 url=""
 license=""
@@ -21,4 +21,4 @@ build() {
 }
 md5sums=('9dcf8c574e69fde6b1b2fa1eed95ded4'
          'ad0e57ac5e7c3677808a670e16634bba'
-         '61223f77269795c0a28179ff4981762f')
+         '4100fcddbb580fb7cc37c2e6c75e23e2')
diff --git a/abs/core/mythdb-initial/copy_of_values_removed b/abs/core/mythdb-initial/copy_of_values_removed
new file mode 100644
index 0000000..8193a90
--- /dev/null
+++ b/abs/core/mythdb-initial/copy_of_values_removed
@@ -0,0 +1,2 @@
+ ('MythArchiveShareDir'         ,'/usr/share/mythtv/mytharchive/' , 'apheleia'),
+ ('FilenameTemplate'            ,'/myth/music'                    , 'apheleia'),
\ No newline at end of file
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 26a92bc..dcba7b4 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -35,7 +35,6 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
  ('BackendServerIP6'      ,'::1'                           , 'apheleia'),
  ('HaltCommand'           ,'sudo /sbin/halt'               , 'apheleia'),
  ('RebootCommand'         ,'sudo /sbin/reboot'             , 'apheleia'),
- ('ScreenShotPath'        ,'/myth/video_stuff/screenshots' , 'apheleia'),
  ('Theme'                 ,'LinHES'                        , 'apheleia'),
  ('LircSocket'            ,'/var/run/lirc/lircd'           , 'apheleia');
 
@@ -43,19 +42,17 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
 INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
  ('NonID3FileNameFormat'        ,'GENRE/ARTIST/ALBUM/TRACK_TITLE' , 'apheleia'),
  ('CDDevice'                    ,'/dev/cdrom'                     , 'apheleia'),
+ ('MusicAudioDevice'            ,'default'                        , 'apheleia'),
  ('MythArchiveCopyRemoteFiles'  ,'1'                              , 'apheleia'),
  ('ScreenShotPath'              ,'/myth/video_stuff/screenshots'  , 'apheleia'),
- ('HostNFSmountpoint'           ,'/myth'                          , 'apheleia'),
  ('VideoStartupDir'             ,'/myth/video'                    , 'apheleia'),
  ('mythvideo.TrailersDir'       ,'/myth/video_stuff/trailers'     , 'apheleia'),
  ('VideoArtworkDir'             ,'/myth/video_stuff/coverart'     , 'apheleia'),
  ('mythvideo.screenshotDir'     ,'/myth/video_stuff/screenshots'  , 'apheleia'),
  ('mythvideo.bannerDir'         ,'/myth/video_stuff/banners'      , 'apheleia'),
  ('mythvideo.fanartDir'         ,'/myth/video_stuff/fanart'       , 'apheleia'),
- ('MythArchiveShareDir'         ,'/usr/share/mythtv/mytharchive/' , 'apheleia'),
  ('GalleryDir'                  ,'/myth/gallery'                  , 'apheleia'),
  ('MusicLocation'               ,'/myth/music/'                   , 'apheleia'),
- ('FilenameTemplate'            ,'/myth/music'                    , 'apheleia'),
  ('mythgame.screenshotdir'      ,'/myth/games/screenshots'        , 'apheleia'),
  ('mythgame.fanartdir'          ,'/myth/games/fanart'             , 'apheleia'),
  ('mythgame.boxartdir'          ,'/myth/games/boxart'             , 'apheleia'),
-- 
cgit v0.12