summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-10-09 21:23:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-10-09 21:23:12 (GMT)
commit009095477733a629bbbbc1151b7fc968850c6e7b (patch)
treee79c68eeba9ae8305ea04c1fefc8e6ecb6b6d2bb /abs/core/mythdb-initial/custom.sql
parent2ba94c5c5012389525bd84798fce983cbd247479 (diff)
downloadlinhes_pkgbuild-009095477733a629bbbbc1151b7fc968850c6e7b.zip
linhes_pkgbuild-009095477733a629bbbbc1151b7fc968850c6e7b.tar.gz
linhes_pkgbuild-009095477733a629bbbbc1151b7fc968850c6e7b.tar.bz2
mythdb-initial: remove some unneeded values from custom.sql
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql5
1 files changed, 1 insertions, 4 deletions
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'),