|
1 | | -{ |
2 | | - "General": { |
3 | | - "AuthenticationSecret": null, |
4 | | - "DownloadImages": false, |
5 | | - "RenewImagesDuration": 30, |
6 | | - "Webcalendars": [ |
7 | | - "calendarurl" |
8 | | - ], |
9 | | - "RefreshAlbumPeopleInterval": 12, |
10 | | - "PhotoDateFormat": "MM/dd/yyyy", |
11 | | - "ImageLocationFormat": "City,State,Country", |
12 | | - "WeatherApiKey": "", |
13 | | - "UnitSystem": "imperial", |
14 | | - "WeatherLatLong": "40.730610,-73.935242", |
15 | | - "Webhook": null, |
16 | | - "Language": "en", |
17 | | - "Interval": 45, |
18 | | - "TransitionDuration": 2, |
19 | | - "ShowClock": true, |
20 | | - "ClockFormat": "hh:mm", |
21 | | - "ClockDateFormat": "eee, MMM d", |
22 | | - "ShowProgressBar": true, |
23 | | - "ShowPhotoDate": true, |
24 | | - "ShowImageDesc": true, |
25 | | - "ShowPeopleDesc": true, |
26 | | - "ShowAlbumName": true, |
27 | | - "ShowImageLocation": true, |
28 | | - "PrimaryColor": "#f5deb3", |
29 | | - "SecondaryColor": "#000000", |
30 | | - "Style": "none", |
31 | | - "BaseFontSize": "17px", |
32 | | - "ShowWeatherDescription": true, |
33 | | - "WeatherIconUrl": "https://openweathermap.org/img/wn/{IconId}.png", |
34 | | - "ImageZoom": true, |
35 | | - "ImagePan": false, |
36 | | - "ImageFill": false, |
37 | | - "PlayAudio": false, |
38 | | - "Layout": "splitview" |
39 | | - }, |
40 | | - "Accounts": [ |
41 | | - { |
42 | | - "ImmichServerUrl": "REQUIRED", |
43 | | - "ApiKey": "super-secret-api-key", |
44 | | - "ApiKeyFile": "/path/to/api.key", |
45 | | - "ImagesFromDate": null, |
46 | | - "ShowMemories": false, |
47 | | - "ShowFavorites": false, |
48 | | - "ShowArchived": false, |
49 | | - "ShowVideos": false, |
50 | | - "ImagesFromDays": null, |
51 | | - "ImagesUntilDate": "2020-01-02", |
52 | | - "Rating": null, |
53 | | - "Albums": [ |
54 | | - "UUID" |
55 | | - ], |
56 | | - "ExcludedAlbums": [ |
57 | | - "UUID" |
58 | | - ], |
59 | | - "People": [ |
60 | | - "UUID" |
61 | | - ], |
62 | | - "Tags": [ |
63 | | - "Vacation", |
64 | | - "Travel/Europe" |
65 | | - ] |
66 | | - } |
67 | | - ] |
68 | | -} |
| 1 | +{ |
| 2 | + "General": { |
| 3 | + "AuthenticationSecret": null, |
| 4 | + "DownloadImages": false, |
| 5 | + "RenewImagesDuration": 30, |
| 6 | + "Webcalendars": [ |
| 7 | + "calendarurl" |
| 8 | + ], |
| 9 | + "RefreshAlbumPeopleInterval": 12, |
| 10 | + "PhotoDateFormat": "MM/dd/yyyy", |
| 11 | + "ImageLocationFormat": "City,State,Country", |
| 12 | + "WeatherApiKey": "", |
| 13 | + "UnitSystem": "imperial", |
| 14 | + "WeatherLatLong": "40.730610,-73.935242", |
| 15 | + "Webhook": null, |
| 16 | + "Language": "en", |
| 17 | + "Interval": 45, |
| 18 | + "TransitionDuration": 2, |
| 19 | + "ShowClock": true, |
| 20 | + "ClockFormat": "hh:mm", |
| 21 | + "ClockDateFormat": "eee, MMM d", |
| 22 | + "ShowProgressBar": true, |
| 23 | + "ShowPhotoDate": true, |
| 24 | + "ShowImageDesc": true, |
| 25 | + "ShowPeopleDesc": true, |
| 26 | + "ShowAlbumName": true, |
| 27 | + "ShowImageLocation": true, |
| 28 | + "PrimaryColor": "#f5deb3", |
| 29 | + "SecondaryColor": "#000000", |
| 30 | + "Style": "none", |
| 31 | + "BaseFontSize": "17px", |
| 32 | + "ShowWeatherDescription": true, |
| 33 | + "WeatherIconUrl": "https://openweathermap.org/img/wn/{IconId}.png", |
| 34 | + "ImageZoom": true, |
| 35 | + "ImagePan": false, |
| 36 | + "ImageFill": false, |
| 37 | + "PlayAudio": false, |
| 38 | + "Layout": "splitview" |
| 39 | + }, |
| 40 | + "Accounts": [ |
| 41 | + { |
| 42 | + "ImmichServerUrl": "REQUIRED", |
| 43 | + "ApiKey": "super-secret-api-key", |
| 44 | + "ApiKeyFile": "/path/to/api.key", |
| 45 | + "ImagesFromDate": null, |
| 46 | + "ShowMemories": false, |
| 47 | + "ShowFavorites": false, |
| 48 | + "ShowArchived": false, |
| 49 | + "ShowVideos": false, |
| 50 | + "ImagesFromDays": null, |
| 51 | + "ImagesUntilDate": "2020-01-02", |
| 52 | + "Rating": null, |
| 53 | + "Albums": [ |
| 54 | + "UUID" |
| 55 | + ], |
| 56 | + "ExcludedAlbums": [ |
| 57 | + "UUID" |
| 58 | + ], |
| 59 | + "People": [ |
| 60 | + "UUID" |
| 61 | + ], |
| 62 | + "RequireAllPeople": false, |
| 63 | + "Tags": [ |
| 64 | + "Vacation", |
| 65 | + "Travel/Europe" |
| 66 | + ] |
| 67 | + } |
| 68 | + ] |
| 69 | +} |
0 commit comments