/
/
/
1{
2 "manifest": {
3 "name": "Music",
4 "description": "Configuration of the core music (library) management module"
5 },
6 "config_entries": {
7 "reset_db": {
8 "label": "Reset library database",
9 "description": "This will issue a full reset of the library database and trigger a full sync. Only use this option as a last resort if you are seeing issues with the library database."
10 }
11 },
12 "config_actions": {
13 "reset_db": {
14 "result": "The database has been reset."
15 }
16 },
17 "background_task": {
18 "sync_provider_artists": "Sync Artists for {0}",
19 "sync_provider_albums": "Sync Albums for {0}",
20 "sync_provider_tracks": "Sync Tracks for {0}",
21 "sync_provider_playlists": "Sync Playlists for {0}",
22 "sync_provider_radios": "Sync Radios for {0}",
23 "sync_provider_audiobooks": "Sync Audiobooks for {0}",
24 "sync_provider_podcasts": "Sync Podcasts for {0}",
25 "correct_provider_mappings": "Correct provider mappings",
26 "database_cleanup": "Database cleanup",
27 "scan_genre_mappings": "Scan genre mappings",
28 "add_playlist_tracks": "Add items to playlist {0}",
29 "remove_playlist_tracks": "Remove items from playlist {0}",
30 "import_playlist_matching": "Import playlist {0}",
31 "import_radios": "Import {0} radio stations",
32 "reconcile_duplicate_tracks": "Reconcile duplicate tracks"
33 }
34}
35