From e08e7c9002804f75a5c0a18fa47a3855ad4956ef Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Sun, 11 Sep 2022 19:27:20 +0530 Subject: [PATCH] Update: README and DOCS --- docs/index.md | 7 +++++++ sample_config.yml | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/docs/index.md b/docs/index.md index 92a5f93..89f83d4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/sample_config.yml b/sample_config.yml index 4eca45b..a307654 100644 --- a/sample_config.yml +++ b/sample_config.yml @@ -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"