Update: README and DOCS
This commit is contained in:
parent
aee19c1e2f
commit
e08e7c9002
@ -68,6 +68,13 @@ This is the Fallback Image that will be rendered if gomp doesn't find the embedd
|
||||
```yml
|
||||
DEFAULT_IMAGE_PATH : "/path/to/default/image"
|
||||
```
|
||||
## Seek Offset
|
||||
|
||||
The amount of seconds by which the current song should seek forward or backward.
|
||||
|
||||
```yml
|
||||
SEEK_OFFSET : 5
|
||||
```
|
||||
|
||||
## Additional Padding and Extra Image Width
|
||||
|
||||
|
@ -63,6 +63,10 @@ DEFAULT_IMAGE_PATH: "default.jpg"
|
||||
# Note It is neccessary to use /home/your_user_name instead of ~
|
||||
# Read more about it here: https://github.com/aditya-K2/gomp/issues/1#issuecomment-1205090265
|
||||
|
||||
SEEK_OFFSET : 1
|
||||
# The amount of seconds by which the song should seek forward or backward
|
||||
# Defaults to 1 if not provided
|
||||
|
||||
GET_COVER_ART_FROM_LAST_FM : "TRUE" # Turn On Getting Album art from lastfm api
|
||||
LASTFM_API_KEY: "YOUR API KEY HERE"
|
||||
LASTFM_API_SECRET: "YOUR API SECRET HERE"
|
||||
|
Loading…
Reference in New Issue
Block a user