Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.1 KB

File metadata and controls

34 lines (22 loc) · 1.1 KB

Docker Support for Meloday

This repository provides Docker support for Meloday, a script that automatically creates playlists throughout the day, evolving with your listening habits. The Docker setup simplifies deployment and ensures a consistent runtime environment.

Docker Setup

Prerequisites

  • Docker installed on your system.
  • A Plex Media Server with a music library.

How to Use

  1. Pull the Docker image from Docker Hub:

    docker pull cozza38/meloday
  2. Run the container:

    docker run -d \
        -v /path/to/config:/config \
        cozza38/meloday

    Replace /path/to/config with the appropriate paths on your system.

  3. Edit config.yml on your mounted volume

  4. Restart the container

Who Made This?

This project was created by trackstacker with contributions from the community. If you’re enjoying Meloday and feel like saying thanks, a coffee is always appreciated. No pressure at all though, I just want people to enjoy it!