/
/
/
1{
2 "config_entries": {
3 "path": {
4 "label": "Path"
5 },
6 "content_type": {
7 "label": "Content type in media folder(s)",
8 "description": "The type of content to expect in the media folder(s)",
9 "options": {
10 "music": "[%key:common::config_entries::content_type::options::music%]",
11 "audiobooks": "[%key:common::config_entries::content_type::options::audiobooks%]",
12 "podcasts": "[%key:common::config_entries::content_type::options::podcasts%]",
13 "sound_effects": "[%key:common::config_entries::content_type::options::sound_effects%]"
14 }
15 },
16 "library_sync_tracks": {
17 "label": "Import tracks/files into the Music Assistant library",
18 "description": "Define how/if you want to import tracks/files from the filesystem into the Music Assistant Library. \nWhen not importing into the library, they can still be manually browsed using the Browse feature. \n\nPlease note that by adding a Track into the Music Assistant library, the track artists and album will always be imported as well."
19 },
20 "library_sync_playlists": {
21 "label": "Import playlists (m3u files) into the Music Assistant library",
22 "description": "Define how/if you want to import playlists (m3u files) from the filesystem into the Music Assistant Library. \nWhen not importing into the library, they can still be manually browsed using the Browse feature."
23 },
24 "library_sync_podcasts": {
25 "label": "Import Podcasts(files) into the Music Assistant library",
26 "description": "Define how/if you want to import Podcasts(files) from the filesystem into the Music Assistant Library. \nWhen not importing into the library, they can still be manually browsed using the Browse feature."
27 },
28 "library_sync_audiobooks": {
29 "label": "Import Audiobooks(files) into the Music Assistant library",
30 "description": "Define how/if you want to import Audiobooks(files) from the filesystem into the Music Assistant Library. \nWhen not importing into the library, they can still be manually browsed using the Browse feature."
31 }
32 },
33 "manifest": {
34 "description": "Play music and audiobooks stored on locally connected drives."
35 },
36 "errors": {
37 "music_directory_not_found": "Music directory {0} does not exist."
38 }
39}
40