diff options
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r-- | abs/core/mythdb-initial/custom.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql index ee2afe3..17aeb7a 100644 --- a/abs/core/mythdb-initial/custom.sql +++ b/abs/core/mythdb-initial/custom.sql @@ -94,6 +94,7 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES ('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'); |