File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ The plugin implements seven metadata provider capabilities:
9999
100100### Data Sources
101101
102- | Source | URL | Data |
103- | -------------------| ------------------------------------------------ | ------------------------------------|
104- | iTunes Search API | ` itunes.apple.com/search ` | Artist ID resolution |
105- | iTunes Lookup API | ` itunes.apple.com/lookup ` | Top songs, album artwork, album URL |
106- | Apple Music Web | ` music.apple.com/{country}/artist/-/{id} ` | Biography, images, similar artists |
107- | Apple Music Web | ` music.apple.com/{country}/album/{slug}/{id} ` | Album editorial notes |
102+ | Source | URL | Data |
103+ | -------------------| -----------------------------------------------| - ------------------------------------|
104+ | iTunes Search API | ` itunes.apple.com/search ` | Artist ID resolution |
105+ | iTunes Lookup API | ` itunes.apple.com/lookup ` | Top songs, album artwork, album URL |
106+ | Apple Music Web | ` music.apple.com/{country}/artist/-/{id} ` | Biography, images, similar artists |
107+ | Apple Music Web | ` music.apple.com/{country}/album/{slug}/{id} ` | Album editorial notes |
108108
109109### Files
110110
@@ -118,7 +118,7 @@ The plugin implements seven metadata provider capabilities:
118118
119119### Prerequisites
120120- ** Recommended** : [ TinyGo] ( https://tinygo.org/getting-started/install/ ) (produces smaller binary size)
121- - ** Alternative** : Standard Go 1.19 + (larger binary but easier setup)
121+ - ** Alternative** : Standard Go 1.25 + (larger binary but easier setup)
122122
123123### Quick Build (Using Makefile)
124124``` sh
You can’t perform that action at this time.
0 commit comments