Go to file
dependabot[bot] d2890a5f0e ⬆️(deps): Bump @nestjs/terminus from 9.2.1 to 9.2.2
Bumps [@nestjs/terminus](https://github.com/nestjs/terminus) from 9.2.1 to 9.2.2.
- [Release notes](https://github.com/nestjs/terminus/releases)
- [Changelog](https://github.com/nestjs/terminus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nestjs/terminus/compare/9.2.1...9.2.2)

---
updated-dependencies:
- dependency-name: "@nestjs/terminus"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 21:11:56 +02:00
.github 👷 Add coverage to SonarCloud 2023-03-26 14:53:13 +02:00
client Add web client (#108) 2023-03-08 09:41:55 +01:00
images Add unraid CA icon 2023-01-15 23:15:58 +01:00
src 🐛 Fix track state on finishing track 2023-03-29 20:59:17 +02:00
test ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
.dockerignore 🚀 Add deployments for armv7 and multi-architecture 2022-12-22 00:20:16 +01:00
.eslintrc.js 🚨 Fix EsLint errors 2022-12-20 11:03:24 +01: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 🔇 Remove debug loggin from docker image 2023-02-19 21:30:13 +01: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.json ⬆️(deps): Bump @nestjs/terminus from 9.2.1 to 9.2.2 2023-03-29 21:11:56 +02:00
README.md 📝 Include actions badge 2023-02-19 21:07:01 +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 ⬆️(deps): Bump @nestjs/terminus from 9.2.1 to 9.2.2 2023-03-29 21:11:56 +02: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 badge 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.
  • Album covers are not visible, unless they are remote (eg. provided by external metadata provider)
  • 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

💻 Development

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

👤 Credits