mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
Merge branch 'master' of https://github.com/KGT1/jellyfin-discord-music-bot
This commit is contained in:
commit
831dd98ec6
21
LICENSE.md
Normal file
21
LICENSE.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2020 KGT1
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
18
README.md
18
README.md
@ -4,13 +4,7 @@ Jellyfin Discord Music Bot is a Discord Bot for the [Jellyfin Media Server!](htt
|
|||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
The simplest way to get started is using Docker(repository will soon be added):
|
The simplest way to get started is using Docker:
|
||||||
|
|
||||||
```
|
|
||||||
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 \
|
docker run -d \
|
||||||
@ -21,5 +15,11 @@ docker run -d \
|
|||||||
-e JELLYFIN_USERNAME="" \
|
-e JELLYFIN_USERNAME="" \
|
||||||
-e JELLYFIN_PASSWORD="" \
|
-e JELLYFIN_PASSWORD="" \
|
||||||
-e JELLYFIN_APP_NAME="Jellyfin Discord Music Bot" \
|
-e JELLYFIN_APP_NAME="Jellyfin Discord Music Bot" \
|
||||||
YOUR_IMAGE_NAME
|
kgt1/jellyfin-discord-music-bot
|
||||||
```
|
```
|
||||||
|
## How to build
|
||||||
|
```
|
||||||
|
git clone https://github.com/kgt1/jellyfin-discord-music-bot.git
|
||||||
|
cd jellyfin-discord-music-bot
|
||||||
|
docker build -t YOUR_IMAGE_NAME .
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user