summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-04-22 22:27:00 (GMT)
committerCecil <knoppmyth@gmail.com>2012-04-22 22:27:00 (GMT)
commitbb75235e5a14bb851e9874d0097e88d6d89bbb17 (patch)
tree9fb92a002e074fed72ca6b9ce40dca099652210f /abs/core/mythdb-initial/custom.sql
parent95f93a5cd8b9e9d91a38850f652d65e41474628f (diff)
parent80c8eda6d28f0b38d9f0c078844f181166bc7a3b (diff)
downloadlinhes_pkgbuild-bb75235e5a14bb851e9874d0097e88d6d89bbb17.zip
linhes_pkgbuild-bb75235e5a14bb851e9874d0097e88d6d89bbb17.tar.gz
linhes_pkgbuild-bb75235e5a14bb851e9874d0097e88d6d89bbb17.tar.bz2
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql27
1 files changed, 23 insertions, 4 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index ccb40e4..71dba44 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -3,7 +3,26 @@ DELETE FROM `settings` where `value`='HostMyhostname';
--
INSERT INTO `settings` (`value`,`data`,`hostname`) VALUES ('HostMyhostname','type_hostname_here','larch5');
--
-INSERT INTO `jumppoints` (`destination`, `description`,`keylist`,`hostname`) VALUES
-('MythSmolt','Hardware profiler','Ctrl+Alt+p','larch5')
-
-
+
+ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
+ ('Hostpluginmytharchive','1','larch5'),
+ ('Hostpluginmythbrowser','1','larch5'),
+ ('Hostpluginmythcontrols','1','larch5'),
+ ('Hostpluginmythflix','1','larch5'),
+ ('Hostpluginmythgallery','1','larch5'),
+ ('Hostpluginmythgame','1','larch5'),
+ ('HostpluginmythgameFceu','1','larch5'),
+ ('HostpluginmythgameMame','1','larch5'),
+ ('HostpluginmythgameZsnes','1','larch5'),
+ ('Hostpluginmythmovietime','1','larch5'),
+ ('Hostpluginmythmusic','1','larch5'),
+ ('Hostpluginmythnews','1','larch5'),
+ ('Hostpluginmythphone','1','larch5'),
+ ('Hostpluginmythsmolt','1','larch5'),
+ ('Hostpluginmythvideo','1','larch5'),
+ ('Hostpluginmythvideo_dvdcss','0','larch5'),
+ ('Hostpluginmythweather','1','larch5'),
+ ('HostAudiotype','ALSA','larch5');
+
+ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
+ ('WOLbackendReconnectWaitTime','5',NULL);