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

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