mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
Added Lyrics in docker-compose.yml and slightly changed instructions
This was just done to make it easier for people to understand since some people stumbled on this part.
This commit is contained in:
parent
8f05f5e27f
commit
add1a1af0d
@ -63,6 +63,9 @@ Plex-Bot runs entirely in a Docker container. Ensure you have Docker and docker-
|
|||||||
token: "<PLEX_TOKEN>"
|
token: "<PLEX_TOKEN>"
|
||||||
library_name: "<LIBRARY_NAME>"
|
library_name: "<LIBRARY_NAME>"
|
||||||
log_level: "debug"
|
log_level: "debug"
|
||||||
|
|
||||||
|
lyrics:
|
||||||
|
token: "none" # Add your token here if you enable lyrics
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Create a Discord bot application:
|
4. Create a Discord bot application:
|
||||||
@ -91,8 +94,6 @@ Plex-Bot runs entirely in a Docker container. Ensure you have Docker and docker-
|
|||||||
|
|
||||||
6. Get your Lyrics Genius token (Optional):
|
6. Get your Lyrics Genius token (Optional):
|
||||||
|
|
||||||
If you wanty to disable this feature, set token to `None` in `config/config.yaml`
|
|
||||||
|
|
||||||
If you would like to enable the lyrics feature of the bot, you need to signup for a free GeniusLyrics account, [here](https://genius.com/api-clients).
|
If you would like to enable the lyrics feature of the bot, you need to signup for a free GeniusLyrics account, [here](https://genius.com/api-clients).
|
||||||
|
|
||||||
After you make an account:
|
After you make an account:
|
||||||
@ -103,7 +104,7 @@ Plex-Bot runs entirely in a Docker container. Ensure you have Docker and docker-
|
|||||||
|
|
||||||
3. Set the redirect url to: `http://localhost`
|
3. Set the redirect url to: `http://localhost`
|
||||||
|
|
||||||
4. Copy the **Client Access Token** to `config/config.yaml`
|
4. Copy the **Client Access Token** and replace `None` with your token in `config/config.yaml`
|
||||||
|
|
||||||
7. Customize remaining settings
|
7. Customize remaining settings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user