mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
📝 Add lyrics updates
This commit is contained in:
parent
545654f9a7
commit
5eceab7a22
21
README.md
21
README.md
@ -89,11 +89,27 @@ Plex-Bot runs entirely in a Docker container. Ensure you have Docker and docker-
|
|||||||
|
|
||||||
* Add it to `config/config.yaml` in the appropiate spot.
|
* Add it to `config/config.yaml` in the appropiate spot.
|
||||||
|
|
||||||
6. Customize remaining settings
|
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).
|
||||||
|
|
||||||
|
After you make an account:
|
||||||
|
|
||||||
|
1. Click New API Client
|
||||||
|
|
||||||
|
2. Set the app website url to: `https://github.com/jarulsamy/Plex-Bot`
|
||||||
|
|
||||||
|
3. Set the redirect url to: `http://localhost`
|
||||||
|
|
||||||
|
4. Copy the **Client Access Token** to `config/config.yaml`
|
||||||
|
|
||||||
|
7. Customize remaining settings
|
||||||
|
|
||||||
Set any remaining settings in the config file that you would like. Such as music library, and base url of the Plex server.
|
Set any remaining settings in the config file that you would like. Such as music library, and base url of the Plex server.
|
||||||
|
|
||||||
7. Start the service:
|
8. Start the service:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
@ -121,6 +137,7 @@ General:
|
|||||||
Plex:
|
Plex:
|
||||||
play <SONG_NAME> - Play a song from the plex server.
|
play <SONG_NAME> - Play a song from the plex server.
|
||||||
album <ALBUM_NAME> - Queue an entire album to play.
|
album <ALBUM_NAME> - Queue an entire album to play.
|
||||||
|
lyrics - Print the lyrics of the song (Requires Genius API)
|
||||||
np - Print the current playing song.
|
np - Print the current playing song.
|
||||||
stop - Halt playback and leave vc.
|
stop - Halt playback and leave vc.
|
||||||
pause - Pause playback.
|
pause - Pause playback.
|
||||||
|
Loading…
Reference in New Issue
Block a user