Update: README and DOCS

This commit is contained in:
aditya-K2 2022-09-11 19:27:20 +05:30
parent aee19c1e2f
commit e08e7c9002
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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"