OSDN Git Service

simplify codes.
[rec10/rec10-git.git] / rec10 / trunk / src / readme.txt
1 ###########################################
2 #     Rec10 for PT1                       #
3 #                          Ver.0.9.2      #
4 # 2010/03/06    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 */5 * * * * /usr/local/bin/rec10 > /dev/pts/0
53 などのようにすれば/dev/pts/0端末に出力します(ttyコマンドで調べられます)
54
55 8.rectoolのインストール
56 Makefile.PLを実行します。
57 実行した後にrectool.plをhttpの公開ディレクトリ(wwwフォルダなど)に置いてください。
58
59 ちなみに
60 エンコードの設定を変えたい場合はts2x264を参照してください
61
62
63 チャンネルの設定を変えた場合はを編集した後に
64 chdata.pyを実行してください(python chdata.py)
65 その後番組表が更新されます
66
67 バグだらけのコードですが、改善点などを指摘していただけるとうれしいです。
68 yukikaze.jp@gmail.com
69
70 [History]
71 0.9.3 release(internal)
72 lots of bug fixes.
73 change DB.
74 10/03/06 0.9.2 release(internal)
75 few bug fix.(!!! amazing i think)
76 implement new encoding system.
77 use x264cli and mencoder throwgh fifo.
78 implement final production changing system(you can choose mkv and mp4 now.)
79
80 10/02/21 0.9.1 release
81 Lots of bug fixes.
82 change video filter.
83 change encode option.
84 implement installer.
85
86 09/12/07 0.9.0 release
87 change config path.(config.ini to rec10.conf)
88 add Makefile
89 change large number of var name.
90 support b25_remote(thanks long.inus)
91 support auto copy function.
92 change video filter.
93 change encode option.
94 fix a lot of bugs.
95 finish to support iEPG(iRec10EPG).
96
97 09/10/27 0.8.0 relaase
98 Lots of bug fixes.
99 Use mkvmerge to mux avi to mkv.
100 Many changes.
101
102 09/08/22 0.6.0 release
103 Lots of bug fixes.
104 Implement db using MySQL.
105 Change Ts splitting soft from Tssplitter to tssplitter_lite(included.)
106
107 09/08/01 0.5.0 release
108 バグフィックス
109 検索録画のパターンマッチングアルゴリズムの変更(推測的な検索ができるようになった)
110 rectool.plを同梱するようにした。
111 周辺ソフトのうちライセンスの問題がないものを同梱するようにした。
112
113 09/07/01 0.4.1 release
114 lots of bug fixes
115 add some cs-ch.
116 release pl src.
117 09/05/24 0.3.1 release
118 fix
119 チャンネルの増加
120 エンコードオプションを実際に使えるようにした。
121 1passモード実装
122 niceコマンドをより広範囲に適用するようにした。
123 09/05/08 0.1.1 release
124 fix
125 2passエンコードのログファイルがかぶるのを訂正
126 一部チャンネル指定が間違っていたのを訂正
127 その他多くのバグの訂正
128 09/05/05 0.0.1b release
129 fix
130 replace tab to 4 spaces(it caused errors)
131 add some cs-e2 channels
132 09/05/04 0.0.1a release