/
/
/
1{
2 "config_entries": {
3 "api_key": {
4 "label": "Last.fm API Key",
5 "description": "Optional. Override the built-in API key."
6 },
7 "username": {
8 "label": "Last.fm Username",
9 "description": "Your Last.fm username for genre-based recommendations (optional)"
10 },
11 "enable_personalized": {
12 "label": "Enable Personalized Recommendations",
13 "description": "Provide 'Similar Artists' and 'Similar Tracks' rows based on your listening history"
14 },
15 "enable_global_charts": {
16 "label": "Enable Global Charts",
17 "description": "Provide 'Global Top Artists' and 'Global Top Tracks' rows from Last.fm's worldwide charts"
18 },
19 "enable_genre": {
20 "label": "Enable Genre Recommendations",
21 "description": "Provide 'Top Artists', 'Top Albums' and 'Top Tracks' rows for your most played genre (requires username)"
22 },
23 "enable_geo": {
24 "label": "Enable Geographic Charts",
25 "description": "Provide 'Top Artists' and 'Top Tracks' rows for the selected country"
26 },
27 "geo_country": {
28 "label": "Country for Geographic Charts",
29 "description": "Select country for geography-based top artists and tracks"
30 },
31 "clear_cache": {
32 "label": "Refresh Recommendations",
33 "description": "Rebuild recommendations immediately instead of waiting for the next scheduled refresh.",
34 "action_label": "Refresh Now"
35 }
36 },
37 "media": {
38 "recommendations": {
39 "discover_similar_artists": {
40 "name": "Discover Similar Artists",
41 "subtitle": "Based on your top {0} artists"
42 },
43 "discover_similar_tracks": {
44 "name": "Discover Similar Tracks",
45 "subtitle": "Based on your top {0} tracks"
46 },
47 "global_top_artists": {
48 "name": "Global Top Artists",
49 "subtitle": "Most popular artists worldwide"
50 },
51 "global_top_tracks": {
52 "name": "Global Top Tracks",
53 "subtitle": "Most popular tracks worldwide"
54 },
55 "genre_artists": {
56 "name": "Discover {0} Artists",
57 "subtitle": "Top artists in your top genres"
58 },
59 "genre_albums": {
60 "name": "Discover {0} Albums",
61 "subtitle": "Top albums in your top genres"
62 },
63 "genre_tracks": {
64 "name": "Discover {0} Tracks",
65 "subtitle": "Top tracks in your top genres"
66 },
67 "geo_artists": {
68 "name": "Top artists for {0}",
69 "subtitle": "Most popular artists in {0}"
70 },
71 "geo_tracks": {
72 "name": "Top tracks for {0}",
73 "subtitle": "Most popular tracks in {0}"
74 }
75 }
76 },
77 "background_task": {
78 "refresh_lastfm_recommendations": "Refresh Last.fm recommendations"
79 },
80 "manifest": {
81 "description": "Get music recommendations from Last.fm based on your listening history"
82 }
83}
84