OSDN Git Service

implement seriesnum determinant system.
[rec10/rec10-git.git] / rec10 / trunk / src / readme.txt
index 1981df7..cac20aa 100644 (file)
@@ -1,7 +1,7 @@
 ###########################################
 #     Rec10 for PT1                       #
-#                          Ver.0.9.1      #
-# 2010/02/21    Yukikaze                 #
+#                          Ver.0.9.5      #
+# 2010/05/12    Yukikaze                 #
 #  Copyright (C) 2009-2010 Yukikaze      #
 ###########################################
 
 
 [必要コマンド]
 python(2.6にて動作確認)
-xvfb-run
 wine
-mencoder(h.264サポートのもの)
+mencoder
 ffmpeg
+x264
+mp4box
+mkvmerge(mkv使用時)
 java(jre1.6で動作を確認)
 
 [必要環境:Webインターフェース部分]
@@ -35,7 +37,7 @@ recpt1(recfriioでもいいはずです)(non-included)
 5:make install
 6:rec10を実行するユーザーで/usr/local/share/rec10を実行
 7:cronに書き加える
-8:rectool.plをインストール
+8:rectool.plをインストール(Makefile.PLの実行 rectool.plの配置)
 
 付け足し
 
@@ -45,11 +47,12 @@ recpt1(recfriioでもいいはずです)(non-included)
 crontab -e を実行するとcronを編集できるようになるので
 */5 * * * * python /usr/local/bin/rec10
 のように書いてください(5扮ごとに実行)
-ログが見たい場合は
-*/5 * * * * /usr/local/bin/rec10 > /dev/pts/0
-などのようにすれば/dev/pts/0端末に出力します(ttyコマンドで調べられます)
 
-以上で設定は終了です。
+ログは/var/log/rec10に移動しました。
+
+8.rectoolのインストール
+Makefile.PLを実行します。
+実行した後にrectool.plをhttpの公開ディレクトリ(wwwフォルダなど)に置いてください。
 
 ちなみに
 エンコードの設定を変えたい場合はts2x264を参照してください
@@ -63,9 +66,51 @@ chdata.pyを実行してください(python chdata.py)
 yukikaze.jp@gmail.com
 
 [History]
+0.9.5
+b25自動削除機能の改善
+自動仕分け機能のアップデート
+Caption2Assやaac取り出しがうまくいかないときの自動復帰処理の実装
+バグ修正
+
+
+10/04/02 0.9.4 release
+バグ修正
+インストーラーの大幅な改善
+ログシステムの変更
+エンコードの変更
+チャンネル変更に対応(CS)
+
+10/03/20 0.9.3 release(internal)
+lots of bug fixes.
+change DB.
+implement updating function(from 0.9.1 or 0.9.2)
+10/03/06 0.9.2 release(internal)
+few bug fix.(!!! amazing i think)
+implement new encoding system.
+use x264cli and mencoder throwgh fifo.
+implement final production changing system(you can choose mkv and mp4 now.)
+
 10/02/21 0.9.1 release
 Lots of bug fixes.
-implement installer
+change video filter.
+change encode option.
+implement installer.
+
+09/12/07 0.9.0 release
+change config path.(config.ini to rec10.conf)
+add Makefile
+change large number of var name.
+support b25_remote(thanks long.inus)
+support auto copy function.
+change video filter.
+change encode option.
+fix a lot of bugs.
+finish to support iEPG(iRec10EPG).
+
+09/10/27 0.8.0 relaase
+Lots of bug fixes.
+Use mkvmerge to mux avi to mkv.
+Many changes.
 
 09/08/22 0.6.0 release
 Lots of bug fixes.