OSDN Git Service

add remove ts option.
[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 implement updating function(from 0.9.1 or 0.9.2)
75 10/03/06 0.9.2 release(internal)
76 few bug fix.(!!! amazing i think)
77 implement new encoding system.
78 use x264cli and mencoder throwgh fifo.
79 implement final production changing system(you can choose mkv and mp4 now.)
80
81 10/02/21 0.9.1 release
82 Lots of bug fixes.
83 change video filter.
84 change encode option.
85 implement installer.
86
87 09/12/07 0.9.0 release
88 change config path.(config.ini to rec10.conf)
89 add Makefile
90 change large number of var name.
91 support b25_remote(thanks long.inus)
92 support auto copy function.
93 change video filter.
94 change encode option.
95 fix a lot of bugs.
96 finish to support iEPG(iRec10EPG).
97
98 09/10/27 0.8.0 relaase
99 Lots of bug fixes.
100 Use mkvmerge to mux avi to mkv.
101 Many changes.
102
103 09/08/22 0.6.0 release
104 Lots of bug fixes.
105 Implement db using MySQL.
106 Change Ts splitting soft from Tssplitter to tssplitter_lite(included.)
107
108 09/08/01 0.5.0 release
109 バグフィックス
110 検索録画のパターンマッチングアルゴリズムの変更(推測的な検索ができるようになった)
111 rectool.plを同梱するようにした。
112 周辺ソフトのうちライセンスの問題がないものを同梱するようにした。
113
114 09/07/01 0.4.1 release
115 lots of bug fixes
116 add some cs-ch.
117 release pl src.
118 09/05/24 0.3.1 release
119 fix
120 チャンネルの増加
121 エンコードオプションを実際に使えるようにした。
122 1passモード実装
123 niceコマンドをより広範囲に適用するようにした。
124 09/05/08 0.1.1 release
125 fix
126 2passエンコードのログファイルがかぶるのを訂正
127 一部チャンネル指定が間違っていたのを訂正
128 その他多くのバグの訂正
129 09/05/05 0.0.1b release
130 fix
131 replace tab to 4 spaces(it caused errors)
132 add some cs-e2 channels
133 09/05/04 0.0.1a release