MediaTracker is a “self hosted platform [created by bonukai] for tracking movies, tv shows, video games, books and audiobooks”.
Deploying in kubernetes
I created a kubernetes deployment for my homelab cluster in this commit (this repo is currently private but I plan to open it up soon).
HomeAssistant installation
Install HACS add-on in order to set up HACS: https://my.home-assistant.io/redirect/supervisor_addon/?addon=cb646a50_get&repository_url=https%3A%2F%2Fgithub.com%2Fhacs%2Faddons
- Go to HomeAssistant Add-ons and start HACS:
https://ha.my.domain:8123/hassio/dashboard
- Restart HomeAssistant.
- Add HACS as an Integration.
- Under HACS dashboard:
https://ha.my.domain:8123/hacs/dashboard
- … → Custom Repositories → Add custom repo URLs:
- Add Integration and select MediaTracker.
- Create app token to use for this step:
https://mediatracker.my.domain/#/settings/application-tokens
- Create app token to use for this step:
- Add the MediaTracker Card to a Dashboard in HomeAssistant:
views:
- path: default_view
title: Daily View
cards:
- name: Upcoming Shows / Movies
type: custom:mediatracker-card
entities:
- entity: calendar.tv_series
- entity: calendar.movies
style: backdrop
number_of_days: '7'
refresh_interval: '60'
description: week
source_links: primary
human_readable_countdown: true
external_media: true
constrict_height: false
show_rating: false