/
/
/
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 Google",
14 "description": "Sign in with Google to grant Music Assistant read-only access to your Drive files."
15 },
16 "client_id": {
17 "label": "Google OAuth Client ID"
18 },
19 "client_secret": {
20 "label": "Google OAuth Client Secret"
21 },
22 "folder_id": {
23 "label": "Drive folder ID to scan",
24 "description": "The ID of the Drive folder to scan, i.e. the part after /folders/ in the URL when the folder is opened in the Google Drive web app (not the folder name). Leave as 'root' to scan the whole drive."
25 }
26 },
27 "setup_flow": {
28 "user": {
29 "title": "Enter your Google OAuth credentials",
30 "description": "Music Assistant needs its own Google OAuth client. In the Google Cloud console, enable the Google Drive API and create an OAuth client ID, then paste its client ID and secret below."
31 },
32 "authenticate": {
33 "title": "Authorize with Google",
34 "description": "Sign in with Google in the window that opens to grant Music Assistant read-only access to your Drive."
35 }
36 },
37 "manifest": {
38 "description": "Stream music, audiobooks and podcasts stored in Google Drive"
39 }
40}
41