Go to file
2020-09-18 03:40:30 +02:00
patches put api client back to node modules and added some things 2020-09-08 13:17:55 +02:00
src leave discord channel when stopped 2020-09-18 02:44:47 +02:00
.dockerignore fix dockerignore 2020-09-08 14:06:24 +02:00
.gitignore added config to gitignore 2020-09-08 13:25:47 +02:00
config.json added aditional config 2020-09-08 13:24:10 +02:00
Dockerfile fix parseENV error 2020-09-18 03:30:29 +02:00
LICENSE.md Rename LICENSE to LICENSE.md 2020-09-18 03:40:30 +02:00
package.json added README and fixed discription accordingly 2020-09-18 03:17:11 +02:00
parseENV.js fix parseENV error 2020-09-18 03:30:29 +02:00
README.md fix README 2020-09-18 03:18:49 +02:00

Jellyfin Discord Music Bot

Jellyfin Discord Music Bot is a Discord Bot for the Jellyfin Media Server!

Getting Started

The simplest way to get started is using Docker(repository will soon be added):

git clone https://github.com/kgt1/jellyfin-discord-music-bot.git
cd jellyfin-discord-music-bot
docker build -t YOUR_IMAGE_NAME .
docker run -d \
    --name jellyfin-discord-music-bot \
    -e DISCORD_PREFIX="?" \
    -e DISCORD_TOKEN="yourtokengoeshere" \
    -e JELLYFIN_SERVER_ADDRESS="https://jellyfin.DOMAIN" \
    -e JELLYFIN_USERNAME="" \
    -e JELLYFIN_PASSWORD="" \
    -e JELLYFIN_APP_NAME="Jellyfin Discord Music Bot" \
    YOUR_IMAGE_NAME