OSDN Git Service

implement new logging system.
[rec10/rec10-git.git] / rec10 / trunk / src / readme.txt
1 ###########################################
2 #     Rec10 for PT1                       #
3 #                          Ver.0.9.4      #
4 # 2010/04/02    Yukikaze                  #
5 #  Copyright (C) 2009-2010 Yukikaze       #
6 ###########################################
7
8 本ソフトはpythonおよびperlによって書かれた録画ツールです。
9 ライセンスは LGPL v3に準拠します(license.txt参照)
10
11 [必要コマンド]
12 python(2.6にて動作確認)
13 xvfb
14 wine
15 mencoder
16 ffmpeg
17 x264
18 mp4box(mp4使用時)
19 mkvmerge(mkv使用時)
20 java(jre1.6で動作を確認)
21
22 [必要環境:Webインターフェース部分]
23 perl
24 一部のperlモジュール( rectool.pl)
25
26 [必要環境:外部ツール]
27 jTsSplitter(included)
28 BonTsDemux(included)
29 epgdump(included)
30 b25(non-included)
31 recpt1(recfriioでもいいはずです)(non-included)
32
33
34 1:install.shを実行
35 2:表示にしたがって設定の変更(チャンネルなど)
36 3:make
37 4:su
38 5:make install
39 6:rec10を実行するユーザーで/usr/local/share/rec10を実行
40 7:cronに書き加える
41 8:rectool.plをインストール(Makefile.PLの実行 rectool.plの配置)
42
43 付け足し
44
45 7.cronの設定
46
47 最後にrec10d.pyをcronで五分おきに実行するようにしてください
48 crontab -e を実行するとcronを編集できるようになるので
49 */5 * * * * python /usr/local/bin/rec10
50 のように書いてください(5扮ごとに実行)
51
52 ログは/var/log/rec10に移動しました。
53
54 8.rectoolのインストール
55 Makefile.PLを実行します。
56 実行した後にrectool.plをhttpの公開ディレクトリ(wwwフォルダなど)に置いてください。
57
58 ちなみに
59 エンコードの設定を変えたい場合はts2x264を参照してください
60
61
62 チャンネルの設定を変えた場合はを編集した後に
63 chdata.pyを実行してください(python chdata.py)
64 その後番組表が更新されます
65
66 バグだらけのコードですが、改善点などを指摘していただけるとうれしいです。
67 yukikaze.jp@gmail.com
68
69 [History]
70 10/04/02 0.9.4 release
71 バグ修正
72 インストーラーの大幅な改善
73 ログシステムの変更
74 エンコードの変更
75 チャンネル変更に対応(CS)
76
77 10/03/20 0.9.3 release(internal)
78 lots of bug fixes.
79 change DB.
80 implement updating function(from 0.9.1 or 0.9.2)
81 10/03/06 0.9.2 release(internal)
82 few bug fix.(!!! amazing i think)
83 implement new encoding system.
84 use x264cli and mencoder throwgh fifo.
85 implement final production changing system(you can choose mkv and mp4 now.)
86
87 10/02/21 0.9.1 release
88 Lots of bug fixes.
89 change video filter.
90 change encode option.
91 implement installer.
92
93 09/12/07 0.9.0 release
94 change config path.(config.ini to rec10.conf)
95 add Makefile
96 change large number of var name.
97 support b25_remote(thanks long.inus)
98 support auto copy function.
99 change video filter.
100 change encode option.
101 fix a lot of bugs.
102 finish to support iEPG(iRec10EPG).
103
104 09/10/27 0.8.0 relaase
105 Lots of bug fixes.
106 Use mkvmerge to mux avi to mkv.
107 Many changes.
108
109 09/08/22 0.6.0 release
110 Lots of bug fixes.
111 Implement db using MySQL.
112 Change Ts splitting soft from Tssplitter to tssplitter_lite(included.)
113
114 09/08/01 0.5.0 release
115 バグフィックス
116 検索録画のパターンマッチングアルゴリズムの変更(推測的な検索ができるようになった)
117 rectool.plを同梱するようにした。
118 周辺ソフトのうちライセンスの問題がないものを同梱するようにした。
119
120 09/07/01 0.4.1 release
121 lots of bug fixes
122 add some cs-ch.
123 release pl src.
124 09/05/24 0.3.1 release
125 fix
126 チャンネルの増加
127 エンコードオプションを実際に使えるようにした。
128 1passモード実装
129 niceコマンドをより広範囲に適用するようにした。
130 09/05/08 0.1.1 release
131 fix
132 2passエンコードのログファイルがかぶるのを訂正
133 一部チャンネル指定が間違っていたのを訂正
134 その他多くのバグの訂正
135 09/05/05 0.0.1b release
136 fix
137 replace tab to 4 spaces(it caused errors)
138 add some cs-e2 channels
139 09/05/04 0.0.1a release