diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-26 20:13:40 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-26 20:13:40 (GMT) |
commit | af515b99f692bcf1f0af57aabe8f7c1a950b32c5 (patch) | |
tree | d2cbd0bd7a159adac8ebc749e6c76d005ad4a42e /abs/core/mythdb-initial/custom.sql | |
parent | 45f667c9512475b4cb5c5290557dea854d056634 (diff) | |
parent | 816f6f419c662354f4224f8d82387fc27693b0fb (diff) | |
download | linhes_pkgbuild-af515b99f692bcf1f0af57aabe8f7c1a950b32c5.zip linhes_pkgbuild-af515b99f692bcf1f0af57aabe8f7c1a950b32c5.tar.gz linhes_pkgbuild-af515b99f692bcf1f0af57aabe8f7c1a950b32c5.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r-- | abs/core/mythdb-initial/custom.sql | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql index 72a94f4..99a0452 100644 --- a/abs/core/mythdb-initial/custom.sql +++ b/abs/core/mythdb-initial/custom.sql @@ -45,6 +45,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES ('HaltCommand' ,'sudo /sbin/halt' , 'apheleia'), ('RebootCommand' ,'sudo /sbin/reboot' , 'apheleia'), ('Theme' ,'LinHES' , 'apheleia'), + ('ThemePainter' ,'auto' , 'apheleia'), ('LircSocket' ,'/var/run/lirc/lircd' , 'apheleia'); -- @@ -75,13 +76,13 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES -- MythVideo old local dir..replaced by storage groups /* INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES - ('ScreenShotPath' ,'/myth/video_stuff/screenshots' , 'apheleia'), + ('ScreenShotPath' ,'/myth/artwork/screenshots' , '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'); + ('mythvideo.TrailersDir' ,'/myth/artwork/trailers' , 'apheleia'), + ('VideoArtworkDir' ,'/myth/artwork/coverart' , 'apheleia'), + ('mythvideo.screenshotDir' ,'/myth/artwork/screenshots' , 'apheleia'), + ('mythvideo.bannerDir' ,'/myth/artwork/banners' , 'apheleia'), + ('mythvideo.fanartDir' ,'/myth/artwork/fanart' , 'apheleia'); */ @@ -89,12 +90,12 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES -- ('Default' ,'apheleia' ,'/myth/tv/'), -- ('LiveTV' ,'apheleia' ,'/myth/tv/live/'), --- ('Screenshots' ,'apheleia' ,'/myth/video_stuff/screenshots/'), +-- ('Screenshots' ,'apheleia' ,'/myth/artwork/screenshots/'), -- ('Videos' ,'apheleia' ,'/myth/video/'), --- ('Coverart' ,'apheleia' ,'/myth/video_stuff/coverart/'), --- ('Banners' ,'apheleia' ,'/myth/video_stuff/banners/'), --- ('Fanart' ,'apheleia' ,'/myth/video_stuff/fanart/'), --- ('Trailers' ,'apheleia' ,'/myth/video_stuff/trailers/'), +-- ('Coverart' ,'apheleia' ,'/myth/artwork/coverart/'), +-- ('Banners' ,'apheleia' ,'/myth/artwork/banners/'), +-- ('Fanart' ,'apheleia' ,'/myth/artwork/fanart/'), +-- ('Trailers' ,'apheleia' ,'/myth/artwork/trailers/'), -- ('Streaming' ,'apheleia' ,'/myth/streaming'), ('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups'); @@ -149,7 +150,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES ('HOSTOSsize', '5' , 'apheleia'), ('HOSTrootfstype', 'ext3' , 'apheleia'), ('HOSTHOMEsize', '3' , 'apheleia'), -('HOSTDatabasesize','5' , 'apheleia'), +('HOSTDatabasesize','2' , 'apheleia'), ('HostUseSWAP', '1' , 'apheleia'), ('HostUseALLdata', '1' , 'apheleia'), ('HOSTdatafstype', 'xfs' , 'apheleia'); |