Skip to content

Meloday is an intelligent playlist generator for Plex that creates personalized, time-based music playlists based on your historical listening habits.

Notifications You must be signed in to change notification settings

CoryManson/meloday-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Meloday is an intelligent playlist generator for Plex that creates personalized, time-based music playlists based on your historical listening habits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%