Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
halomore edited this page Jan 30, 2020 · 10 revisions

1. Intro

Mellow creates a Discord Bot which can communicate with several APIs like Ombi, Sonarr, Radarr and Tautulli. From the bot, in Discord, you can search and request in Ombi, get a list of all content from Tautulli and more!

DISCLAIMER: Ombi & Tautulli are the only supported platforms right now. Sonarr + Radarr support are coming soon.


a. Discord Bot Creation

Before setting Mellow up, you'll need a Discord server with your bot inside. You can check the official Discord website for more information: https://discordapi.com/permissions.html

The bot will need the following permissions:

  • Read Messages
  • Embed Links
  • Read Message History
  • Use External Emojis
  • Send Messages
  • Manage Messages
  • Attach Files
  • Mention @everyone
  • Add Reactions

You'll need 2FA enabled to add some of these permissions.

Bot

  • Token
  • Owner ID
    • Your Discord ID. To get it from the desktop app, enable "Developer Mode" under "Appearance" advanced settings.
  • Command Prefix
    • Eg. /mybot, or !mellow

Ombi

  • Define your ombi host, port, and API key.
  • As of 23/04/2019, there is a known issue if you leave "Ombi Username" empty. Put your Ombi username.

4. Usage

This wiki will assume your prefix is /mybot.

Use /mybothelp or /mybot help to view the commands list.

The main commands are

  • Ombi

    • movie: search and request movies in ombi
    • tv: search and request tv shows in ombi
  • Tautulli

    • libraries: get a list of all libraries on your server
    • refreshlibraries: refresh all libraries in tautulli
Clone this wiki locally