Mirakurun Guide ๐Ÿ”Œ

How to Connect Mirakurun with Chinachu DVR

๐Ÿ“… June 19, 2026  ยท  ๐Ÿท๏ธ Guide  ยท  โฑ๏ธ 5 min read

โ† Back to All Guides | Mirakurun Guide

What is Chinachu?

Chinachu is an open-source Japanese TV DVR application that handles scheduling, recording, and playback of Japanese broadcast TV. Mirakurun was originally built as the tuner backend for Chinachu, so the two work together seamlessly out of the box.

How Mirakurun and Chinachu Work Together

The relationship is simple: Mirakurun manages the tuner hardware and exposes an API. Chinachu connects to that API to request streams for recording or live viewing. You never need to manage tuner hardware inside Chinachu itself.

Prerequisites

Step 1 โ€” Verify Mirakurun Is Running

Before connecting Chinachu, confirm Mirakurun is live:

curl http://localhost:40772/api/version

You should get a JSON response with the Mirakurun version number.

Step 2 โ€” Configure Chinachu to Use Mirakurun

In Chinachu's config.json, set the Mirakurun API endpoint:

"mirakurunPath": "http://localhost:40772/"

If Chinachu and Mirakurun are on different machines, replace localhost with the Mirakurun server IP address.

Step 3 โ€” Start Chinachu and Verify Connection

Start Chinachu and open its web UI. Navigate to the tuner status page โ€” connected tuners from Mirakurun should appear automatically. If channels are not showing, trigger a channel scan from the Chinachu UI.

Step 4 โ€” Schedule Your First Recording

Once tuners are visible in Chinachu, browse the EPG (Electronic Program Guide), select a program, and schedule a recording. Chinachu will request the stream from Mirakurun at the scheduled time.

Frequently Asked Questions

Can Chinachu and Mirakurun run on different machines?โ–ผ
Yes. As long as Chinachu can reach Mirakurun's API over the network, they do not need to be on the same machine. Just use the server IP instead of localhost in the config.
Can I use EPGStation instead of Chinachu?โ–ผ
Yes. EPGStation also supports Mirakurun as a tuner backend and is a popular modern alternative to Chinachu with a more active development cycle.

Ready to Get Started with Mirakurun?

Download free and follow our guides to set up your TV tuner server today.

Download Mirakurun Free โ†’