mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 10:11:56 +01:00
.github/ISSUE_TEMPLATE | ||
images | ||
src | ||
test | ||
.dockerignore | ||
.eslintrc.js | ||
.eslintrc.json | ||
.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.
Thanky you KGT1 for starting this project! This is a fork of their original repository and re-uses some of their code.
✨ Features
- Leighweight and extendable using the Nest framework
- Easy ussage with Discord commands system (eg.
/play
,/pause
, ...) - Fast configuration via environment variables
- Typesafe for faster and easier development
🚀 Installation
$ git clone https://github.com/manuel-rw/jellyfin-discord-music-bot.git
$ cd jellyfin-discord-music-bot/
$ yarn
$ yarn start:prod
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:
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
👤 Credits
- https://tabler-icons.io/ (MIT)
- https://docs.nestjs.com/ (MIT)
- https://discord.js.org/ (Apache 2.0)