OSDN Git Service

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