/
/
/
1{
2 "config_entries": {
3 "username": {
4 "label": "Username",
5 "description": "The username to authenticate to the remote server."
6 },
7 "password": {
8 "label": "Password",
9 "description": "The password to authenticate to the remote server."
10 },
11 "email": {
12 "label": "Email",
13 "description": "The email address to authenticate to the remote server."
14 },
15 "max_num_episodes": {
16 "label": "Maximum number of episodes (0 for unlimited)",
17 "description": "Maximum number of episodes to sync per feed. Use 0 for unlimited"
18 },
19 "suffix_version": {
20 "label": "Suffix version to track names",
21 "description": "Whether to add the version as suffix to track names, e.g. 'Amazing Track (Live)'."
22 },
23 "scrobble_users": {
24 "label": "Scrobble for users",
25 "description": "Only register scrobbles for the selected users. Leave empty to scrobble for all users."
26 },
27 "scrobble_players": {
28 "label": "Scrobble for players",
29 "description": "Only register scrobbles for the selected players. Leave empty to scrobble for all players."
30 },
31 "announce_volume": {
32 "label": "Volume for Announcements",
33 "description": "The percentual, relative or absolute volume level, used with the strategy for announcements."
34 },
35 "announce_volume_max": {
36 "label": "Maximum Volume level for Announcements",
37 "description": "The volume (adjustment) of announcements should not go above this level."
38 },
39 "announce_volume_min": {
40 "label": "Minimum Volume level for Announcements",
41 "description": "The volume (adjustment) of announcements should not go below this level."
42 },
43 "announce_volume_strategy": {
44 "label": "Volume strategy for Announcements",
45 "description": "When an announcement is being broadcast to this player, how should the volume be adjusted temporarily (use in combination with the volume value below)?",
46 "options": {
47 "absolute": "Absolute volume",
48 "relative": "Relative volume increase",
49 "percentual": "Volume increase by fixed percentage",
50 "none": "Do not adjust volume"
51 },
52 "option_descriptions": {
53 "absolute": "Play announcements at the fixed volume set below, ignoring the player's current volume.",
54 "relative": "Raise the current volume by the amount set below while the announcement plays.",
55 "percentual": "Raise the current volume by the percentage set below while the announcement plays.",
56 "none": "Leave the volume unchanged; play the announcement at the player's current volume."
57 }
58 },
59 "auto_play": {
60 "label": "Automatically play (resume on power on)",
61 "description": "When this player is turned ON, automatically start playing (if there are items in the queue)."
62 },
63 "crossfade_different_sample_rates": {
64 "label": "Allow crossfades between tracks of different sample rates",
65 "description": "Enable this option to allow crossfades between tracks that have different sample rates (e.g. 44.1kHz to 48kHz). \n\n Disable this option if you experience audio glitches during transitions between tracks."
66 },
67 "enable_icy_metadata": {
68 "label": "Try to inject metadata into stream (ICY)",
69 "description": "Try to inject metadata into the stream (ICY) to show track info on the player, even when flow mode is enabled.\n\nThis is called ICY metadata and is what is used by online radio stations to show you what is playing. \n\nBe aware that not all players support this correctly. If you experience issues with playback, try disabling this setting.",
70 "options": {
71 "disabled": "Disabled - do not send ICY metadata",
72 "basic": "Profile 1 - basic info",
73 "full": "Profile 2 - full info (including image)"
74 },
75 "option_descriptions": {
76 "disabled": "Don't inject metadata; the player won't show track info during flow mode.",
77 "basic": "Send title and artist only. Lightweight and widely compatible.",
78 "full": "Also send album name and cover art. Richer, but some players mishandle it â use Basic if you see playback issues."
79 }
80 },
81 "flow_mode": {
82 "label": "Enable queue flow mode",
83 "description": "Enable \"flow\" mode where all queue tracks are sent as a continuous audio stream.\nUse for players that do not natively support gapless and/or crossfading or if the player has trouble transitioning between tracks."
84 },
85 "flow_mode_sample_rate": {
86 "label": "Flow Mode sample rate",
87 "description": "When streaming in Flow Mode, the entire queue is sent as one gapless stream and must use a single sample rate for the whole stream.",
88 "options": {
89 "smart": "Smart",
90 "bit_perfect": "Bit-perfect",
91 "48000": "48 kHz",
92 "96000": "96 kHz",
93 "highest": "Highest supported by player"
94 },
95 "option_descriptions": {
96 "smart": "Starts at the first track's rate; upsamples lower-rate tracks to match, and restarts the stream only when a track has a higher rate. Best balance of quality and seamless playback.",
97 "bit_perfect": "Never resamples. Playback restarts between tracks of differing sample rates, which disables gapless and crossfade across those transitions.",
98 "48000": "Resamples everything to a fixed 48 kHz (or the closest rate the player supports). A good compromise of quality and bandwidth.",
99 "96000": "Resamples everything to a fixed 96 kHz (or the closest rate the player supports).",
100 "highest": "Resamples everything to the highest rate the player supports. Best quality, but can waste a lot of bandwidth."
101 }
102 },
103 "http_profile": {
104 "label": "HTTP Profile used for sending audio",
105 "description": "This is considered to be a very advanced setting, only adjust this if needed, for example if your player stops playing halfway streams or if you experience other playback related issues. In most cases the default setting is fine.",
106 "options": {
107 "chunked": "Profile 1 - chunked",
108 "no_content_length": "Profile 2 - no content length",
109 "forced_content_length": "Profile 3 - forced content length"
110 },
111 "option_descriptions": {
112 "chunked": "Send audio using chunked transfer encoding, without a fixed length up front.",
113 "no_content_length": "Stream without a Content-Length header. Works for most players (the default).",
114 "forced_content_length": "Send an estimated Content-Length header. Some players need this to start playback or to seek."
115 }
116 },
117 "icon": {
118 "label": "Icon",
119 "description": "Icon for this player, from the shared Music Assistant icon set.\n\nSee https://github.com/music-assistant/shared-icons."
120 },
121 "ignore_album_playlists": {
122 "label": "Ignore playlists with album tracks within album folders",
123 "description": "A digital album often comes with a playlist file (.m3u) that contains the tracks of the album. \nAdding all these playlists to the library, is not very practical so it's better to just ignore them.\n\nIf this option is enabled, all playlists will be ignored which are more than 1 level deep anywhere in the folder structure. E.g. /music/artistname/albumname/playlist.m3u"
124 },
125 "missing_album_artist_action": {
126 "label": "Action when a track is missing the Albumartist ID3 tag",
127 "description": "How to fill in the album artist for tracks with no Albumartist tag. This affects how those albums are grouped in your library.",
128 "options": {
129 "track_artist": "Use Track artist(s)",
130 "various_artists": "Use Various Artists",
131 "folder_name": "Use Folder name (if possible)"
132 },
133 "option_descriptions": {
134 "track_artist": "Use the track's own artist(s). Can split an album across artists when its tracks differ.",
135 "various_artists": "Group everything under a single 'Various Artists' album artist. Keeps the album together; best for compilations.",
136 "folder_name": "Use the containing folder's name, falling back to 'Various Artists' when it can't be determined."
137 }
138 },
139 "propagate_track_genres": {
140 "label": "Propagate track genres to albums and artists",
141 "description": "Derive album and artist genres from their tracks when the album/artist has no genre metadata of its own. Useful when your files only have genres tagged at track level."
142 },
143 "library_sync_album_tracks": {
144 "label": "Import album tracks",
145 "description": "By default, when importing Albums into the library, only the Album itself will be imported into the Music Assistant Library, allowing you to manually browse and select which tracks you want to import. \n\nIf you want to override this default behavior, you can use this configuration option.\n\nPlease note that some (streaming) sources may already define this behavior unsolicited, by automatically adding all tracks from the album to their library/favorites."
146 },
147 "library_sync_albums": {
148 "label": "Sync Library Albums from this source to Music Assistant",
149 "description": "Whether to import (favourited/in-library) Albums from this source to the Music Assistant Library. \n\nPlease note that by adding an Album into the Music Assistant library, the Album Artists will always be imported as well."
150 },
151 "library_sync_artists": {
152 "label": "Sync Library Artists from this source to Music Assistant",
153 "description": "Whether to synchronize (favourited/in-library) Artists from this source to the Music Assistant Library."
154 },
155 "library_sync_audiobooks": {
156 "label": "Sync Library Audiobooks from this source to Music Assistant",
157 "description": "Whether to import (favourited/in-library) Audiobooks from this source to the Music Assistant Library."
158 },
159 "library_sync_back": {
160 "label": "Sync back library additions/removals (2-way sync)",
161 "description": "Specify the behavior if an item is manually added to (or removed from) the Music Assistant Library. \nShould we synchronise that action back to the source?\n\nPlease note that if you you don't sync back to the source and you have enabled automatic sync/import for this source, a removed item may reappear in the library the next time a sync is performed."
162 },
163 "library_sync_deletions": {
164 "label": "Sync library deletions",
165 "description": "When enabled, items removed from the source's library will also be hidden from the Music Assistant library.\n\nWhen disabled, items removed from the source will remain visible in the Music Assistant library."
166 },
167 "library_sync_playlist_tracks": {
168 "label": "Import playlist tracks",
169 "description": "By default, when importing Playlists into the library, only the Playlist itself will be imported into the Music Assistant Library, allowing you to browse and play the Playlist and optionally add any individual tracks of the Playlist to the Music Assistant Library manually. \n\nUse this configuration option to override this default behavior, by specifying the Playlists for which you'd like to import all tracks.\nYou can either enter the Playlist name (case sensitive) or the Playlist URI."
170 },
171 "library_sync_playlists": {
172 "label": "Sync Library Playlists from this source to Music Assistant",
173 "description": "Whether to import (favourited/in-library) Playlists from this source to the Music Assistant Library."
174 },
175 "library_sync_podcasts": {
176 "label": "Sync Library Podcasts from this source to Music Assistant",
177 "description": "Whether to import (favourited/in-library) Podcasts from this source to the Music Assistant Library."
178 },
179 "library_sync_radios": {
180 "label": "Sync Library Radios from this source to Music Assistant",
181 "description": "Whether to import (favourited/in-library) Radio stations from this source to the Music Assistant Library."
182 },
183 "library_sync_tracks": {
184 "label": "Sync Library Tracks from this source to Music Assistant",
185 "description": "Whether to import (favourited/in-library) Tracks from this source to the Music Assistant Library. \n\nPlease note that by adding a Track into the Music Assistant library, the Track's Artists and Album will always be imported as well."
186 },
187 "log_level": {
188 "label": "Log level",
189 "description": "Set the log verbosity for this provider.",
190 "options": {
191 "GLOBAL": "Global",
192 "INFO": "Info",
193 "WARNING": "Warning",
194 "ERROR": "Error",
195 "DEBUG": "Debug",
196 "VERBOSE": "Verbose"
197 }
198 },
199 "manual_discovery_ip_addresses": {
200 "label": "Manual IP addresses for discovery",
201 "description": "In normal circumstances, Music Assistant will automatically discover all players on the network. using multicast discovery on the (L2) local network, such as mDNS or UPNP.\n\nIn case of special network setups or when you run into issues where one or more players are not discovered, you can manually add the IP addresses of the players here. \n\nNote that this setting is not recommended for normal use and should only be used if you know what you are doing. Also, if players are not on the same subnet as the Music Assistant server, you may run into issues with streaming. In that case always ensure that the players can reach the server on the network and double check the base URL configuration of the Stream server in the settings."
202 },
203 "max_volume": {
204 "label": "Maximum volume",
205 "description": "Maximum device volume. The volume slider (0-100) will be scaled to this as the upper bound."
206 },
207 "min_volume": {
208 "label": "Minimum volume",
209 "description": "Minimum device volume. The volume slider (0-100) will be scaled to this as the lower bound."
210 },
211 "output_channels": {
212 "label": "Output Channel Mode",
213 "description": "You can configure this player to play only the left or right channel, for example to create a stereo pair with 2 players.",
214 "options": {
215 "stereo": "Stereo (both channels)",
216 "left": "Left channel only",
217 "right": "Right channel only",
218 "mono": "Mono (both channels)"
219 }
220 },
221 "output_codec": {
222 "label": "Output codec to use for streaming audio to the player",
223 "description": "Select the codec to use for streaming audio to this player. \nBy default, Music Assistant sends lossless, high quality audio to all players and prefers the FLAC codec because it offers some compression while still remaining lossless \n\nSome players however do not support FLAC and require the stream to be packed into e.g. a lossy mp3 codec or you like to save some network bandwidth. \n\n Choosing a lossy codec saves some bandwidth at the cost of audio quality.",
224 "options": {
225 "flac": "FLAC (lossless, compressed)",
226 "mp3": "MP3 (lossy)",
227 "aac": "AAC (lossy)",
228 "wav": "WAV (uncompressed PCM)"
229 },
230 "option_descriptions": {
231 "flac": "Lossless and compressed â full quality at a moderate bitrate. The default and best choice for most players.",
232 "mp3": "Lossy â smaller bitrate at some quality cost. Use for players that can't play FLAC, or to save bandwidth.",
233 "aac": "Lossy â comparable to MP3; pick it for players that prefer AAC.",
234 "wav": "Uncompressed PCM audio in a WAV container â highest bandwidth. Only needed for players that can't handle FLAC."
235 }
236 },
237 "prefer_wav_for_live_sources": {
238 "label": "Prefer low-latency WAV for live sources",
239 "description": "Send live sources such as Spotify Connect and AirPlay Receiver as uncompressed PCM audio in a WAV container to reduce playback delay. Disable this if the player cannot play continuous WAV streams; Music Assistant will use the configured output codec instead."
240 },
241 "play_media_overrides_group": {
242 "label": "Play Media overrides active group",
243 "description": "When this player is currently captured by an active group or sync session, an explicit Play Media command (e.g. starting a new playlist or track from Home Assistant) will release this player from the group/sync and play the new media directly on this player. Disable this to keep the legacy behavior where Play Media is redirected to the group leader. Other commands (next/prev/pause/resume) are always forwarded to the group leader as they act on the existing playback."
244 },
245 "preview_note": {
246 "label": "Please note that this feature/provider is still in early stages. \n\nFunctionality may still be limited and/or bugs may occur!"
247 },
248 "sample_rates": {
249 "label": "Sample rates supported by this player",
250 "description": "The sample rates (and bit depths) supported by this player.\nContent with unsupported sample rates will be automatically resampled.",
251 "options": {
252 "44100||16": "44.1kHz / 16 bits",
253 "44100||24": "44.1kHz / 24 bits",
254 "48000||16": "48kHz / 16 bits",
255 "48000||24": "48kHz / 24 bits",
256 "88200||16": "88.2kHz / 16 bits",
257 "88200||24": "88.2kHz / 24 bits",
258 "96000||16": "96kHz / 16 bits",
259 "96000||24": "96kHz / 24 bits",
260 "176400||16": "176.4kHz / 16 bits",
261 "176400||24": "176.4kHz / 24 bits",
262 "192000||16": "192kHz / 16 bits",
263 "192000||24": "192kHz / 24 bits",
264 "352800||16": "352.8kHz / 16 bits",
265 "352800||24": "352.8kHz / 24 bits",
266 "384000||16": "384kHz / 16 bits",
267 "384000||24": "384kHz / 24 bits"
268 }
269 },
270 "sync_adjust": {
271 "label": "Audio synchronization delay correction",
272 "description": "If this player is playing audio synced with other players and you always hear the audio too early or late on this player, you can shift the audio a bit."
273 },
274 "tts_pre_announce": {
275 "label": "Pre-announce TTS announcements",
276 "description": "When a TTS (text-to-speech) message is sent to the Announce feature, prepend the announcement with a short pre-announcement sound (bell whistle)."
277 },
278 "unofficial_provider_note": {
279 "label": "This is an unofficial integration that is not affiliated with, supported by, or endorsed by the music service. It relies on interfaces that are not officially supported and may stop working at any time. Use of this provider may also be subject to the service's terms of use."
280 },
281 "volume_normalization_target": {
282 "label": "Target level for volume normalization",
283 "description": "Adjust average (perceived) loudness to this target level, default is -14 LUFS\n\n**WARNING:** Setting the level too high may result in clipping!"
284 },
285 "zeroconf_interfaces": {
286 "label": "Mdns/Zeroconf discovery interface(s)",
287 "description": "In normal circumstances, Music Assistant will automatically discover all players on the network using multicast discovery on the (L2) local network, such as mDNS or UPNP.\n\nBy default, Music Assistant will only listen on the default interface. If you have multiple network interfaces and you want to discover players on all interfaces, you can change this setting to 'All interfaces'.",
288 "options": {
289 "default": "Default interface",
290 "all": "All interfaces"
291 }
292 },
293 "plugin_enable": {
294 "label": "Enable {0} on this player",
295 "description": "Make this player available in {0}. This is the same setting as the 'Connected players' list in the {0} configuration."
296 },
297 "protocol_enable": {
298 "label": "Enable this protocol on this player",
299 "description": "Enable or disable this output protocol for the player."
300 },
301 "protocol_enable_via": {
302 "label": "Enable this protocol on this player",
303 "description": "This output protocol runs on top of {0}. It follows the enabled state of {0} and cannot be active while {0} is disabled."
304 },
305 "protocol_enable_experimental": {
306 "label": "Enable this protocol on this player (experimental)",
307 "description": "Enable or disable this output protocol for the player. This output is experimental, so it is switched off until you turn it on yourself."
308 },
309 "protocol_enable_experimental_via": {
310 "label": "Enable this protocol on this player (experimental)",
311 "description": "This output protocol runs on top of {0}. It follows the enabled state of {0} and cannot be active while {0} is disabled. This output is experimental, so it is switched off until you turn it on yourself."
312 },
313 "pre_announcement_chime_url": {
314 "label": "Custom (pre)announcement chime URL",
315 "description": "URL to a custom audio file to play before announcements.\nLeave empty to use the default chime.\nSupports http:// and https:// URLs pointing to audio files (.mp3, .wav, .flac, .ogg, .m4a, .aac).\nExample: http://homeassistant.local:8123/local/audio/custom_chime.mp3"
316 },
317 "hide_in_ui": {
318 "label": "Hide this player in the user interface",
319 "description": "Hide this player from the main players list and dashboard selection menus. The player remains fully controllable and still appears in any sync group it currently belongs to and in the settings. Disable the player to exclude it everywhere."
320 },
321 "expose_player_to_ha": {
322 "label": "Expose this player to Home Assistant",
323 "description": "Expose this player to the Home Assistant integration. \nIf disabled, this player will not be imported into Home Assistant."
324 },
325 "power_control": {
326 "label": "Power Control",
327 "options": {
328 "native": "Native power control",
329 "none": "None",
330 "fake": "Fake power control"
331 },
332 "disabled_reasons": {
333 "native": "This player does not support native power control."
334 }
335 },
336 "volume_control": {
337 "label": "Volume Control",
338 "options": {
339 "native": "Native volume control",
340 "follow_protocol": "Auto-select (based on active/preferred protocol)",
341 "none": "None"
342 },
343 "disabled_reasons": {
344 "native": "This player does not support native volume control."
345 }
346 },
347 "mute_control": {
348 "label": "Mute Control",
349 "options": {
350 "native": "Native mute control",
351 "follow_protocol": "Auto-select (based on active/preferred protocol)",
352 "none": "None",
353 "fake": "Fake mute control"
354 },
355 "disabled_reasons": {
356 "native": "This player does not support native mute control."
357 }
358 },
359 "preferred_output_protocol": {
360 "label": "Preferred Output Protocol",
361 "description": "Select the preferred protocol for audio playback to this device.",
362 "options": {
363 "auto": "Auto-select"
364 },
365 "disabled_reasons": {
366 "needs_setup": "This output must be set up before it can be used.",
367 "unavailable": "This output is currently not available.",
368 "turned_off": "This output is turned off."
369 }
370 },
371 "bind_port": {
372 "label": "TCP Port",
373 "description": "The TCP port to run the server. Make sure that this server can be reached on the given IP and TCP port by players on the local network."
374 },
375 "bind_ip": {
376 "label": "Bind to IP/interface",
377 "description": "Start the stream server on this specific interface. \nUse 0.0.0.0 to bind to all interfaces (both IPv4 and IPv6), which is the default. \nThis is an advanced setting that should normally not be adjusted in regular setups."
378 },
379 "content_type": {
380 "label": "Content type",
381 "description": "The type of content stored in this location",
382 "options": {
383 "audiobooks": "Audiobooks",
384 "music": "Music",
385 "podcasts": "Podcasts",
386 "sound_effects": "Sound Effects"
387 }
388 },
389 "mass_player_id": {
390 "label": "Connected Music Assistant Player"
391 },
392 "connected_players": {
393 "label": "Connected players",
394 "description": "The Music Assistant players this plugin exposes. Every selected player is advertised as its own device on the network and audio streamed to it plays on that player. Leave empty to keep the plugin idle."
395 },
396 "publish_name_template": {
397 "label": "Advertised device name",
398 "description": "How each advertised device is named, based on the connected player's name.",
399 "options": {
400 "player_mass": "Player name | Music Assistant",
401 "player": "Player name only",
402 "mass_player": "Music Assistant | Player name"
403 }
404 },
405 "auth_device": {
406 "label": "Login with device code",
407 "description": "Open a verification URL on any device and enter the short code.",
408 "action_label": "Login with device code"
409 },
410 "auth_qr": {
411 "label": "Login with QR code",
412 "description": "Opens a QR code page â scan it with the Yandex app on your phone.",
413 "action_label": "Login with QR code"
414 },
415 "auth_cookies": {
416 "label": "Login with Cookies",
417 "description": "Authenticate using browser cookies from passport.yandex.ru.",
418 "action_label": "Login with Cookies"
419 },
420 "remember_session": {
421 "label": "Remember session (auto-refresh token)",
422 "description": "When enabled, stores a long-lived session token to automatically refresh your music token when it expires. When disabled, you must re-authenticate manually when the token expires â toggling this off after logging in immediately drops the stored long-lived tokens."
423 },
424 "clear_auth": {
425 "label": "Reset authentication",
426 "action_label": "Reset authentication",
427 "description": "Clear the current authentication details."
428 },
429 "verify_ssl": {
430 "label": "Verify SSL",
431 "description": "Whether or not to verify the certificate of SSL/TLS connections."
432 },
433 "child": {
434 "label": "Device to set up",
435 "description": "Choose which connected device to set up."
436 },
437 "ai_engine": {
438 "label": "AI engine",
439 "description": "The AI engine used for this feature."
440 },
441 "ai_engine_unavailable": {
442 "label": "No AI engine is available. Set up a plugin that provides AI, for example the Home Assistant plugin with an AI task entity."
443 },
444 "tts_engine": {
445 "label": "Text-to-speech engine",
446 "description": "The text-to-speech engine used for this feature."
447 },
448 "tts_engine_unavailable": {
449 "label": "No text-to-speech engine is available. Set up a plugin that provides text-to-speech, for example the Home Assistant plugin with a TTS entity."
450 }
451 },
452 "config_categories": {
453 "generic": "Generic",
454 "advanced": "Advanced",
455 "announcements": "Announcements",
456 "player_controls": "Player controls",
457 "sync_options": "Sync/import options",
458 "builtin_playlists": "Builtin Playlists",
459 "web_player": "Web Player",
460 "playback": "Queue Playback",
461 "items_to_select": "Items to select",
462 "default_enqueue_option": "Default enqueue option",
463 "click_actions": "Click actions",
464 "autoplay": "Autoplay",
465 "crossfade": "Crossfade",
466 "smart_shuffle": "Smart shuffle",
467 "protocol_settings": "Output Protocol(s)",
468 "protocol_output_settings": "Enable {0} support",
469 "protocol_output_settings_via": "Enable {0} support (over {1})",
470 "plugins": "Plugins",
471 "dsp": "Digital Signal Processing (DSP)",
472 "options": "Player options",
473 "audio": "Audio",
474 "preferences": "Preferences",
475 "display_settings": "Display",
476 "airplay": "AirPlay specific settings",
477 "protocol_generic": "Generic",
478 "protocol_general": "General",
479 "audio_analysis": "Audio Analysis",
480 "presets": "Presets",
481 "settings": "Settings",
482 "features": "Features",
483 "status": "Status",
484 "discover": "Discover",
485 "debug": "Debug",
486 "server": "Server",
487 "recommendations": "Recommendations"
488 },
489 "media": {
490 "genre": {
491 "afrobeats": {
492 "name": "Afrobeats (West African Urban/Pop Music)",
493 "description": "Afrobeats, not to be confused with Afrobeat or Afroswing, is an umbrella term to describe popular music from West Africa and the diaspora that initially developed in Nigeria, Ghana, and the UK in the 2000s and 2010s. Afrobeats is less of a style per se, and more of a descriptor for the fusion of sounds flowing out of Nigeria and Ghana. Genres such as hiplife, jùjú music, highlife, azonto music, and naija beats, among others, were amalgamated under the \"Afrobeats\" umbrella."
494 },
495 "ambient": {
496 "name": "Ambient",
497 "description": "Ambient music is a genre of music that emphasizes tone and atmosphere over traditional musical structure or rhythm. Often \"peaceful\" sounding and lacking composition, beat, and/or structured melody, ambient music uses textural layers of sound that can reward both passive and active listening, and encourage a sense of calm or contemplation. The genre evokes an \"atmospheric\", \"visual\", or \"unobtrusive\" quality. Nature soundscapes may be included, and some works use sustained or repeated notes, as in drone music. Bearing elements associated with new-age music, instruments such as the piano, strings and flute may be emulated through a synthesizer."
498 },
499 "anime_and_video_game_music": {
500 "name": "Anime & Video Game Music",
501 "description": "Video game music (VGM) is the soundtrack that accompanies video games. Early video game music was once limited to sounds of early sound chips, such as programmable sound generators (PSG) or FM synthesis chips. These limitations have led to the style of music known as chiptune, which became the sound of the early video games."
502 },
503 "asian_music": {
504 "name": "Asian Music",
505 "description": "Asian music encompasses numerous musical styles, diverse cultural and religious traditions, and forms originating on the Asian continent."
506 },
507 "bluegrass": {
508 "name": "Bluegrass",
509 "description": "Bluegrass music is a genre of American roots music that developed in the 1940s in the Appalachian region of the United States. The genre derives its name from the band Bill Monroe and the Blue Grass Boys. Bluegrass has roots in African American genres like blues and jazz and North European genres, such as Irish ballads and dance tunes. Unlike country, it is traditionally played exclusively on acoustic instruments such as the fiddle, mandolin, banjo, guitar and upright bass. It was further developed by musicians who played with Monroe, including 5-string banjo player Earl Scruggs and guitarist Lester Flatt. Bill Monroe once described bluegrass music as, \"It's a part of Methodist, Holiness and Baptist traditions. It's blues and jazz, and it has a high lonesome sound.\""
510 },
511 "blues": {
512 "name": "Blues",
513 "description": "Blues is a music genre and musical form that originated among African Americans in the Deep South of the United States around the 1860s. Blues has incorporated spirituals, work songs, field hollers, shouts, chants, and rhymed simple narrative ballads from the African-American culture. The blues form is ubiquitous in jazz, rhythm and blues, and rock and roll, and is characterized by the call-and-response pattern, the blues scale, and specific chord progressions, of which the twelve-bar blues is the most common. Blue notes, usually thirds, fifths or sevenths flattened in pitch, are also an essential part of the sound. Blues shuffles or walking bass reinforce the trance-like rhythm and form a repetitive effect known as the groove."
514 },
515 "brazilian_music": {
516 "name": "Brazilian Music",
517 "description": "The music of Brazil encompasses various regional musical styles influenced by European, American, African and Amerindian forms. Brazilian music developed some unique and original styles such as forró, repente, coco de roda, axé, sertanejo, samba, bossa nova, MPB, gaucho music, pagode, tropicália, choro, maracatu, embolada, frevo, brega, modinha and Brazilian versions of foreign musical styles, such as rock, pop music, soul, hip-hop, disco music, country music, ambient, industrial and psychedelic music, rap, classical music, fado, and gospel."
518 },
519 "chanson": {
520 "name": "Chanson",
521 "description": "A chanson is generally any lyric-driven French song. The term is most commonly used in English to refer either to the secular polyphonic French songs of late medieval and Renaissance music or to a specific style of French pop music which emerged in the 1950s and 1960s. The genre had origins in the monophonic songs of troubadours and trouvères, though the only polyphonic precedents were 16 works by Adam de la Halle and one by Jehan de Lescurel. Not until the ars nova composer Guillaume de Machaut did any composer write a significant number of polyphonic chansons."
522 },
523 "childrens_music": {
524 "name": "Children's Music",
525 "description": "Children's music or kids' music is music composed and performed for children. In European-influenced contexts this means music, usually songs, written specifically for a juvenile audience. The composers are usually adults."
526 },
527 "christmas_music": {
528 "name": "Christmas Music",
529 "description": "Christmas music comprises a variety of genres of music regularly performed or heard around the Christmas season. Music associated with Christmas may be purely instrumental, or in the case of carols, may employ lyrics about the nativity of Jesus Christ, traditions such as gift-giving and merrymaking, cultural figures such as Santa Claus, or other topics. Many songs simply have a winter or seasonal theme, or have been adopted into the canon for other reasons."
530 },
531 "church_music": {
532 "name": "Church Music",
533 "description": "Church music is a genre of Christian music written for performance in church, or any musical setting of ecclesiastical liturgy, or music set to words expressing propositions of a sacred nature, such as a hymn."
534 },
535 "classical": {
536 "name": "Classical",
537 "description": "Art music is music considered to be of high phonoaesthetic value. It typically implies advanced structural and theoretical considerations or a written musical tradition. In this context, the terms \"serious\" or \"cultivated\" are frequently used to present a contrast with ordinary, everyday music. Many cultures have art music traditions; in the Western world, the term typically refers to Western classical music."
538 },
539 "comedy": {
540 "name": "Comedy",
541 "description": "Comedy music or musical comedy is a genre of music that is comedic in nature. Its history can be traced back to the first century in ancient Greece and Rome, moving forward in time to the Medieval Period, Classical and Romantic eras, and the 20th century. Various forms of comedic musical theatre, including \"musical play\", \"musical comedy\", \"operetta\" and \"light opera\", evolved from the comic operas first developed in late 17th-century Italy. Popular music artists in the 20th century interested in comedy include Allan Sherman, Frank Zappa, Tiny Tim, Barenaked Ladies, Randy Newman, and \"Weird Al\" Yankovic. Artists in the 21st century include Tenacious D, Flight of the Conchords, The Lonely Island, Ninja Sex Party and The Axis of Awesome."
542 },
543 "country": {
544 "name": "Country",
545 "description": "Country music, also known as country and western or simply country, is a music genre known for its ballads and dance tunes, identifiable by both traditional lyrics and harmonies accompanied by banjos, mandolins, fiddles, harmonicas, and many types of guitar; either acoustic, electric, steel, or resonator guitars. Once called hillbilly music, the term country music was popularized in the 1940s to give it a correct term."
546 },
547 "dance": {
548 "name": "Dance",
549 "description": "Dance music is music composed specifically to facilitate or accompany dancing. It can be either a whole piece or part of a larger musical arrangement. In terms of performance, the major categories are live dance music and recorded dance music. While there exist attestations of the combination of dance and music in ancient history, the earliest Western dance music that we can still reproduce with a degree of certainty are old-fashioned dances. In the Baroque period, the major dance styles were noble court dances. In the classical music era, the minuet was frequently used as a third movement, although in this context it would not accompany any dancing. The waltz also arose later in the classical era. Both remained part of the romantic music period, which also saw the rise of various other nationalistic dance forms like the barcarolle, mazurka, ecossaise, ballade and polonaise."
550 },
551 "dark_ambient": {
552 "name": "Dark Ambient",
553 "description": "Dark ambient is a subgenre of post-industrial music, that originally emerged in the mid-1980s. It draws primary influence from ambient music and is characterized by ominous, dark drones, discordant overtones and a gloomy, monumental or catacomb-inspired atmosphere. Although mostly an electronic genre, artists frequently sample traditional instruments and make use of semi-acoustic recording procedures."
554 },
555 "dark_wave": {
556 "name": "Dark Wave",
557 "description": "Dark wave is a music genre that emerged from the new wave and post-punk movement of the late 1970s. Dark wave compositions are largely based on minor key tonality and introspective lyrics and have been perceived as being dark, romantic and bleak, with an undertone of sorrow. Common features include the use of chordophones such as electric and acoustic guitar, violin and piano, as well as electronic instruments such as synthesizer, sampler and drum machine. Like new wave, dark wave is not a \"unified genre but rather an umbrella term\" that encompasses a variety of musical styles, including cold wave, ethereal wave, gothic rock, neoclassical dark wave and neofolk."
558 },
559 "disco": {
560 "name": "Disco",
561 "description": "Disco is a genre of dance music and a subculture that emerged in the late 1960s from the United States' urban nightlife scene, particularly in African-American, Italian-American, Latino and queer communities. Its sound is typified by four-on-the-floor beats, syncopated basslines, string sections, brass and horns, electric pianos, synthesizers, and electric rhythm guitars."
562 },
563 "electronic": {
564 "name": "Electronic",
565 "description": "Electronic music broadly is a group of music genres that employ electronic musical instruments, circuitry-based music technology and software, or general-purpose electronics in its creation. It includes both music made using electronic and electromechanical means. Pure electronic instruments depend entirely on circuitry-based sound generation, for instance using devices such as an electronic oscillator, theremin, or synthesizer: no acoustic waves need to be previously generated by mechanical means and then converted into electrical signals. On the other hand, electromechanical instruments have mechanical parts such as strings or hammers that generate the sound waves, together with electric elements including magnetic pickups, power amplifiers and loudspeakers that convert the acoustic waves into electrical signals, process them and convert them back into sound waves. Such electromechanical devices include the telharmonium, Hammond organ, electric piano and electric guitar."
566 },
567 "experimental": {
568 "name": "Experimental",
569 "description": "Experimental music is a general label for any music or music genre that pushes existing boundaries and genre definitions. Experimental compositional practice is defined broadly by exploratory sensibilities radically opposed to, and questioning of, institutionalized compositional, performing, and aesthetic conventions in music. Elements of experimental music include indeterminacy, in which the composer introduces the elements of chance or unpredictability with regard to either the composition or its performance. Artists may approach a hybrid of disparate styles or incorporate unorthodox and unique elements."
570 },
571 "field_recording": {
572 "name": "Field Recording",
573 "description": "Field recording is the production of audio recordings outside recording studios, and the term applies to recordings of both natural and human-produced sounds. It can also include the recording of electromagnetic fields or vibrations using different microphones like a passive magnetic antenna for electromagnetic recordings or contact microphones, or underwater field recordings made with hydrophones to capture the sounds and/or movements of whales, or other sealife. These recordings are often regarded as being very useful for sound designers and foley artists."
574 },
575 "folk": {
576 "name": "Folk",
577 "description": "Folk music is a music genre that includes traditional folk music and the contemporary genre that evolved from the former during the 20th-century folk revival. Some types of folk music may be called world music. Traditional folk music has been defined in several ways: as music transmitted orally, music with unknown composers, music that is played on traditional instruments, music about cultural or national identity, music that changes between generations, music associated with a people's folklore, or music performed by custom over a long period of time. It has been contrasted with commercial and classical styles. The term originated in the 19th century, but folk music extends beyond that."
578 },
579 "funk": {
580 "name": "Funk",
581 "description": "Funk is a music genre that originated in African-American communities in the mid-1960s when musicians created a rhythmic, danceable new form of music through a mixture of various music genres that were popular among African-Americans in the mid-20th century. It deemphasizes melody and chord progressions and focuses on a strong rhythmic groove of a bassline played by an electric bassist and a drum part played by a percussionist, often at slower tempos than other popular music. Funk typically consists of a complex percussive groove with rhythm instruments playing interlocking grooves that create a \"hypnotic\" and \"danceable\" feel. Early funk, specifically James Brown, fused jazz and blues, and added a syncopated drum groove."
582 },
583 "gangsta_rap": {
584 "name": "Gangsta Rap",
585 "description": "Gangsta or gangster rap, initially called reality rap, is a subgenre of hip-hop that conveys the culture, values, and experiences of urban gangs and street hustlers, frequently discussing unpleasant realities of the world in general through an urban lens. Emerging in the late 1980s, gangsta rap's pioneers include Schoolly D and Ice-T, later expanding with artists such as N.W.A. In 1992, via record producer and rapper Dr. Dre, rapper Snoop Dogg, and their G-funk sound, gangster rap broadened to mainstream popularity."
586 },
587 "gospel": {
588 "name": "Gospel",
589 "description": "Gospel music is a traditional genre of Christian music and a cornerstone of Christian media, characterized by dominant vocals and lyrics that reflect Christian teachings and values. The creation, performance, significance, and even the definition of gospel music vary according to culture and social context. Gospel music is composed and performed for many purposes, including aesthetic pleasure, and also religious or ceremonial purposes, and as an entertainment product for the marketplace. Gospel music can be traced to the early 17th century."
590 },
591 "hip_hop": {
592 "name": "Hip Hop",
593 "description": "Hip-hop is a genre of popular music that emerged in the early 1970s alongside an associated subculture in the African-American and Caribbean immigrants communities of New York City. The musical style is characterized by the synthesis of a wide range of techniques, but rapping is frequent enough that it has become a defining characteristic. Other key markers of the genre are the disc jockey (DJ), turntablism, scratching, beatboxing, and instrumental tracks. Cultural interchange has always been central to the hip-hop genre; it simultaneously borrows from its social environment while commenting on it."
594 },
595 "indian_classical": {
596 "name": "Indian Classical",
597 "description": "Indian classical music is the classical music of the Indian subcontinent. It is generally described using terms like Shastriya Sangeet and Marg Sangeet. It has two major traditions: the North Indian classical music known as Hindustani and the South Indian expression known as Carnatic. Hindustani music emphasizes improvisation and exploration of all aspects of a raga, while Carnatic performances tend to be short composition-based. However, the two systems continue to have more common features than differences. Another unique classical music tradition from the eastern part of India is Odissi music, which has evolved over the last two thousand years."
598 },
599 "industrial": {
600 "name": "Industrial",
601 "description": "Industrial music is a subgenre of experimental music inspired by post-industrial society, initially drawing influences from avant-garde and early electronic music genres such as musique concrète, tape music, noise and sound collage. The term was coined in 1976 by Monte Cazazza and adopted by Throbbing Gristle with the founding of Industrial Records. Other early industrial musicians include NON and Cabaret Voltaire. By the late 1970s, additional artists emerged such as Clock DVA, Nocturnal Emissions, Einstürzende Neubauten, SPK, Nurse with Wound, and ZâEV, alongside Whitehouse who coined the subgenre \"power electronics\"."
602 },
603 "jazz": {
604 "name": "Jazz",
605 "description": "Jazz is a music genre that originated in the African-American communities of New Orleans, Louisiana, in the late 19th and early 20th centuries. Its roots are in blues, ragtime, European harmony, African rhythmic rituals, spirituals, hymns, marches, vaudeville song, and dance music. Since the 1920s Jazz Age, it has been recognized as a major form of musical expression in traditional and popular music. Jazz is characterized by swing and blue notes, complex chords, call and response vocals, polyrhythms and improvisation."
606 },
607 "klezmer": {
608 "name": "Klezmer",
609 "description": "Klezmer is an instrumental musical tradition of the Ashkenazi Jews of Central and Eastern Europe. The essential elements of the tradition include dance tunes, ritual melodies, and virtuosic improvisations played for listening; these would have been played at weddings and other social functions. The musical genre incorporated elements of many other musical genres including Ottoman music, Baroque music, German and Slavic folk dances, and religious Jewish music. As the music arrived in the United States, it lost some of its traditional ritual elements and adopted elements of American big band and popular music. Among the European-born klezmers who popularized the genre in the United States in the 1910s and 1920s were Dave Tarras and Naftule Brandwein; they were followed by American-born musicians such as Max Epstein, Sid Beckerman and Ray Musiker."
610 },
611 "latin": {
612 "name": "Latin",
613 "description": "Latin music is a term used by the music industry as a catch-all category for various styles of music from Ibero-America, which encompasses Latin America, Spain, Portugal, and the Latino population in Canada and the United States, as well as music that is sung in either Spanish or Portuguese. It may also include music from other territories where Spanish- and Portuguese-language music is made."
614 },
615 "marching_band": {
616 "name": "Marching Band",
617 "description": "Marching band is a performance-based, visual-musical genre featuring musicians playing brass, woodwind, and percussion instruments while moving in synchronized, choreographed formations, usually at 120-160+ beats per minute. It blends musical performance with athletic, high-speed marching, often incorporating pop, rock, and classical music alongside traditional military-style marches."
618 },
619 "metal": {
620 "name": "Metal",
621 "description": "umbrella category of music genres of metal branch, derived from heavy metal music while not necessarily being its subgenre"
622 },
623 "middle_eastern_music": {
624 "name": "Middle Eastern Music",
625 "description": "The various nations of the region include the Arabic-speaking countries of the Middle East, the traditional Persian ritual music, the Jewish music of Israel and the diaspora, Kurdish music, Armenian music. Azeri Music, the varied traditions of Cypriot music, the Turkish music of Turkey, traditional Assyrian music, Coptic ritual music in Egypt as well as other genres of Egyptian music in general. It is widely regarded that some Middle-Eastern musical styles have influenced Central Asia, as well as the Balkans, Southern Italy, and Spain."
626 },
627 "musical": {
628 "name": "Musical",
629 "description": "Musical theatre is a form of theatrical performance that combines songs, spoken dialogue, acting and dance. The story and emotional content of a musical â humor, pathos, love, anger â are communicated through words, music, movement and technical aspects of the entertainment as an integrated whole. Although musical theatre overlaps with other theatrical forms like opera and dance, it may be distinguished by the equal importance given to the music as compared with the dialogue, movement and other elements. Since the early 20th century, musical theatre stage works have generally been called, simply, musicals."
630 },
631 "new_age": {
632 "name": "New Age",
633 "description": "New age is a genre of music intended to create artistic inspiration, relaxation, and optimism. It is used by listeners for yoga, massage, meditation, and reading as a method of stress management to bring about a state of ecstasy rather than trance, or to create a peaceful atmosphere in homes or other environments. It is sometimes associated with environmentalism and New Age spirituality; however, most of its artists have nothing to do with \"New Age spirituality\", and some even reject the term."
634 },
635 "poetry": {
636 "name": "Poetry",
637 "description": "Poetry as a musical genre merges spoken-word or recited verse with musical accompaniment, creating a hybrid form focused on emotional expression, storytelling, and rhythm. Often featuring acoustic instruments (piano, guitar) or experimental soundscapes, this genre blurs the line between literature and song, highlighting the inherent melody and cadence in spoken words."
638 },
639 "polka": {
640 "name": "Polka",
641 "description": "Polka is a dance style and genre of dance music in 2/4 time, originating in nineteenth-century Bohemia, now part of the Czech Republic. Though generally associated with Czech and Central European culture, polka is popular throughout Europe and the Americas."
642 },
643 "pop": {
644 "name": "Pop",
645 "description": "Pop music, or simply pop, is a genre of popular music that originated in its modern form during the mid-1950s in the United States and the United Kingdom. During the 1950s and 1960s, pop music encompassed rock and roll and the youth-oriented styles it influenced. Rock and pop music remained roughly synonymous until the late 1960s, after which pop became associated with music that was more commercial, ephemeral, and accessible."
646 },
647 "psychedelic": {
648 "name": "Psychedelic",
649 "description": "Psychedelic music is a wide range of popular music styles and genres influenced by 1960s psychedelia, a subculture of people who used psychedelic drugs such as DMT, LSD, mescaline, and psilocybin mushrooms, to experience synesthesia and altered states of consciousness. Psychedelic music may also aim to enhance the experience of using these drugs and has been found to have a significant influence on psychedelic therapy."
650 },
651 "punk": {
652 "name": "Punk",
653 "description": "umbrella category of music genres related to punk subculture, derived from punk rock music scene while not necessarily being its subgenre"
654 },
655 "r_b": {
656 "name": "R&b",
657 "description": "Rhythm and blues, frequently abbreviated as R&B or R'n'B, is a genre of popular music that originated within African American communities in the 1940s. The term was originally used by record companies to describe recordings marketed predominantly to African Americans, at a time when \"rocking, jazz based music ... [with a] heavy, insistent beat\" was starting to become more popular.\nIn the commercial rhythm and blues music typical of the 1950s through the 1970s, the bands usually consisted of a piano, one or two guitars, bass, drums, one or more saxophones, and sometimes background vocalists. R&B lyrical themes often encapsulate the African-American history and experience of pain and the quest for freedom and joy, as well as triumphs and failures in terms of societal racism, oppression, relationships, economics, and aspirations."
658 },
659 "ragtime": {
660 "name": "Ragtime",
661 "description": "Ragtime, also spelled rag-time or rag time, is a musical style noted for its syncopated or \"ragged\" rhythm. It originated in African American communities in the late 19th century and was propelled to popularity in the 1890s to 1910s by composers such as James Scott, Joseph Lamb, and particularly Scott Joplin. Known as the \"King of Ragtime\", Joplin gained fame through compositions like \"Maple Leaf Rag\" and \"The Entertainer\"."
662 },
663 "rai": {
664 "name": "Raï",
665 "description": "Raï, sometimes written rai, is a form of Algerian folk music that dates back to the 1920s. Singers of Raï are called cheb (شاب) or cheba (شابة), i.e. 'young', as opposed to sheikh, i.e. 'old', the name given to Chaabi singers. The tradition arose in the city of Oran, primarily among the poor. Traditionally sung by men, by the end of the 20th century, female singers became common. The lyrics have concerned social issues such as disease and the policing of European colonies that affected native populations."
666 },
667 "reggae": {
668 "name": "Reggae",
669 "description": "Reggae is a music genre that originated in Jamaica in the late 1960s. The term also refers to the modern popular music of Jamaica and its diaspora. The 1968 single by Toots and the Maytals titled \"Do the Reggay\" was the first popular song to use the word reggae, effectively naming the genre and introducing it to a global audience."
670 },
671 "reggaeton": {
672 "name": "Reggaeton",
673 "description": "Reggaeton is a style of popular and electronic music that originated in Panama during the late 1980s. It has been popularized and dominated by artists from Puerto Rico since the early 1990s."
674 },
675 "rock": {
676 "name": "Rock",
677 "description": "Rock music is a genre of popular music that originated in the United States as \"rock and roll\" in the late 1940s and early 1950s, developing into a range of styles from the mid-1960s, primarily in the United States and United Kingdom. It has its roots in rock and roll, a style that drew from the African-American musical genres of blues and rhythm and blues, as well as from country music. Rock also drew strongly from genres such as electric blues and folk, and incorporated influences from jazz and other styles. Rock is typically centered on the electric guitar, usually as part of a rock group with electric bass guitar, drums, and one or more singers."
678 },
679 "salsa": {
680 "name": "Salsa",
681 "description": "Salsa music is a style of Latin American music, combining elements of Cuban and Puerto Rican influences. Because most of the basic musical components predate the labeling of salsa, there have been many controversies regarding its origin. Most songs considered as salsa are primarily based on son montuno and son cubano, with elements of cha-cha-chá, bolero, rumba, mambo, jazz, R&B, bomba, and plena. All of these elements are adapted to fit the basic Son montuno template when performed within the context of salsa."
682 },
683 "singer_songwriter": {
684 "name": "Singer-Songwriter",
685 "description": "group of musical genres that emerged in the mid-20th century, referring to the music of singer-songwriters, often characterised by political or personal lyrics and minimal acoustic accompaniment"
686 },
687 "ska": {
688 "name": "Ska",
689 "description": "Ska is a music genre that originated in Jamaica in the late 1950s and was the precursor to rocksteady and reggae. It combined elements of Caribbean mento and calypso with American jazz and rhythm and blues. Ska is characterized by a walking bass line accented with rhythms on the off beat. It was developed in Jamaica in the 1960s when Stranger Cole, Prince Buster, Clement \"Coxsone\" Dodd, and Duke Reid formed sound systems to play American rhythm and blues and then began recording their own songs. In the early 1960s, ska was the dominant music genre of Jamaica and was popular with British mods and with many skinheads."
690 },
691 "soul": {
692 "name": "Soul",
693 "description": "Soul music is a popular music genre that originated in African-American communities throughout the United States in the late 1950s and early 1960s. Catchy rhythms, stressed by handclaps and extemporaneous body movements, are an important hallmark of soul. Other characteristics are a call and response between the lead and backing vocalists, an especially tense vocal sound, and occasional improvisational additions, twirls, and auxiliary sounds. Soul music is known for reflecting African-American identity and stressing the importance of African-American culture."
694 },
695 "sound_effects": {
696 "name": "Sound Effects",
697 "description": "Sound effects as a musical genreâoften encompassing soundscape composition, musique concrète, and noise musicâutilize environmental noises, mechanical sounds, and Foley recordings as primary musical elements rather than traditional melodies or harmonies. This avant-garde approach creates immersive, narrative, and textured auditory experiences."
698 },
699 "soundtrack": {
700 "name": "Soundtrack",
701 "description": "A film score is original music written specifically to accompany a film or a television program. The score consists of a number of orchestral, instrumental, or choral pieces called cues, which are timed to begin and end at specific points during the film to enhance the dramatic narrative and emotional impact of scenes. Scores are written by one or more composers under the guidance of or in collaboration with the film's director or producer and are then most often performed by an ensemble of musicians â usually including an orchestra or band, instrumental soloists, and choir or vocalists â known as playback singers â and recorded by a sound engineer. The term is less frequently applied to music written for media such as live theatre, television and radio programs, and video games, and that music is typically referred to as either the soundtrack or incidental music."
702 },
703 "spoken_word": {
704 "name": "Spoken Word",
705 "description": "Spoken word is a performance-based genre combining spoken poetry, storytelling, or monologue with musical accompaniment or rhythmic delivery, focusing on the voice as the primary instrument. Rooted in oral traditions and the Beat Generation, it merges literary artistry with music, commonly featuring themes of social justice, politics, and personal narrative, often accompanied by jazz, rock, or folk elements."
706 },
707 "swing": {
708 "name": "Swing",
709 "description": "Swing music is a style of jazz that developed in the United States during the late 1920s and early 1930s. It became nationally popular from the mid-1930s. Swing represents the most famous era of jazz as a genre of entertainment, before the emergence of modern jazz. Swing bands usually featured soloists who would improvise on the melody over the arrangement. The danceable swing style of big bands and bandleaders such as Fletcher Henderson and Benny Goodman was the dominant form of American popular music from 1935 to 1946, known as the swing era, when people were dancing the Lindy Hop. The verb \"to swing\" is also used as a term of praise for playing that has a strong groove or drive. Big band leaders of the swing era include Benny Goodman, Duke Ellington, Count Basie, Jimmie Lunceford, Cab Calloway, Benny Carter, Jimmy Dorsey, Tommy Dorsey, Earl Hines, Bunny Berigan, Harry James, Lionel Hampton, Glenn Miller, and Artie Shaw."
710 },
711 "tango": {
712 "name": "Tango",
713 "description": "Tango is a style of music in 2/4 or 4/4 time that originated in Uruguay and Argentina among European immigrants in the late 19th and early 20th centuries. It has mainly Spanish, Italian, Gaucho, African, and French cultural roots. It is traditionally played on a solo guitar, guitar duo, or an ensemble, known as the orquesta tÃpica, which includes at least two violins, flute, piano, double bass, and at least two bandoneóns. Sometimes guitars and a clarinet join the ensemble. Tango may be purely instrumental or may include a vocalist. Tango music and dance have become popular throughout the world."
714 },
715 "trap": {
716 "name": "Trap",
717 "description": "Trap music, also known simply as trap, is a subgenre of hip-hop music that originated in the Southern United States. Lyrical references to trap started in 1991 but the modern sound of trap appeared in 1999. The genre gets its name from the Atlanta term \"trap house\", a drug house. Trap music features simple, rhythmic, minimalistic productions that use synthesized drums and is characterized by complex hi-hat drum beats, snare drums, bass drums, some tuned with a long decay to emit a bass frequency. Lyrics often focus on drug use and urban violence."
718 },
719 "waltz": {
720 "name": "Waltz",
721 "description": "A waltz, probably deriving from German Ländler, is dance music in triple metre, often written in 3/4 time. A waltz typically sounds one chord per measure, and the accompaniment style particularly associated with the waltz is to play the root of the chord on the first beat, the upper notes on the second and third beats."
722 },
723 "wellness": {
724 "name": "Wellness",
725 "description": "Meditation music is music performed to aid in the practice of meditation. It can have a specific religious content, but also more recently has been associated with modern composers who use meditation techniques in their process of composition, or who compose such music with no particular religious group as a focus. The concept also includes music performed as an act of meditation."
726 }
727 },
728 "podcast_genre": {
729 "arts": {
730 "name": "Arts",
731 "description": "Podcasts about the arts â books and literature, design, fashion and beauty, food, and the performing and visual arts."
732 },
733 "business": {
734 "name": "Business",
735 "description": "Podcasts on business and the world of work, from careers and entrepreneurship to investing, management and marketing."
736 },
737 "comedy": {
738 "name": "Comedy",
739 "description": "Comedy podcasts, including stand-up, improv and comedic interviews made to entertain and make listeners laugh."
740 },
741 "education": {
742 "name": "Education",
743 "description": "Educational podcasts covering courses, how-to guides, language learning and self-improvement."
744 },
745 "fiction": {
746 "name": "Fiction",
747 "description": "Scripted and storytelling podcasts, including audio drama, comedy fiction and science fiction."
748 },
749 "government": {
750 "name": "Government",
751 "description": "Podcasts about government, public policy and the workings of the state."
752 },
753 "health_and_fitness": {
754 "name": "Health & Fitness",
755 "description": "Podcasts on health and fitness, covering nutrition, exercise, medicine, mental health and wellbeing."
756 },
757 "history": {
758 "name": "History",
759 "description": "Podcasts exploring history â events, people and eras from the ancient world to recent times."
760 },
761 "kids_and_family": {
762 "name": "Kids & Family",
763 "description": "Family-friendly podcasts for children and parents, including stories for kids, parenting and education."
764 },
765 "leisure": {
766 "name": "Leisure",
767 "description": "Podcasts about hobbies and pastimes, from games and crafts to automotive, aviation and home & garden."
768 },
769 "music": {
770 "name": "Music",
771 "description": "Podcasts about music â commentary, interviews and the history behind artists, songs and genres."
772 },
773 "news": {
774 "name": "News",
775 "description": "News podcasts covering daily headlines, politics, business, technology, sports and entertainment."
776 },
777 "religion_and_spirituality": {
778 "name": "Religion & Spirituality",
779 "description": "Podcasts on religion and spirituality across faiths and traditions, and on personal spiritual practice."
780 },
781 "science": {
782 "name": "Science",
783 "description": "Science podcasts spanning astronomy, physics, chemistry, the life and earth sciences, nature and more."
784 },
785 "society_and_culture": {
786 "name": "Society & Culture",
787 "description": "Podcasts about society and culture, including documentaries, personal journals, philosophy, travel and relationships."
788 },
789 "sports": {
790 "name": "Sports",
791 "description": "Sports podcasts covering teams, athletes and competitions across the world's games and pastimes."
792 },
793 "technology": {
794 "name": "Technology",
795 "description": "Podcasts about technology, gadgets, software and the people and ideas shaping the digital world."
796 },
797 "true_crime": {
798 "name": "True Crime",
799 "description": "Podcasts investigating real crimes, cases and the people behind them."
800 },
801 "tv_and_film": {
802 "name": "TV & Film",
803 "description": "Podcasts about television and film, including reviews, interviews, after-shows and screen history."
804 }
805 },
806 "audiobook_genre": {
807 "arts_and_entertainment": {
808 "name": "Arts & Entertainment",
809 "description": "Audiobooks on the arts, media and entertainment, from film and music to the performing and visual arts."
810 },
811 "biography_and_memoir": {
812 "name": "Biography & Memoir",
813 "description": "Life stories â biographies and memoirs of notable people and personal accounts of lived experience."
814 },
815 "business": {
816 "name": "Business",
817 "description": "Audiobooks on business, careers, money and finance, management, marketing and economics."
818 },
819 "classics": {
820 "name": "Classics",
821 "description": "Classic works of literature that have stood the test of time."
822 },
823 "comedy_and_humor": {
824 "name": "Comedy & Humor",
825 "description": "Humorous and comedic audiobooks written to entertain and amuse."
826 },
827 "drama_and_poetry": {
828 "name": "Drama & Poetry",
829 "description": "Dramatic works and poetry, including plays, verse and performance pieces."
830 },
831 "fantasy_and_science_fiction": {
832 "name": "Fantasy & Science Fiction",
833 "description": "Speculative fiction â fantasy, science fiction and imagined worlds."
834 },
835 "fiction": {
836 "name": "Fiction",
837 "description": "Fiction and literature â novels and stories spanning every style and genre."
838 },
839 "foreign_language": {
840 "name": "Foreign Language",
841 "description": "Language-learning audiobooks and works in or about foreign languages."
842 },
843 "history": {
844 "name": "History",
845 "description": "Audiobooks exploring history â events, people and eras across the ages."
846 },
847 "kids_and_young_adult": {
848 "name": "Kids & Young Adult",
849 "description": "Audiobooks for children, teens and young adults, from picture-book stories to young-adult fiction."
850 },
851 "mystery": {
852 "name": "Mystery",
853 "description": "Mystery, thriller and suspense â crime stories, whodunits and page-turners."
854 },
855 "nonfiction": {
856 "name": "Nonfiction",
857 "description": "Nonfiction across every subject â real events, ideas, people and knowledge."
858 },
859 "religion_and_spirituality": {
860 "name": "Religion & Spirituality",
861 "description": "Audiobooks on religion, faith and spirituality across traditions and personal practice."
862 },
863 "romance": {
864 "name": "Romance",
865 "description": "Romance audiobooks, from contemporary love stories to historical and steamy reads."
866 },
867 "science": {
868 "name": "Science",
869 "description": "Science and nature audiobooks spanning the natural world, discovery and how things work."
870 },
871 "self_help": {
872 "name": "Self Help",
873 "description": "Self-help and personal development â guidance for growth, habits, wellbeing and success."
874 },
875 "speakers_and_storytellers": {
876 "name": "Speakers & Storytellers",
877 "description": "Lectures, talks and storytelling performances by notable speakers and storytellers."
878 },
879 "sports": {
880 "name": "Sports",
881 "description": "Audiobooks about sport and recreation â athletes, teams, games and the outdoors."
882 },
883 "technology": {
884 "name": "Technology",
885 "description": "Audiobooks about technology, computing and the ideas shaping the digital world."
886 },
887 "travel_and_adventure": {
888 "name": "Travel & Adventure",
889 "description": "Travel writing and adventure â journeys, places and tales of exploration."
890 }
891 },
892 "folder": {
893 "artists": {
894 "name": "Artists"
895 },
896 "albums": {
897 "name": "Albums"
898 },
899 "tracks": {
900 "name": "Tracks"
901 },
902 "playlists": {
903 "name": "Playlists"
904 },
905 "radios": {
906 "name": "Radio"
907 },
908 "radio_stations": {
909 "name": "Radio Stations"
910 },
911 "audiobooks": {
912 "name": "Audiobooks"
913 },
914 "podcasts": {
915 "name": "Podcasts"
916 },
917 "sound_effects": {
918 "name": "Sound Effects"
919 },
920 "library": {
921 "name": "Library"
922 },
923 "libraries": {
924 "name": "Libraries"
925 },
926 "recommendations": {
927 "name": "Recommendations"
928 },
929 "rock": {
930 "name": "Rock"
931 },
932 "jazz": {
933 "name": "Jazz"
934 },
935 "classical": {
936 "name": "Classical"
937 },
938 "electronic": {
939 "name": "Electronic"
940 },
941 "hiphop": {
942 "name": "Hip-Hop"
943 },
944 "rnb": {
945 "name": "R&B"
946 },
947 "chill": {
948 "name": "Chill"
949 },
950 "party": {
951 "name": "Party"
952 },
953 "relax": {
954 "name": "Relax"
955 },
956 "romantic": {
957 "name": "Romantic"
958 },
959 "sad": {
960 "name": "Sad"
961 },
962 "in_the_mood": {
963 "name": "In the Mood"
964 },
965 "workout": {
966 "name": "Workout"
967 },
968 "focus": {
969 "name": "Focus"
970 },
971 "background": {
972 "name": "Background"
973 },
974 "driving": {
975 "name": "Driving"
976 },
977 "morning": {
978 "name": "Morning"
979 },
980 "evening": {
981 "name": "Evening"
982 },
983 "80s": {
984 "name": "80s"
985 },
986 "90s": {
987 "name": "90s"
988 },
989 "2000s": {
990 "name": "2000s"
991 },
992 "retro": {
993 "name": "Retro"
994 },
995 "winter": {
996 "name": "Winter"
997 },
998 "summer": {
999 "name": "Summer"
1000 },
1001 "autumn": {
1002 "name": "Autumn"
1003 },
1004 "spring": {
1005 "name": "Spring"
1006 },
1007 "newyear": {
1008 "name": "New Year"
1009 }
1010 },
1011 "recommendations": {
1012 "artists": {
1013 "name": "Artists"
1014 },
1015 "albums": {
1016 "name": "Albums"
1017 },
1018 "tracks": {
1019 "name": "Tracks"
1020 },
1021 "playlists": {
1022 "name": "Playlists"
1023 },
1024 "radios": {
1025 "name": "Radio"
1026 },
1027 "podcasts": {
1028 "name": "Podcasts"
1029 },
1030 "audiobooks": {
1031 "name": "Audiobooks"
1032 },
1033 "episodes_recently_added": {
1034 "name": "Newest Podcast Episodes"
1035 },
1036 "recently_added_albums": {
1037 "name": "Recently added albums"
1038 },
1039 "most_played_albums": {
1040 "name": "Most Played Albums"
1041 },
1042 "recently_played": {
1043 "name": "Recently played",
1044 "subtitle": "Pick up where you left off"
1045 },
1046 "recently_added_tracks": {
1047 "name": "Recently added tracks"
1048 },
1049 "random_artists": {
1050 "name": "Random artists"
1051 },
1052 "recommended_tracks": {
1053 "name": "Recommended tracks"
1054 },
1055 "recommended_new_tracks": {
1056 "name": "Recommended new tracks"
1057 },
1058 "recommended_playlists": {
1059 "name": "Recommended playlists"
1060 },
1061 "trending_stations": {
1062 "name": "Trending"
1063 },
1064 "inspired_by_recently_played": {
1065 "name": "Inspired by recently played"
1066 },
1067 "trending_podcasts": {
1068 "name": "Trending Podcasts"
1069 },
1070 "in_progress_items": {
1071 "name": "In progress"
1072 },
1073 "random_albums": {
1074 "name": "Random albums"
1075 },
1076 "recent_favorite_tracks": {
1077 "name": "Recently favorited tracks"
1078 },
1079 "favorite_playlists": {
1080 "name": "Favorite playlists"
1081 },
1082 "recent_artists": {
1083 "name": "Recent artists"
1084 },
1085 "recent_tracks": {
1086 "name": "Recent tracks"
1087 },
1088 "favorite_radio_stations": {
1089 "name": "Favorite Radio stations"
1090 },
1091 "forgotten_tracks": {
1092 "name": "Forgotten Tracks",
1093 "subtitle": "Rediscover tracks you haven't heard in a while"
1094 },
1095 "forgotten_albums": {
1096 "name": "Forgotten Albums",
1097 "subtitle": "Rediscover albums you haven't heard in a while"
1098 },
1099 "forgotten_artists": {
1100 "name": "Forgotten Artists",
1101 "subtitle": "Rediscover artists you haven't heard in a while"
1102 },
1103 "most_played_tracks": {
1104 "name": "Most Played Tracks",
1105 "subtitle": "Your all-time favorites"
1106 },
1107 "never_played_tracks": {
1108 "name": "Never / Rarely Played",
1109 "subtitle": "Discover what you haven't explored yet"
1110 }
1111 }
1112 },
1113 "player_options": {
1114 "adaptive_drc": {
1115 "name": "Adaptive DRC"
1116 },
1117 "bass": {
1118 "name": "Bass"
1119 },
1120 "bass_extension": {
1121 "name": "Bass extension"
1122 },
1123 "clear_voice": {
1124 "name": "Clear voice"
1125 },
1126 "dialogue_level": {
1127 "name": "Dialogue level"
1128 },
1129 "dialogue_lift": {
1130 "name": "Dialogue lift"
1131 },
1132 "dimmer": {
1133 "name": "Dimmer"
1134 },
1135 "dts_dialogue_control": {
1136 "name": "DTS Dialogue Control"
1137 },
1138 "enhancer": {
1139 "name": "Enhancer"
1140 },
1141 "equalizer_high": {
1142 "name": "Equalizer high"
1143 },
1144 "equalizer_low": {
1145 "name": "Equalizer low"
1146 },
1147 "equalizer_mid": {
1148 "name": "Equalizer mid"
1149 },
1150 "equalizer_mode": {
1151 "name": "Equalizer mode"
1152 },
1153 "extra_bass": {
1154 "name": "Extra bass"
1155 },
1156 "link_audio_delay": {
1157 "name": "Link audio delay"
1158 },
1159 "link_audio_quality": {
1160 "name": "Link audio quality"
1161 },
1162 "link_control": {
1163 "name": "Link control"
1164 },
1165 "network_name": {
1166 "name": "Network name"
1167 },
1168 "party_mode": {
1169 "name": "Party mode"
1170 },
1171 "pure_direct": {
1172 "name": "Pure direct"
1173 },
1174 "sleep": {
1175 "name": "Sleep timer"
1176 },
1177 "speaker_a": {
1178 "name": "Speaker A"
1179 },
1180 "speaker_b": {
1181 "name": "Speaker B"
1182 },
1183 "subwoofer_volume": {
1184 "name": "Subwoofer Volume"
1185 },
1186 "surround_3d": {
1187 "name": "Surround 3D"
1188 },
1189 "surround_decoder_type": {
1190 "name": "Surround decoder type"
1191 },
1192 "tone_control_mode": {
1193 "name": "Tone control mode"
1194 },
1195 "treble": {
1196 "name": "Treble"
1197 }
1198 },
1199 "errors": {
1200 "setup_required": "Music Assistant is not set up yet.",
1201 "provider_unavailable": "The provider is currently unavailable.",
1202 "media_not_found": "The requested media item could not be found.",
1203 "no_playable_items": "There is nothing to play here.",
1204 "invalid_data": "The data provided is invalid or could not be processed.",
1205 "already_registered": "This item is already registered.",
1206 "setup_failed": "Setup failed. Please check the configuration and try again.",
1207 "login_failed": "Login failed. Please check your credentials and try again.",
1208 "audio_error": "An error occurred while processing audio.",
1209 "provider_stream_limit": "{0} has reached its limit of {1} simultaneous streams. Stop playback on another player and try again.",
1210 "queue_empty": "The queue is empty.",
1211 "unsupported_feature": "This feature is not supported.",
1212 "unsupported_system": "This is not supported on this system.",
1213 "unsupported_system_cpu_cores": "This system does not meet the minimal requirements for {0}: at least {1} CPU cores are required ({2} detected).",
1214 "unsupported_system_memory": "This system does not meet the minimal requirements for {0}: at least {1}GB of RAM is required ({2}GB detected).",
1215 "unsupported_system_avx2": "On-device audio analysis requires a CPU with AVX2 support (Intel Haswell / AMD Zen or newer). This CPU does not support AVX2. If you are running in a virtual machine (e.g. Proxmox), changing the CPU type to 'host' may expose AVX2 to the guest.",
1216 "unsupported_system_ml_inference_failed": "On-device audio analysis cannot run on this CPU: it reports AVX2 support but fails to execute the required instructions. This is common on virtual machines without host CPU passthrough -- if you are running in a VM (e.g. Proxmox or TrueNAS), set the CPU type to 'host'.",
1217 "player_unavailable": "The player is not available.",
1218 "player_command_failed": "The command to the player failed.",
1219 "invalid_command": "Invalid or unsupported command.",
1220 "unplayable_media": "This media item cannot be played.",
1221 "invalid_provider_uri": "The provider URI is invalid.",
1222 "invalid_provider_id": "The provider media item identifier is invalid.",
1223 "retries_exhausted": "Retries exhausted. The operation could not be completed.",
1224 "resource_temporarily_unavailable": "This resource is temporarily unavailable. Please try again later.",
1225 "provider_permission_denied": "The provider denied this action due to insufficient permissions.",
1226 "action_unavailable": "This action is currently unavailable.",
1227 "authentication_required": "Authentication is required.",
1228 "authentication_failed": "Authentication failed. The credentials are invalid.",
1229 "password_required": "This device requires a password. Run the setup for this player to enter it.",
1230 "insufficient_permissions": "You do not have permission to perform this action.",
1231 "invalid_token": "The access token is invalid or has expired.",
1232 "resource_busy": "This resource is currently in use elsewhere.",
1233 "rate_limited": "Rate limit reached. Please try again later.",
1234 "host_unresolvable": "Unable to resolve {0}, make sure the address is resolvable.",
1235 "connection_timeout": "Connection timed out: {0}.",
1236 "connect_failed": "Failed to connect to {0}.",
1237 "mount_failed": "Unable to connect to the remote location: {0}",
1238 "unmount_failed": "The previous connection to the remote location could not be closed: {0}",
1239 "user_not_found": "The user {0} could not be found."
1240 },
1241 "setup_flow": {
1242 "select_child": {
1243 "title": "Choose a device to set up",
1244 "description": "This player wraps multiple devices that still need setup. Pick the one to set up now."
1245 },
1246 "finish_library_sync": {
1247 "description": "Your library is imported in the background and can take a while the first time. It keeps filling up as the import progresses, so it is normal for things to look empty or incomplete at first."
1248 },
1249 "finish_silent": {
1250 "title": "Done"
1251 }
1252 },
1253 "page": {
1254 "device_code": {
1255 "step_copy": "Copy the code",
1256 "hint_copy": "Tap the code to copy it",
1257 "copied": "Copied â",
1258 "copy_manual": "Automatic copy failed â select the code and copy it manually",
1259 "step_open": "Open the Yandex page and enter the code",
1260 "open_button": "Continue to Yandex",
1261 "expires_label": "Code expires in",
1262 "expired_title": "Code expired",
1263 "expired_text": "The code is no longer valid. Return to Music Assistant and start the login again.",
1264 "success_title": "Authorization successful",
1265 "success_text": "You can close this window.",
1266 "failed_title": "Authorization failed",
1267 "failed_text": "Please return to Music Assistant and try again.",
1268 "denied_text": "The login was denied. Return to Music Assistant and try again.",
1269 "ended_title": "Session ended",
1270 "ended_text": "This login session is no longer active. You can close this window."
1271 }
1272 }
1273}
1274