Go to file
dependabot[bot] d584037772
⬆️(deps-dev): Bump @types/node from 20.10.6 to 20.11.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 04:04:31 +00:00
.github 💚 Fix test coverage actions workflow 2023-09-03 14:14:07 +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 (chore): increase tag version 2024-01-01 12:44:02 +01:00
test ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
.deepsource.toml 👷 Add test coverage for deepsource 2023-04-01 12:46:17 +02:00
.dockerignore 🚀 Add deployments for armv7 and multi-architecture 2022-12-22 00:20:16 +01:00
.env.example 🐛 #236 Destroying connection improperly (#245) 2023-11-19 19:32:30 +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-dev): Bump @types/node from 20.10.6 to 20.11.0 2024-01-15 04:04:31 +00:00
README.md 📝 Fix typos in readme 2023-09-03 14:23:11 +02:00
tsconfig.build.json ♻️ Migrate to NestJS 2022-12-18 12:17:33 +01:00
tsconfig.json ♻️ Strict Typescript 2023-03-31 23:22:54 +02:00
yarn.lock ⬆️(deps-dev): Bump @types/node from 20.10.6 to 20.11.0 2024-01-15 04:04:31 +00: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!

Thank 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

  • Lightweight 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 across 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 completely 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