blob: ac2f416345b1ac8c272a3db165be715e32a1fb8c [file] [log] [blame]
agsantos3fcc6212021-08-18 17:11:29 -03001[
2 {
Sébastien Blin2dc1df32022-07-04 14:18:31 -04003 "category": "{{image_category}}",
agsantos3fcc6212021-08-18 17:11:29 -03004 "type": "Switch",
5 "key": "showlogo",
Aline Gondim Santos32818a72022-06-06 17:28:59 -04006 "title": "{{showlogo_title}}",
agsantos3fcc6212021-08-18 17:11:29 -03007 "defaultValue": "1",
8 "scope": "plugin,Watermark"
9 },
10 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -040011 "category": "{{image_category}}",
agsantos3fcc6212021-08-18 17:11:29 -030012 "type": "List",
13 "key": "logoposition",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040014 "title": "{{logoposition_title}}",
agsantos3fcc6212021-08-18 17:11:29 -030015 "defaultValue": "3",
16 "scope": "plugin,Watermark",
17 "dependsOn": "showlogo",
18 "entryValues": [
19 "1",
20 "2",
21 "3",
22 "4"
23 ],
24 "entries": [
Aline Gondim Santos32818a72022-06-06 17:28:59 -040025 "{{position_entries_1}}",
26 "{{position_entries_2}}",
27 "{{position_entries_3}}",
28 "{{position_entries_4}}"
agsantos3fcc6212021-08-18 17:11:29 -030029 ]
30 },
31 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -040032 "category": "{{image_category}}",
agsantos3fcc6212021-08-18 17:11:29 -030033 "type": "Path",
34 "key": "mark",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040035 "title": "{{mark_title}}",
Aline Gondim Santos5e53e692022-07-26 09:39:48 -030036 "defaultValue": "data/jamiwhite.png",
agsantos3fcc6212021-08-18 17:11:29 -030037 "scope": "plugin,Watermark",
38 "dependsOn": "showlogo",
39 "mimeType": "*/png,*/jpg,*/jpeg"
40 },
41 {
Sébastien Blin2dc1df32022-07-04 14:18:31 -040042 "category": "{{image_category}}",
agsantos3fcc6212021-08-18 17:11:29 -030043 "type": "List",
44 "key": "markbackground",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040045 "title": "{{markbackground_title}}",
46 "summary": "{{markbackground_summary}}",
agsantos3fcc6212021-08-18 17:11:29 -030047 "defaultValue": "black@0.0",
48 "scope": "plugin,Watermark",
49 "dependsOn": "showlogo",
50 "entryValues": [
51 "black@0.0",
52 "black@0.5",
53 "white@0.5"
54 ],
55 "entries": [
Aline Gondim Santos32818a72022-06-06 17:28:59 -040056 "{{markbackground_entries_1}}",
57 "{{markbackground_entries_2}}",
58 "{{markbackground_entries_3}}"
agsantos3fcc6212021-08-18 17:11:29 -030059 ]
60 },
61 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -040062 "category": "{{image_category}}",
agsantos3fcc6212021-08-18 17:11:29 -030063 "type": "List",
64 "key": "logosize",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040065 "title": "{{logosize_title}}",
agsantos3fcc6212021-08-18 17:11:29 -030066 "defaultValue": "0.1",
67 "scope": "plugin,Watermark",
68 "dependsOn": "showlogo",
69 "entryValues": [
70 "0.1",
71 "0.15",
72 "0.2",
73 "0.25",
74 "0.4",
75 "0.6",
76 "0.8",
77 "1.0"
78 ],
79 "entries": [
80 "10%",
81 "15%",
82 "20%",
83 "25%",
84 "40%",
85 "60%",
86 "80%",
87 "100%"
88 ]
89 },
90 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -040091 "category": "{{text_category}}",
agsantos3fcc6212021-08-18 17:11:29 -030092 "type": "Switch",
93 "key": "showinfos",
Aline Gondim Santos32818a72022-06-06 17:28:59 -040094 "title": "{{showinfos_title}}",
agsantos3fcc6212021-08-18 17:11:29 -030095 "defaultValue": "1",
96 "scope": "plugin,Watermark"
97 },
98 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -040099 "category": "{{text_category}}",
agsantos3fcc6212021-08-18 17:11:29 -0300100 "type": "List",
101 "key": "infosposition",
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400102 "title": "{{infosposition_title}}",
agsantos3fcc6212021-08-18 17:11:29 -0300103 "defaultValue": "3",
104 "scope": "plugin,Watermark",
105 "dependsOn": "showinfos",
106 "entryValues": [
107 "1",
108 "2",
109 "3",
110 "4"
111 ],
112 "entries": [
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400113 "{{position_entries_1}}",
114 "{{position_entries_2}}",
115 "{{position_entries_3}}",
116 "{{position_entries_4}}"
agsantos3fcc6212021-08-18 17:11:29 -0300117 ]
118 },
119 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400120 "category": "{{text_category}}",
agsantos3fcc6212021-08-18 17:11:29 -0300121 "type": "EditText",
122 "key": "location",
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400123 "title": "{{location_title}}",
124 "summary": "{{location_summary}}",
agsantos3fcc6212021-08-18 17:11:29 -0300125 "defaultValue": "",
126 "scope": "plugin,Watermark",
127 "dependsOn": "showinfos"
128 },
129 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400130 "category": "{{text_category}}",
agsantos3fcc6212021-08-18 17:11:29 -0300131 "type": "Switch",
132 "key": "date",
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400133 "title": "{{date_title}}",
agsantos3fcc6212021-08-18 17:11:29 -0300134 "defaultValue": "1",
135 "scope": "plugin,Watermark",
136 "dependsOn": "showinfos"
137 },
138 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400139 "category": "{{text_category}}",
agsantos3fcc6212021-08-18 17:11:29 -0300140 "type": "List",
141 "key": "dateformat",
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400142 "title": "{{dateformat_title}}",
agsantos3fcc6212021-08-18 17:11:29 -0300143 "defaultValue": "%x",
144 "scope": "plugin,Watermark",
145 "dependsOn": "showinfos",
146 "entryValues": [
147 "%x",
148 "%a %Y/%m/%d",
149 "%a %m/%d/%Y",
150 "%a %d/%m/%Y",
151 "%Y/%m/%d",
152 "%m/%d/%Y",
153 "%d/%m/%Y",
154 "%b %d %Y",
155 "%d %b %Y "
156 ],
157 "entries": [
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400158 "{{language_pattern}}",
159 "{{timeformat_entries_2}}",
160 "{{timeformat_entries_3}}",
161 "{{timeformat_entries_4}}",
162 "{{timeformat_entries_5}}",
163 "{{timeformat_entries_6}}",
164 "{{timeformat_entries_7}}",
165 "{{timeformat_entries_8}}",
166 "{{timeformat_entries_9}}"
agsantos3fcc6212021-08-18 17:11:29 -0300167 ]
168 },
169 {
Sébastien Blin2dc1df32022-07-04 14:18:31 -0400170 "category": "{{text_category}}",
agsantos3fcc6212021-08-18 17:11:29 -0300171 "type": "Switch",
172 "key": "time",
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400173 "title": "{{time_title}}",
agsantos3fcc6212021-08-18 17:11:29 -0300174 "defaultValue": "1",
175 "scope": "plugin,Watermark",
176 "dependsOn": "showinfos"
177 },
178 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400179 "category": "{{text_category}}",
agsantos3fcc6212021-08-18 17:11:29 -0300180 "type": "List",
181 "key": "timeformat",
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400182 "title": "{{timeformat_title}}",
agsantos3fcc6212021-08-18 17:11:29 -0300183 "defaultValue": "%X",
184 "scope": "plugin,Watermark",
185 "dependsOn": "showinfos",
186 "entryValues": [
187 "%X",
188 "%R",
189 "%T",
190 "%I\\\\\\\\\\\\:%M %p",
191 "%r"
192 ],
193 "entries": [
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400194 "{{language_pattern}}",
Aline Gondim Santos5e53e692022-07-26 09:39:48 -0300195 "HH:MM (24H)",
196 "HH:MM:SS (24H)",
197 "HH:MM (12H)",
198 "HH:MM:SS (12H)"
agsantos3fcc6212021-08-18 17:11:29 -0300199 ]
200 },
201 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400202 "category": "{{text_category}}",
agsantos3fcc6212021-08-18 17:11:29 -0300203 "type": "Switch",
204 "key": "timezone",
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400205 "title": "{{timezone_title}}",
agsantos3fcc6212021-08-18 17:11:29 -0300206 "defaultValue": "1",
207 "scope": "plugin,Watermark",
208 "dependsOn": "showinfos"
209 },
210 {
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400211 "category": "{{text_category}}",
agsantos3fcc6212021-08-18 17:11:29 -0300212 "type": "List",
213 "key": "fontsize",
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400214 "title": "{{fontsize_title}}",
agsantos3fcc6212021-08-18 17:11:29 -0300215 "defaultValue": "14",
216 "scope": "plugin,Watermark",
217 "dependsOn": "showinfos",
218 "entryValues": [
219 "10",
220 "12",
221 "14",
222 "16",
223 "18",
224 "24",
225 "36",
226 "72"
227 ],
228 "entries": [
229 "10",
230 "12",
231 "14",
232 "16",
233 "18",
234 "24",
235 "36",
236 "72"
237 ]
238 },
239 {
240 "type": "Switch",
241 "key": "WatermarkAlways",
Aline Gondim Santos32818a72022-06-06 17:28:59 -0400242 "title": "{{WatermarkAlways_title}}",
243 "summary": "{{WatermarkAlways_summary}}",
agsantos3fcc6212021-08-18 17:11:29 -0300244 "defaultValue": "1",
245 "scope": "plugin"
246 }
247]