summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-05-09 21:50:09 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-05-09 21:50:09 (GMT)
commitec21b77ef007d33e3634a92f6453343d5a2502ec (patch)
treeacec390889174352f6f7845fe585e5e682118b79 /abs/core/mythdb-initial/custom.sql
parentf972400baf2c9b209d0494a6ba8b72d171576a38 (diff)
downloadlinhes_pkgbuild-ec21b77ef007d33e3634a92f6453343d5a2502ec.zip
linhes_pkgbuild-ec21b77ef007d33e3634a92f6453343d5a2502ec.tar.gz
linhes_pkgbuild-ec21b77ef007d33e3634a92f6453343d5a2502ec.tar.bz2
mythdb-initial: associate demo tuner and demo_video_source for .28
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql7
1 files changed, 2 insertions, 5 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index e529110..a77f678 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -177,11 +177,8 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('HOSTdatafstype', 'xfs' , 'apheleia');
-- Add a dummy tuner so BE will at least start
-INSERT INTO `capturecard` (`videodevice`,`cardtype`,`defaultinput`,`hostname`) VALUES
-('file://tmp/demo.mpg' , 'DEMO', 'Television', 'apheleia');
+INSERT INTO `capturecard` (`videodevice`,`cardtype`,`defaultinput`,`hostname`,`sourceid`) VALUES
+('file://tmp/demo.mpg' , 'DEMO', 'Television', 'apheleia', '1');
INSERT INTO `videosource` (`name`, `xmltvgrabber`) VALUES
('DEMO_VIDEO_SOURCE' , '/bin/true');
-
-INSERT INTO `cardinput` (`cardid`,`sourceid`,`inputname`) VALUES
-('1','1','MPEG2TS');