Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 2.9 KB

README.ja.md

File metadata and controls

80 lines (56 loc) · 2.9 KB

Harekaze2 for Kodi/XBMC

Kodi のための EPGStation PVR アドオン

Build status GitHub release GitHub release downloads GitHub issues GitHub stars GitHub license

fanart

サポート環境

バックエンド

フロントエンド

  • Kodi 18.8 Leia
    • for macOS (x86_64)
    • for Raspberry Pi OS (armv7)
    • for Windows 10 (64 bit/Microsoft Store)

他の環境でも動くかもしれませんが、動作確認してません。

最新のリリース

pvr.epgstation/releases

ソースコードからのビルド方法

macOS/Raspberry Pi OS

$ ./bootstrap
$ ./configure
$ make
$ make release
$ ls pvr.epgstation.zip

Windows

必要なツール:

  • Visual Studio 2019
  • PowerShell v5
> ./build.ps1
> ls ./pvr.epgstation.zip

インストール方法

リポジトリを追加してインストール(推奨)

  1. リポジトリアドオンをhttps://repo.harekaze.org/から取得
  2. Kodiを起動する
  3. 画面を操作し、System -> Add-ons -> Install from zip file へと行く
  4. 画面でzipファイルを選択してインストールする
  5. Install from repositoryからHarekaze2 repositoryに移動
  6. PVR Clientからアドオンをインストールする

手動インストール

  1. ソースコードからビルドするか、最適なバージョンのリリースをダウンロードする
  2. Kodiを起動する
  3. 画面を操作し、System -> Add-ons -> Install from zip file へと行く
  4. 画面でzipファイルを選択してインストールする

設定

wiki/configuration に書いてあります

貢献

wiki/contribution に書いてあります

ライセンス

GPLv3