Go to file
2022-12-19 11:57:04 +01:00
.github/ISSUE_TEMPLATE 🔧 Update GitHub Issue templates 2022-12-18 12:20:19 +01:00
images 📝 Add example discord bot icon 2022-12-18 14:10:24 +01:00
src Add update checker #13 2022-12-19 11:57:04 +01:00
test ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
.dockerignore 🔧 Ignore development files in Docker build 2022-12-18 12:17:34 +01:00
.eslintrc.js ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
.eslintrc.json fix lint 2020-09-23 17:06:20 +02:00
.gitignore 🙈 Ignore .vscode configuration files 2022-12-18 12:17:34 +01:00
.prettierrc ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
.yarnrc.yml ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
Dockerfile only install production in docker 2020-09-21 05:39:22 +02:00
LICENSE.md Update messages sent to users 2020-09-22 15:37:45 +03:00
nest-cli.json ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
package-lock.json ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
package.json Add update checker #13 2022-12-19 11:57:04 +01:00
README.md 📝 Update Readme 2022-12-19 00:20:18 +01:00
tsconfig.build.json ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
tsconfig.json Add nestjs discord package 2022-12-18 12:17:33 +01:00
yarn.lock Add update checker #13 2022-12-19 11:57:04 +01:00

Nest Logo


Jellyfin Discord Bot

A simple Discord bot that enables you to broadcast
your Jellyfin Media Server music collection to voice channels.
It's Open Source and can easily be hosted by yourself!

Thanky you KGT1 for starting this project!
This is a fork of their original repository and re-uses some of their code.

badge




Features

  • Leighweight and extendable using the Nest framework
  • Easy usage with Discord command system (eg. /play, /pause, ...)
  • Fast and validated configuration using environment variables
  • Typesafe code for quicker development and less bugs
  • Supports Music, Playlists and Albums from your Jellyfin instance

📌 About this project

This project was originally started by KGT1 on Github in 2020. I came accross this project in late 2021, when wanted to enjoy my music on Discord. I never got it to run as I wanted it to. Since the original project was created under the MIT license, I decided to make a fork in 2022 with my own version. Although this project re-uses some code of the original project, it has been completly rewritten in other parts using NestJs and features now a module-based approach.

Limitations

  • Bot does not support shards. This means, you cannot use it in multiple servers concurrently.
  • Displaying media covers or images in Discord (Jellyfin is self hosted, and other users woudln't be able to see those images)
  • Streaming any video content in voice channels (See this issue)

🚀 Installation

Please check out the Wiki section in the repository for installation instructions:

https://github.com/manuel-rw/jellyfin-discord-music-bot/wiki

Docker container comming soon

💻 Development

I'm open to any contributions to this project. You can start contributing using the following commands, after executing the installation commands:

👤 Credits