mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
added README and fixed discription accordingly
This commit is contained in:
parent
eb3928bd02
commit
301b706f1c
25
README.md
Normal file
25
README.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Jellyfin Discord Music Bot
|
||||||
|
|
||||||
|
Jellyfin Discord Music Bot is a Discord Bot for the [Jellyfin Media Server!](http://github.com/jellyfin/jellyfin);
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
The simplest way to get started is using Docker(repository will soon be added):
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/kgt1/jellyfin-discord-music-bot.git
|
||||||
|
cd jellyfin-discord-music-bot
|
||||||
|
docker build -t YOUR_IMAGE_NAME .
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -d \
|
||||||
|
--name jellyfin-discord-music-bot \
|
||||||
|
-e DISCORD_PREFIX="?" \
|
||||||
|
-e DISCORD_TOKEN="yourtokengoeshere" \
|
||||||
|
-e JELLYFIN_SERVER_ADDRESS="https://jellyfin.DOMAIN" \
|
||||||
|
-e JELLYFIN_USERNAME="" \
|
||||||
|
-e JELLYFIN_PASSWORD="" \
|
||||||
|
-e JELLYFIN_APP_NAME="Jellyfin Discord Music Bot" \
|
||||||
|
YOUR_IMAGE_NAME
|
||||||
|
```
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jellyfin-discord-music-bot",
|
"name": "jellyfin-discord-music-bot",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "A Discord Music Bot for the Jellyfin Media Server",
|
"description": "Jellyfin Discord Music Bot is a Discord Bot for the Jellyfin Media Server!",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
Loading…
Reference in New Issue
Block a user