From d380f8d2a0708b4ee99291f157713f13f8266ac8 Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Thu, 4 Aug 2022 17:45:05 +0530 Subject: [PATCH] Update sample_config.yml As mentioned here: https://github.com/aditya-K2/gomp/issues/1#issuecomment-1205090265 ~ isn't expanded properly. Until further fix I will add this to the sample_config as acknowledgment for the error. --- sample_config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sample_config.yml b/sample_config.yml index 9770be5..d4f25d3 100644 --- a/sample_config.yml +++ b/sample_config.yml @@ -1,3 +1,6 @@ +# 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 + MUSIC_DIRECTORY: "/D/Downloads/AllSongs/" # Your Music Directory (i.e music_directory in mpd.conf) @@ -49,6 +52,8 @@ MPD_PORT : "6600" 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 GET_COVER_ART_FROM_LAST_FM : "TRUE" # Turn On Getting Album art from lastfm api LASTFM_API_KEY: "YOUR API KEY HERE" @@ -76,5 +81,7 @@ togglePlayBack : [ "p", "SPACE", "]" ] # using the quotes is neccessary. # 3. Fallback to the default image. # # -CACHE_DIR : "/path/to/the/cache/Directory" # for e.g "~/.config/gomp/cache/" +CACHE_DIR : "/path/to/the/cache/Directory" # for e.g "/home/user_name/.config/gomp/cache/" + # 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 # You will have to manually create this directory.