Go to file
dependabot[bot] 75d07b92c3 Bump eslint-config-prettier from 8.5.0 to 8.6.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.5.0...v8.6.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 21:42:31 +01:00
.github 👷 Add commit message conventions to dependabot config 2023-01-16 22:43:54 +01:00
images Add unraid CA icon 2023-01-15 23:15:58 +01:00
src 🐛 Use async and use defer instead of manual message 2023-01-24 21:44:07 +01: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 🚀 Add deployments for armv7 and multi-architecture 2022-12-22 00:20:16 +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-lock.json Bump eslint-config-prettier from 8.5.0 to 8.6.0 2023-02-14 21:42:31 +01:00
package.json Bump eslint-config-prettier from 8.5.0 to 8.6.0 2023-02-14 21:42:31 +01:00
README.md 📝 Update Readme 2022-12-26 00:29:08 +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 Bump eslint-config-prettier from 8.5.0 to 8.6.0 2023-02-14 21:42:31 +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

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