OSDN Git Service

mp4 function implemented.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sat, 14 Nov 2009 04:59:40 +0000 (04:59 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sat, 14 Nov 2009 04:59:40 +0000 (04:59 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@223 4e526526-5e11-4fc0-8910-f8fd03428081

Rec10WEB/trunk/src/fin.htm
Rec10WEB/trunk/src/iepg_add.htm
Rec10WEB/trunk/src/iepg_show.htm
Rec10WEB/trunk/src/readme.txt
Rec10WEB/trunk/src/rec10web.py
Rec10WEB/trunk/src/rswi.htm

index 5fcdb1f..a25c12d 100644 (file)
@@ -4,10 +4,10 @@
     <head>
         <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
         <meta http-equiv="refresh" content="10; url=<!--url_for_replace_fin//-->">
-        <title>Rec10 Simple Web Interface ver.0.8.0</title>
+        <title>Rec10 Simple Web Interface ver.0.9.0</title>
     </head>
     <body>
-        <h1>Rec10 Simple Web Interface ver.0.8.0</h1><br>
+        <h1>Rec10 Simple Web Interface ver.0.9.0</h1><br>
         <br>
         <!--text_for_replace_fin//-->
         予約が終了しました。移動します。
index da4cc32..09eb180 100644 (file)
@@ -3,7 +3,7 @@
 <html>
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <title>Rec10 Simple Web Interface ver.0.8.0 iEPGデータ追加</title>
+        <title>Rec10 Simple Web Interface ver.0.9.0 iEPGデータ追加</title>
         <script src="./dojo/dojo/dojo.js" djConfig="parseOnLoad:true">
         </script>
         <!-- テーマの読み込み -->
@@ -23,7 +23,7 @@
     </head>
     <body class="tundra">
         <div dojoType="dijit.form.Form" action="rec10web.py" onExecute="this.submit()">
-            <h1>Rec10 Simple Web Interface ver.0.8.0 iEPGデータ追加</h1><br>
+            <h1>Rec10 Simple Web Interface ver.0.9.0 iEPGデータ追加</h1><br>
             <input type="text"
                    length="40"
                    dojoType="dijit.form.TextBox"
index b1154fb..2c466b8 100644 (file)
@@ -5,7 +5,7 @@
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         <meta http-equiv="Content-Style-Type" content="text/css">
         <meta http-equiv="Content-Script-Type" content="text/javascript">
-        <title>Rec10 Simple Web Interface ver.0.8.0 iEPGデータ表示</title>
+        <title>Rec10 Simple Web Interface ver.0.9.0 iEPGデータ表示</title>
         <script src="./dojo/dojo/dojo.js" djConfig="parseOnLoad:true">
         </script>
         <!-- テーマの読み込み -->
@@ -40,7 +40,7 @@
     </head>
     <body class="tundra">
         <div dojoType="dijit.form.Form" action="rec10web.py" onExecute="this.submit()">
-            <h1>Rec10 Simple Web Interface ver.0.8.0 iEPGデータ表示</h1><br>
+            <h1>Rec10 Simple Web Interface ver.0.9.0 iEPGデータ表示</h1><br>
             <table dojoType="dojox.grid.DataGrid"
                    id="iepgGrid"
                    jsid="iepgGrid"
index 3fe80db..c5ceab1 100644 (file)
@@ -15,6 +15,9 @@ dbMySQLパッケージおよびpython2.4以上が必要です。
 同梱のdojoToolkitはBSDライセンスであり、本文の最後に記載されたライセンスに従い再配布が可能です。
 
 history
+0.9.0
+avi2mp4機能追加
+キーワード機能の追加
 0.8.0
 SQLiteのサポート終了。
 大幅な仕様変更
index 7a24eae..2c03179 100644 (file)
@@ -5,7 +5,6 @@
 import cgi
 import cgitb
 import rec10web_dbMySQL
-import rec10web_dbSQLite
 import os
 import re
 import datetime
index fb2b015..eed7d13 100644 (file)
@@ -3,7 +3,7 @@
 <html lang="ja">
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-        <title>Rec10 Simple Web Interface ver.0.8.0</title>
+        <title>Rec10 Simple Web Interface ver.0.9.0</title>
         <!-- dojo.jsの読み込み -->
         <script src="./dojo/dojo/dojo.js" djConfig="parseOnLoad:true">
         </script>
     <!-- テーマの読み込み -->
     <body class="tundra">
         <div dojoType="dijit.form.Form" action="rec10web.py" onExecute="this.submit()">
-            <h1>Rec10 Simple Web Interface ver.0.7.0</h1><br>
+            <h1>Rec10 Simple Web Interface ver.0.9.0</h1><br>
             Rec10WEB MENU <a href="./rec10web.py?exec=schedule">Schedule</a>     <a href="./rec10web.py?exec=iepg-show">iEPG-Data</a><br><br><br>
             <select name="type"
                     dojoType="dijit.form.FilteringSelect"
                 <option value="key">キーワード予約</option>
                 <option value="keyday">曜日予約</option>
                 <option value="keyevery">隔日予約</option>
+                <option value="auto_keyword">全日キー予約</option>
+                <option value="auto_suggest">自動提案(For TEST only)</option>
                 <option value="rec">最終予約</option>
                 <option value="ts2avi">エンコード予約</option>
                 <option value="b252ts">復号化予約</option>
+                <option value="avi2mp4">MP4化予約(AVI)</option>
+                <option value="mkv2mp4">MP4化予約(MKV)</option>
                 <option value="avi2mkv">MKV化予約(AVI)</option>
 
             </select>番組名/キーワード