]> git.vomp.tv Git - vompserver.git/commitdiff
Add forgotten vdrcommand.h changes
authorMarten Richter <marten.richter@freenet.de>
Sat, 30 Aug 2014 13:08:30 +0000 (15:08 +0200)
committerMarten Richter <marten.richter@freenet.de>
Sat, 30 Aug 2014 13:08:30 +0000 (15:08 +0200)
vdrcommand.h

index 76dde28d00e72b18858226953e1d7bdb5e80918b..cacc86b8c1393b4ae369d6d6ed8f9bcaa7753a70 100644 (file)
@@ -15,7 +15,7 @@
 
     You should have received a copy of the GNU General Public License
     along with VOMP; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
 
 #ifndef VDRCOMMAND_H
@@ -63,11 +63,17 @@ const static ULONG VDR_GETCHANNELPIDS      = 22;
 const static ULONG VDR_DELETETIMER         = 23;
 const static ULONG VDR_GETLANGUAGELIST     = 33;
 const static ULONG VDR_GETLANGUAGECONTENT  = 34;
+const static ULONG VDR_SETCHARSET          = 37;
 const static ULONG VDR_GETMEDIALIST        = 30;
 const static ULONG VDR_OPENMEDIA           = 31;
 const static ULONG VDR_GETMEDIABLOCK       = 32;
 const static ULONG VDR_GETMEDIAINFO        = 35;
 const static ULONG VDR_CLOSECHANNEL        = 36;
+const static ULONG VDR_GETRECSCRAPEREVENTTYPE = 38;
+const static ULONG VDR_GETSCRAPERMOVIEINFO = 39;
+const static ULONG VDR_GETSCRAPERSERIESINFO = 40;
+const static ULONG VDR_LOADTVMEDIA          =41;
+const static ULONG VDR_SHUTDOWN            = 666;
 
 class VDR_Command : public SerializableList {
   public: