summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
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'),