Giter VIP home page Giter VIP logo

docker-mirakurun-epgstation's Introduction

docker-mirakurun-epgstation

Mirakurun + EPGStation の Docker コンテナ

前提条件

  • Docker, docker-compose の導入が必須
  • ホスト上の pcscd は停止する
  • チューナーのドライバが適切にインストールされていること

インストール手順

curl -sf https://raw.githubusercontent.com/l3tnun/docker-mirakurun-epgstation/v2/setup.sh | sh -s
cd docker-mirakurun-epgstation

#チャンネル設定
vim mirakurun/conf/channels.yml

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

起動

sudo docker-compose up -d

チャンネルスキャン地上波のみ(取得漏れが出る場合もあるので注意)

curl -X PUT "http://localhost:40772/api/config/channels/scan"

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

停止

sudo docker-compose down

更新

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

設定

Mirakurun

  • ポート番号: 40772

EPGStation

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

各種ファイル保存先

  • 録画データ

./recorded

  • サムネイル

./epgstation/thumbnail

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

./epgstation/data

  • EPGStation 設定ファイル

./epgstation/config

  • EPGStation のログ

./epgstation/logs

v1からの移行について

docs/migration.mdを参照

docker-mirakurun-epgstation's People

Contributors

5ym avatar l3tnun 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.