Giter Site home page Giter Site logo

docker-mirakc-epgstation's Introduction

docker-mirakc-epgstation

mirakc + EPGStation の Docker コンテナ

前提条件

  • Dockerの導入が必須
  • ホスト上の pcscd は停止する
  • チューナーのドライバが適切にインストールされていること
  • PT3用に設定してありますそのままの設定で使用されたい場合はPT3を利用してください

インストール手順

curl -sf https://raw.githubusercontent.com/5ym/docker-mirakc-epgstation/main/setup.sh | sh -s
cd docker-mirakc-epgstation

# チャンネル、チューナー設定
# https://github.com/mirakc/mirakc?tab=readme-ov-file#launch-a-mirakc-docker-container
vim mirakc/config.yml

# コメントアウトされている restart や user の設定を適宜変更する
vim compose.yml

起動

docker compose up -d

mirakc の EPG 更新を待ってからブラウザで http://DockerHostIP:8888 へアクセスし動作を確認する

停止

docker compose down

更新

# mirakcとdbを更新
docker compose pull
# epgstationを更新
docker compose build --pull
# 最新のイメージを元に起動
docker compose up -d

設定

Mirakc

  • ポート番号: 40772

EPGStation

  • ポート番号: 8888
  • ポート番号: 8889

各種ファイル保存先

  • 録画データ

./recorded

  • サムネイル

./epgstation/thumbnail

  • 予約情報と HLS 配信時の一時ファイル

./epgstation/data

  • EPGStation 設定ファイル

./epgstation/config

  • EPGStation のログ

./epgstation/logs

v1からの移行について

docs/migration.mdを参照

docker-mirakc-epgstation's People

Contributors

5ym avatar l3tnun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.