/
/
/
1{
2 "config_entries": {
3 "content_type": {
4 "label": "[%key:common::config_entries::content_type::label%]",
5 "description": "[%key:common::config_entries::content_type::description%]",
6 "options": {
7 "music": "[%key:common::config_entries::content_type::options::music%]",
8 "audiobooks": "[%key:common::config_entries::content_type::options::audiobooks%]",
9 "podcasts": "[%key:common::config_entries::content_type::options::podcasts%]"
10 }
11 },
12 "auth": {
13 "label": "Authorize with Microsoft",
14 "description": "Sign in with Microsoft to grant Music Assistant read-only access to your OneDrive files."
15 },
16 "client_id": {
17 "label": "Microsoft OAuth Client ID"
18 },
19 "client_secret": {
20 "label": "Microsoft OAuth Client Secret"
21 },
22 "folder_id": {
23 "label": "OneDrive folder to scan",
24 "description": "Path of the OneDrive folder to scan, e.g. 'Music' or 'Documents/Music'. Leave as 'root' to scan the whole drive."
25 }
26 },
27 "setup_flow": {
28 "user": {
29 "title": "Enter your Microsoft OAuth credentials",
30 "description": "Music Assistant needs its own Microsoft OAuth client. In the Azure portal, register an app and create a client secret, then paste the application (client) ID and the secret's Value below."
31 },
32 "authenticate": {
33 "title": "Authorize with Microsoft",
34 "description": "Sign in with Microsoft in the window that opens to grant Music Assistant read-only access to your OneDrive."
35 }
36 },
37 "manifest": {
38 "description": "Stream music, audiobooks and podcasts stored in OneDrive"
39 }
40}
41