]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
We can not do any emebbed xmltv config yet
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 23 Sep 2008 16:26:19 +0000 (16:26 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 23 Sep 2008 16:26:19 +0000 (16:26 +0000)
webui/static/app/xmltv.js

index 930caa54abc140c66abf48f201960388c2861262..e7681af233c3696fe37a7afcd06dc3bfab6cdc64 100644 (file)
@@ -138,6 +138,27 @@ tvheadend.xmltv = function() {
 
 
     grabberSelect.on('select', function(c,r,i) {
+
+           Ext.MessageBox.alert('XMLTV',
+                                'Make sure that the grabber is properly ' +
+                                'configured before saving configuration.<br>'+
+                                '<br>' +
+                                'To configure manually execute the ' +
+                                'following command in a shell on the ' +
+                                'server:<br>' +
+                                '$ ' + r.data.identifier + 
+                                ' --configure<br>' +
+                                '<br>' +
+                                'Note: It is important to configure the ' +
+                                'grabber using the same userid as tvheadend '+
+                                'since most grabbers save their '+
+                                'configuration in the users home directory.'+
+                                '<br>' +
+                                '<br>' +
+                                'Grabber version: ' + r.data.version
+                               );
+
+/*
        if(r.data.apiconfig) {
 
            Ext.MessageBox.confirm('XMLTV',
@@ -176,6 +197,7 @@ tvheadend.xmltv = function() {
                                 'Grabber version: ' + r.data.version
                                );
        }
+*/
     });
 
     function saveChanges() {