OSDN Git Service

fix many bugs.
[rec10/rec10-git.git] / rec10 / trunk / src / readme.txt
1 ###########################################
2 #     Rec10 -Ts Recording system-         #
3 #                          Ver.0.9.10     #
4 # 2011/02/02         Yukikaze & long.inus #
5 #  Copyright (C) 2009-2011 Yukikaze       #
6 ###########################################
7
8 本ソフトはpythonおよびperlによって書かれた録画ツールです。
9 ライセンスは LGPL v3に準拠します(license.txt参照)
10
11 [必要コマンド]
12 python(2.6にて動作確認)
13 wine
14 mencoder
15 ffmpeg
16 x264
17 mp4box
18 MySQL
19 MySQLdb(MySQL-pythonなどの名前)
20 mkvmerge(mkv使用時)
21 java(jre1.6で動作を確認)
22
23 [必要環境:Webインターフェース部分]
24 perl
25 一部のperlモジュール(rectool.pl,rec10webg2)
26
27 [必要環境:外部ツール]
28 jTsSplitter(included)
29 BonTsDemux(included)
30 epgdump(included)
31 b25(non-included)
32 recpt1(recfriioでもいいはずです)(non-included)
33 MySQLdb
34 事前準備:
35 pt1などのドライバーをインストールした上で、recpt1などのソフトを導入、
36 b25をインストールしておいてください。
37
38 1:install.shを実行
39 2:表示にしたがって設定の変更(チャンネルなど)
40 3:make
41 4:su
42 5:make install
43 6:rec10を実行するユーザーで/usr/local/share/rec10を実行
44 7:cronに書き加える
45 8:rectool.plをインストール(Makefile.PLの実行 rectool.plの配置)
46
47 付け足し
48
49 7.cronの設定
50
51 最後にrec10d.pyをcronで五分おきに実行するようにしてください
52 crontab -e を実行するとcronを編集できるようになるので
53 */5 * * * * python /usr/local/bin/rec10
54 のように書いてください(5扮ごとに実行)
55
56 ログは/var/log/rec10に移動しました。
57
58 8.rectoolのインストール
59 Makefile.PLを実行します。
60 実行した後にrectool.plをhttpの公開ディレクトリ(wwwフォルダなど)に置いてください。
61
62 ちなみに
63 エンコードの設定を変えたい場合はts2x264を参照してください
64
65
66 チャンネルの設定を変えた場合はを編集した後に
67 chdata.pyを実行してください(python chdata.py)
68 その後番組表が更新されます
69
70 バグだらけのコードですが、改善点などを指摘していただけるとうれしいです。
71 yukikaze.jp@gmail.com
72
73 [History]
74 11/XX/XX 0.9.10
75 ステレオ音声時のBonTsDemux仕様オプション追加("b")
76 lameの実行パスチェックを実装
77 mencoderのコマンドラインを最新版対応へ
78 ffmpegのオプション追加
79 epggenreを追加
80 keywordの重複チェックをより賢く
81 logoのインポートに対応
82
83 11/02/02 0.9.9
84 BonTsDemuxを最新版へ(nogui化によりXvfbが不要)
85 一部CSチャンネルの追加
86 epg_chを変更(ontvの削除)
87 チャンネルスキャン機能を実装
88 キーワード予約の自動実行オプション追加(in_auto_jbkにauto,optの追加)
89 番組初頭の解像度変更に対応
90 キーワード予約自動実行オプションの重複チェック実装
91 延長対応機能の修正
92 移動後のオプション引き継ぎに対応
93
94 10/10/09 0.9.8 release
95 インターレース保持エンコードに対応
96 色空間を修正
97 放送大学のマルチチャンネルに仮対応
98 verboseモードの実装
99 ログレベルの実装
100 画面サイズが取得できなかったときの処理を追加
101 python2.5/2.7に対応
102 音声の自動復帰を修正
103
104 10/07/10 0.9.7 release
105 ヒストリーチャンネルのタイトルを修正
106 ffmpeg使用時にscale拡大をするように修正
107 一時ファイル削除機能の修正
108 sarの変更を実装
109 最新版のCaption2Assに対応
110
111 10/05/29 0.9.6 release
112 バグ修正
113 ログシステムの修正
114
115 0.9.5(内部リリース)
116 b25自動削除機能の改善
117 自動仕分け機能のアップデート
118 Caption2Assやaac取り出しがうまくいかないときの自動復帰処理の実装
119 バグ修正
120
121 10/04/02 0.9.4 release
122 バグ修正
123 インストーラーの大幅な改善
124 ログシステムの変更
125 エンコードの変更
126 チャンネル変更に対応(CS)
127
128 10/03/20 0.9.3 release(internal)
129 lots of bug fixes.
130 change DB.
131 implement updating function(from 0.9.1 or 0.9.2)
132 10/03/06 0.9.2 release(internal)
133 few bug fix.(!!! amazing i think)
134 implement new encoding system.
135 use x264cli and mencoder throwgh fifo.
136 implement final production changing system(you can choose mkv and mp4 now.)
137
138 10/02/21 0.9.1 release
139 Lots of bug fixes.
140 change video filter.
141 change encode option.
142 implement installer.
143
144 09/12/07 0.9.0 release
145 change config path.(config.ini to rec10.conf)
146 add Makefile
147 change large number of var name.
148 support b25_remote(thanks long.inus)
149 support auto copy function.
150 change video filter.
151 change encode option.
152 fix a lot of bugs.
153 finish to support iEPG(iRec10EPG).
154
155 09/10/27 0.8.0 relaase
156 Lots of bug fixes.
157 Use mkvmerge to mux avi to mkv.
158 Many changes.
159
160 09/08/22 0.6.0 release
161 Lots of bug fixes.
162 Implement db using MySQL.
163 Change Ts splitting soft from Tssplitter to tssplitter_lite(included.)
164
165 09/08/01 0.5.0 release
166 バグフィックス
167 検索録画のパターンマッチングアルゴリズムの変更(推測的な検索ができるようになった)
168 rectool.plを同梱するようにした。
169 周辺ソフトのうちライセンスの問題がないものを同梱するようにした。
170
171 09/07/01 0.4.1 release
172 lots of bug fixes
173 add some cs-ch.
174 release pl src.
175 09/05/24 0.3.1 release
176 fix
177 チャンネルの増加
178 エンコードオプションを実際に使えるようにした。
179 1passモード実装
180 niceコマンドをより広範囲に適用するようにした。
181 09/05/08 0.1.1 release
182 fix
183 2passエンコードのログファイルがかぶるのを訂正
184 一部チャンネル指定が間違っていたのを訂正
185 その他多くのバグの訂正
186 09/05/05 0.0.1b release
187 fix
188 replace tab to 4 spaces(it caused errors)
189 add some cs-e2 channels
190 09/05/04 0.0.1a release