diff options
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r-- | abs/core/mythdb-initial/custom.sql | 27 |
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); |