QPeerCastYP - PeerCast 視聴補助プログラム

* 変数 (大文字/小文字は区別しません)
    $STREAM_URL(scheme) : チャンネルのストリーム URL
        scheme: http, mmsh など任意の文字列

    $CHANNEL(property) : チャンネルの情報
        property: name, id, tip, genre, description,
                  artist, album, title, message, type,
                  stream_url, contact_url, uptime, score, bitrate

* ビルド方法

    Ubuntu:
        $ sudo apt-get install build-essential libqt4-dev
        $ tar jxvf qpeercastyp-VERSION.tar.bz2
        $ cd qpeercastyp-VERSION
        $ ./configure
        $ make
        $ sudo make install

    Windows:
        Qt 4 をインストール (要静的ライブラリのコンパイル)
            必要なら MinGW もインストール
        NSIS をインストール
        Qt Command Prompt を起動
        QPeerCastYP があるディレクトリに移動
        > qmake
        > make
        > make nsis

* ソースコード、ツール、アイコンの入手

    QPeerCastYP
      http://code.google.com/p/qpeercastyp/

    Qt
      http://trolltech.com/downloads/opensource

    Crystal
      http://www.everaldo.com/crystal/

    PCRaw
      http://mosax.sakura.ne.jp/
      http://mosax.sakura.ne.jp/fswiki.cgi?page=PCRaw

    NSIS
      http://nsis.sourceforge.net/

