Home

Awesome

MediaButler

Discord Wiki Travis

Discord bot for use with PleX and several other apps that work with it. Still early dev, but active and welcomes any/all help

Prerequisites

Features

Installation

Complete configuration tutorial

git clone https://github.com/MediaButler/MediaButler.git
cd MediaButler
cp settings.example.json settings.json
nano settings.json
npm install

Docker Installation

The TOKEN utilized by the container is from the process of setting up the MediaButler app with your Discord Server. Instructions for doing this can be found HERE.

Usage

docker create \
  --name=mediabutler \
  --restart=on-failure \
  -e TOKEN=<discord token> \
  -e PREFIX=<command prefix> \
  -e CONFIG_PATH=<app data path> \
  mediabutler/mediabutler

Parameters

Info

Feature Requests

Please use our FeatHub to request and vote on features to make it's way to the bot here

Feature Requests

Support

The best place to get support is on our Discord channel, which you can get to by clicking Here

Authors

Trusted contributors

License

This is free software under the GPL v2 open source license. Feel free to do with it what you wish, but any modification must be open sourced.