From 5a6780070181f118dad2ed2a865319a873a98e08 Mon Sep 17 00:00:00 2001 From: rwnk-12 Date: Fri, 8 Aug 2025 12:25:02 +0530 Subject: [PATCH 1/3] info about storefront --- config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index a8a778a..1fbfd64 100644 --- a/config.yaml +++ b/config.yaml @@ -45,5 +45,8 @@ use-songinfo-for-playlist: false dl-albumcover-for-playlist: false mv-audio-type: atmos #atmos ac3 aac mv-max: 2160 -storefront: "enter your storefront" #country-code that is shown in urls i.e (us, ca, jp etc..) - +# storefront is the 2-letter country code that matches your Apple Music account. +# if your account is from Japan, you must use jp. +# if the storefront is different from your account, the search will default to US +# and you will see a "failed to get lyrics" error in most of the songs. +storefront: 'enter your account storefront' From e60c6b7b3d0ff97b886cd3c3f6e3d615db6a10ac Mon Sep 17 00:00:00 2001 From: rwnk-12 Date: Fri, 8 Aug 2025 12:28:52 +0530 Subject: [PATCH 2/3] Update config.yaml --- config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 1fbfd64..df0e1d7 100644 --- a/config.yaml +++ b/config.yaml @@ -45,8 +45,8 @@ use-songinfo-for-playlist: false dl-albumcover-for-playlist: false mv-audio-type: atmos #atmos ac3 aac mv-max: 2160 -# storefront is the 2-letter country code that matches your Apple Music account. +# storefront will be used only in searching. +# storefront is the 2-letter country code that are available in the urls (jp, ca, us etc.). # if your account is from Japan, you must use jp. -# if the storefront is different from your account, the search will default to US -# and you will see a "failed to get lyrics" error in most of the songs. -storefront: 'enter your account storefront' +# if the storefront is different from your account, the search will default to US and you will see a "failed to get lyrics" error in most of the songs. +storefront: "enter your account storefront" From 3e7d4de4cf7156ad366c3ee8312f30c38169c0da Mon Sep 17 00:00:00 2001 From: rwnk-12 Date: Fri, 8 Aug 2025 12:39:10 +0530 Subject: [PATCH 3/3] Update config.yaml --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index df0e1d7..33ca5c2 100644 --- a/config.yaml +++ b/config.yaml @@ -48,5 +48,5 @@ mv-max: 2160 # storefront will be used only in searching. # storefront is the 2-letter country code that are available in the urls (jp, ca, us etc.). # if your account is from Japan, you must use jp. -# if the storefront is different from your account, the search will default to US and you will see a "failed to get lyrics" error in most of the songs. +# if the storefront is different from your account, you will see a "failed to get lyrics" error in most of the songs. By default the storefront is set to US if not set. storefront: "enter your account storefront"