summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-11-06 20:16:48 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-11-06 20:16:48 (GMT)
commit3a211737ab8653b0a1fe4855ac62e2a98789ff22 (patch)
tree7b82c88a9423dd53334af23bc6ce1fc31541c669 /abs/core/mythdb-initial/custom.sql
parent01740e9b44790cc449ce7a2f414bc9ba062f2d83 (diff)
downloadlinhes_pkgbuild-3a211737ab8653b0a1fe4855ac62e2a98789ff22.zip
linhes_pkgbuild-3a211737ab8653b0a1fe4855ac62e2a98789ff22.tar.gz
linhes_pkgbuild-3a211737ab8653b0a1fe4855ac62e2a98789ff22.tar.bz2
mythdb-initial: rename video_stuff to artwork. ref #935
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql22
1 files changed, 11 insertions, 11 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 72a94f4..cb18965 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -75,13 +75,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 +89,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');