mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-21 01:01:56 +01:00
.github | ||
client | ||
images | ||
src | ||
test | ||
.deepsource.toml | ||
.dockerignore | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
.yarnrc.yml | ||
Dockerfile | ||
LICENSE.md | ||
nest-cli.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json | ||
yarn.lock |
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 manuel-rw for forking this project.
This is a fork of their fork and uses most of it's code.
✨ 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
andAlbums
from your Jellyfin instance
📌 About this project
This project is a fork of manuel-rw's fork of KGT1's fork, adding functionality such as presence, defered messages, higher bitrate.
⛔ 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 manuel-rw's Wiki section in his repository for installation instructions:
https://github.com/manuel-rw/jellyfin-discord-music-bot/wiki
💻 Development
Clone it, make your changes and create a pull request. Simple as that
👤 Credits
- https://tabler-icons.io/
- https://docs.nestjs.com/
- https://discord.js.org/
- https://github.com/fjodor-rybakov/discord-nestjs
- https://github.com/jellyfin/jellyfin-sdk-typescript
- https://jellyfin.org/
- https://github.com/KGT1/jellyfin-discord-music-bot
- https://gitmoji.dev/
- https://github.com/manuel-rw/jellyfin-discord-music-bot