summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-01-07 20:44:55 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-01-07 20:44:55 (GMT)
commit013bc1926a5b55cae4ba45b987bf1dcf2f77ccce (patch)
treeb0cf74eb64eeee21534c4c381c090acf7b025898 /abs/core/mythdb-initial/custom.sql
parentbce9a0bdcd1d4cbd464b7f4ec2c3b19bff86d48f (diff)
downloadlinhes_pkgbuild-013bc1926a5b55cae4ba45b987bf1dcf2f77ccce.zip
linhes_pkgbuild-013bc1926a5b55cae4ba45b987bf1dcf2f77ccce.tar.gz
linhes_pkgbuild-013bc1926a5b55cae4ba45b987bf1dcf2f77ccce.tar.bz2
mythdb-initial: removed all /myth based storage groups. brfransen reported that sometimes watch recordings would not open when /myth was listed a SG.
The theory is that since /myth and /data/storage both point to the same place the SG code got confused. I could not replicate the problem, but removing /myth from SG shouldn't cause any issues. It will only cause extra work for those that had /myth mounted as an external drive on a R7 instance and want to keep it located at /myth in R8.
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql20
1 files changed, 10 insertions, 10 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 0f66b99..6cc9663 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -85,17 +85,17 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
*/
-
+-- /myth based storage groups are obsolete, add_storage.py will create the ones it needs.
INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES
- ('Default' ,'apheleia' ,'/myth/tv/'),
- ('LiveTV' ,'apheleia' ,'/myth/tv/live/'),
- ('Screenshots' ,'apheleia' ,'/myth/video_stuff/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/'),
- ('Streaming' ,'apheleia' ,'/myth/streaming'),
+-- ('Default' ,'apheleia' ,'/myth/tv/'),
+-- ('LiveTV' ,'apheleia' ,'/myth/tv/live/'),
+-- ('Screenshots' ,'apheleia' ,'/myth/video_stuff/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/'),
+-- ('Streaming' ,'apheleia' ,'/myth/streaming'),
('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups');