music-assistant-server

789 BJSON
strings.json
789 B22 lines • json
1{
2  "config_entries": {
3    "ai_descriptions": {
4      "label": "Generate descriptions with AI",
5      "description": "When a provider with AI support is available, use it to write a natural-language description for each smart playlist. Falls back to a plain rules summary when no AI provider is available."
6    }
7  },
8  "media": {
9    "recommendations": {
10      "smart_playlists": {
11        "name": "Smart Playlists"
12      }
13    }
14  },
15  "manifest": {
16    "description": "Create dynamic or fixed playlists based on rules: genres, artists, albums, favorites, similar tracks, release year, album type, explicit content, track duration, and rediscover forgotten tracks by filtering out recently played music."
17  },
18  "errors": {
19    "invalid_name": "{0} is not a valid playlist name."
20  }
21}
22