j1-template 2024.3.14 → 2024.3.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/data/amplitude.html +111 -58
- data/assets/data/cookieconsent.html +8 -8
- data/assets/data/panel.html +4 -3
- data/assets/data/speak2me.html +11 -11
- data/assets/data/translator.html +29 -29
- data/assets/theme/j1/adapter/js/amplitude.js +112 -88
- data/assets/theme/j1/adapter/js/j1.js +4 -4
- data/assets/theme/j1/adapter/js/masonry.js +2 -2
- data/assets/theme/j1/adapter/js/themes.js +42 -4
- data/assets/theme/j1/adapter/js/videojs.js +212 -0
- data/assets/theme/j1/core/css/icon-fonts/mdib.css +24 -4
- data/assets/theme/j1/core/css/icon-fonts/mdib.css.map +1 -1
- data/assets/theme/j1/core/css/icon-fonts/mdib.min.css +1 -1
- data/assets/theme/j1/core/css/icon-fonts/mdib.min.css.map +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +9 -6
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
- data/assets/theme/j1/core/js/template.js +262 -275
- data/assets/theme/j1/core/js/template.min.js +7 -7
- data/assets/theme/j1/core/js/template.min.js.map +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +131 -24
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +102 -76
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +109 -78
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
- data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
- data/assets/theme/j1/modules/amplitudejs/js/tech/youtube_example.js +211 -0
- data/assets/theme/j1/modules/gemini/js/gemini.js.map +1 -1
- data/assets/theme/j1/modules/jquery/js/jquery.min.map +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
- data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
- data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
- data/assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.js +2 -2
- data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/config.rb +0 -4
- data/lib/starter_web/Gemfile +45 -22
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +4 -6
- data/lib/starter_web/_data/modules/amplitude.yml +67 -37
- data/lib/starter_web/_data/modules/defaults/amplitude.yml +1 -0
- data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
- data/lib/starter_web/_data/modules/gallery.yml +30 -14
- data/lib/starter_web/_data/modules/lazyLoader.yml +8 -8
- data/lib/starter_web/_data/modules/masonry.yml +15 -0
- data/lib/starter_web/_data/modules/masterslider.yml +6 -6
- data/lib/starter_web/_data/modules/videojs.yml +57 -0
- data/lib/starter_web/_data/resources.yml +9 -26
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
- data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +2 -1
- data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +2 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +145 -24
- data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/audio/cover/spontanorama/spontanorama.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/spontanorama/src/spontanorama.png +0 -0
- data/lib/starter_web/assets/audio/cover/spontanorama/src/spontanorama.psd +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +20 -7
- data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
- data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
- data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
- data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
- data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +1 -1
- data/lib/starter_web/pages/public/tour/highlghter_rouge.adoc +1 -1
- data/lib/starter_web/pages/public/tour/modal_extentions.adoc +1 -1
- data/lib/starter_web/pages/public/tour/play_audio.adoc +30 -29
- data/lib/starter_web/pages/public/tour/play_video.adoc +65 -39
- data/lib/starter_web/pages/public/tour/present_images.adoc +17 -16
- data/lib/starter_web/pages/public/tour/quicksearch.adoc +1 -1
- data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
- data/lib/starter_web/pages/public/tour/typography.adoc +1 -1
- metadata +37 -20
- data/assets/data/amplitude.28.html +0 -887
- data/assets/data/amplitude.29.html +0 -923
- data/assets/theme/j1/adapter/js/amplitude.23.js +0 -1165
- data/assets/theme/j1/adapter/js/amplitude.24.js +0 -1164
- data/assets/theme/j1/adapter/js/amplitude.25.js +0 -1268
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
- data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
- data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
- data/lib/starter_web/_data/modules/lazyLoader.0.yml +0 -118
@@ -29,13 +29,12 @@ settings:
|
|
29
29
|
# ----------------------------------------------------------------------------
|
30
30
|
playlists:
|
31
31
|
|
32
|
-
|
33
32
|
# --------------------------------------------------------------------------
|
34
|
-
#
|
33
|
+
# Mimi Rutherfurt
|
35
34
|
# --------------------------------------------------------------------------
|
36
35
|
#
|
37
36
|
- playlist:
|
38
|
-
enabled:
|
37
|
+
enabled: false
|
39
38
|
|
40
39
|
name: mimi_rutherfurt_yt
|
41
40
|
title: Mimi Rutherfurt
|
@@ -104,41 +103,46 @@ settings:
|
|
104
103
|
- item:
|
105
104
|
enabled: true
|
106
105
|
<<: *album_from_dusk_to_dawn
|
107
|
-
title:
|
108
|
-
|
106
|
+
title: First Snow
|
107
|
+
rating: 3
|
108
|
+
audio: FirstSnow.mp3
|
109
109
|
audio_info: //emancipator.bandcamp.com/
|
110
|
-
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/
|
111
|
-
duration: "
|
110
|
+
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/soon-it-will-be-cold-enough.jpg
|
111
|
+
duration: "05:12"
|
112
112
|
|
113
113
|
# title 02
|
114
114
|
- item:
|
115
115
|
enabled: true
|
116
116
|
<<: *album_from_dusk_to_dawn
|
117
|
-
title:
|
118
|
-
|
117
|
+
title: From Dusk To Dawn
|
118
|
+
rating: 3
|
119
|
+
audio: DuskToDawn.mp3
|
119
120
|
audio_info: //emancipator.bandcamp.com/
|
120
|
-
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/
|
121
|
-
duration: "
|
121
|
+
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/from-dusk-to-dawn.jpg
|
122
|
+
duration: "05:25"
|
122
123
|
|
123
124
|
# title 03
|
124
125
|
- item:
|
125
126
|
enabled: true
|
126
127
|
<<: *album_from_dusk_to_dawn
|
127
128
|
title: Anthem
|
129
|
+
rating: 3
|
128
130
|
audio: Anthem.mp3
|
129
131
|
audio_info: //emancipator.bandcamp.com/
|
130
132
|
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/anthem.jpg
|
131
|
-
duration: "
|
133
|
+
duration: "05:40"
|
132
134
|
|
133
135
|
# title 04
|
134
136
|
- item:
|
135
137
|
enabled: true
|
136
138
|
<<: *album_from_dusk_to_dawn
|
137
139
|
title: Safe In The Steep Cliffs
|
140
|
+
rating: 3
|
138
141
|
audio: SafeInTheSteepCliffs.mp3
|
139
142
|
audio_info: //emancipator.bandcamp.com/
|
140
143
|
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/safe-in-the-steep-cliffs.jpg
|
141
|
-
duration: "
|
144
|
+
duration: "04:35"
|
145
|
+
|
142
146
|
|
143
147
|
# --------------------------------------------------------------------------
|
144
148
|
# Disco 80th - Royalty Free Music
|
@@ -169,162 +173,180 @@ settings:
|
|
169
173
|
enabled: true
|
170
174
|
<<: *album_free_disco
|
171
175
|
title: Dancefloor Fever
|
176
|
+
rating: 1
|
172
177
|
audio: SoundsCrate-Dancefloor_Fever.mp3
|
173
178
|
audio_info: //sfx.productioncrate.com
|
174
|
-
duration: "
|
179
|
+
duration: "02:27"
|
175
180
|
|
176
181
|
# title 02
|
177
182
|
- item:
|
178
183
|
enabled: true
|
179
184
|
<<: *album_free_disco
|
180
185
|
title: Dance On Dance Off
|
186
|
+
rating: 1
|
181
187
|
audio: SoundsCrate-Dance_On_Dance_Off.mp3
|
182
188
|
audio_info: //sfx.productioncrate.com
|
183
|
-
duration: "
|
189
|
+
duration: "02:14"
|
184
190
|
|
185
191
|
# title 03
|
186
192
|
- item:
|
187
193
|
enabled: true
|
188
194
|
<<: *album_free_disco
|
189
195
|
title: Disco Flamingo
|
196
|
+
rating: 1
|
190
197
|
audio: SoundsCrate-Disco_Flamingo.mp3
|
191
198
|
audio_info: //sfx.productioncrate.com
|
192
|
-
duration: "
|
199
|
+
duration: "02:19"
|
193
200
|
|
194
201
|
# title 04
|
195
202
|
- item:
|
196
203
|
enabled: true
|
197
204
|
<<: *album_free_disco
|
198
205
|
title: Downtown
|
206
|
+
rating: 1
|
199
207
|
audio: SoundsCrate-Downtown.mp3
|
200
208
|
audio_info: //sfx.productioncrate.com
|
201
|
-
duration: "
|
209
|
+
duration: "02:48"
|
202
210
|
|
203
211
|
# title 05
|
204
212
|
- item:
|
205
213
|
enabled: true
|
206
214
|
<<: *album_free_disco
|
207
215
|
title: Electric Boogie
|
216
|
+
rating: 1
|
208
217
|
audio: SoundsCrate-Electric_Boogie.mp3
|
209
218
|
audio_info: //sfx.productioncrate.com
|
210
|
-
duration: "
|
219
|
+
duration: "02:19"
|
211
220
|
|
212
221
|
# title 06
|
213
222
|
- item:
|
214
223
|
enabled: true
|
215
224
|
<<: *album_free_disco
|
216
225
|
title: Grand Central
|
226
|
+
rating: 1
|
217
227
|
audio: SoundsCrate-Grand_Central.mp3
|
218
228
|
audio_info: //sfx.productioncrate.com
|
219
|
-
duration: "
|
229
|
+
duration: "02:33"
|
220
230
|
|
221
231
|
# title 07
|
222
232
|
- item:
|
223
233
|
enabled: true
|
224
234
|
<<: *album_free_disco
|
225
235
|
title: In The Pocket
|
236
|
+
rating: 1
|
226
237
|
audio: SoundsCrate-In_The_Pocket.mp3
|
227
238
|
audio_info: //sfx.productioncrate.com
|
228
|
-
duration: "
|
239
|
+
duration: "02:58"
|
229
240
|
|
230
241
|
# title 08
|
231
242
|
- item:
|
232
243
|
enabled: true
|
233
244
|
<<: *album_free_disco
|
234
245
|
title: Lounge Life
|
246
|
+
rating: 1
|
235
247
|
audio: SoundsCrate-Lounge_Life.mp3
|
236
248
|
audio_info: //sfx.productioncrate.com
|
237
|
-
duration: "
|
249
|
+
duration: "02:34"
|
238
250
|
|
239
251
|
# title 09
|
240
252
|
- item:
|
241
253
|
enabled: true
|
242
254
|
<<: *album_free_disco
|
243
255
|
title: Made For This
|
256
|
+
rating: 1
|
244
257
|
audio: SoundsCrate-Made_For_This.mp3
|
245
258
|
audio_info: //sfx.productioncrate.com
|
246
|
-
duration: "
|
259
|
+
duration: "02:13"
|
247
260
|
|
248
261
|
# title 10
|
249
262
|
- item:
|
250
263
|
enabled: true
|
251
264
|
<<: *album_free_disco
|
252
265
|
title: Midnight Express
|
266
|
+
rating: 1
|
253
267
|
audio: SoundsCrate-Midnight_Express.mp3
|
254
268
|
audio_info: //sfx.productioncrate.com
|
255
|
-
duration: "
|
269
|
+
duration: "02:30"
|
256
270
|
|
257
271
|
# title 11
|
258
272
|
- item:
|
259
273
|
enabled: true
|
260
274
|
<<: *album_free_disco
|
261
275
|
title: Nightrun
|
276
|
+
rating: 1
|
262
277
|
audio: SoundsCrate-Nightrun.mp3
|
263
278
|
audio_info: //sfx.productioncrate.com
|
264
|
-
duration: "
|
279
|
+
duration: "02:58"
|
265
280
|
|
266
281
|
# title 12
|
267
282
|
- item:
|
268
283
|
enabled: true
|
269
284
|
<<: *album_free_disco
|
270
285
|
title: Saturday Night
|
286
|
+
rating: 1
|
271
287
|
audio: SoundsCrate-Saturday_Night.mp3
|
272
288
|
audio_info: //sfx.productioncrate.com
|
273
|
-
duration: "
|
289
|
+
duration: "02:02"
|
274
290
|
|
275
291
|
# title 13
|
276
292
|
- item:
|
277
293
|
enabled: true
|
278
294
|
<<: *album_free_disco
|
279
295
|
title: Studio 45
|
296
|
+
rating: 1
|
280
297
|
audio: SoundsCrate-Studio_45.mp3
|
281
298
|
audio_info: //sfx.productioncrate.com
|
282
|
-
duration: "
|
299
|
+
duration: "01:56"
|
283
300
|
|
284
301
|
# title 14
|
285
302
|
- item:
|
286
303
|
enabled: true
|
287
304
|
<<: *album_free_disco
|
288
305
|
title: Yes Sir I Can Disco
|
306
|
+
rating: 1
|
289
307
|
audio: SoundsCrate-Yes_Sir_I_Can_Disco.mp3
|
290
308
|
audio_info: //sfx.productioncrate.com
|
291
|
-
duration: "
|
309
|
+
duration: "02:21"
|
292
310
|
|
293
311
|
# title 15
|
294
312
|
- item:
|
295
313
|
enabled: true
|
296
314
|
<<: *album_free_disco
|
297
315
|
title: Fashion Show
|
316
|
+
rating: 1
|
298
317
|
audio: soundscrate-fashion-show.mp3
|
299
318
|
audio_info: /sfx.productioncrate.com
|
300
|
-
duration: "
|
319
|
+
duration: "03:08"
|
301
320
|
|
302
321
|
# title 16
|
303
322
|
- item:
|
304
323
|
enabled: true
|
305
324
|
<<: *album_free_disco
|
306
325
|
title: Loungy Disco
|
326
|
+
rating: 1
|
307
327
|
audio: soundscrate-loungy-disco.mp3
|
308
328
|
audio_info: //sfx.productioncrate.com
|
309
|
-
duration: "
|
329
|
+
duration: "03:04"
|
310
330
|
|
311
331
|
# title 17
|
312
332
|
- item:
|
313
333
|
enabled: true
|
314
334
|
<<: *album_free_disco
|
315
335
|
title: Oakland Style
|
336
|
+
rating: 1
|
316
337
|
audio: soundscrate-oakland-style.mp3
|
317
338
|
audio_info: //sfx.productioncrate.com
|
318
|
-
duration: "
|
339
|
+
duration: "03:19"
|
319
340
|
|
320
341
|
# title 18
|
321
342
|
- item:
|
322
343
|
enabled: true
|
323
344
|
<<: *album_free_disco
|
324
345
|
title: Funkish Vibe
|
346
|
+
rating: 1
|
325
347
|
audio: soundscrate-funkish-vibe.mp3
|
326
348
|
audio_info: //sfx.productioncrate.com
|
327
|
-
duration: "
|
349
|
+
duration: "02:38"
|
328
350
|
|
329
351
|
|
330
352
|
# ============================================================================
|
@@ -345,6 +367,7 @@ settings:
|
|
345
367
|
song_progress_bar: true
|
346
368
|
volume_slider:
|
347
369
|
enabled: true
|
370
|
+
|
348
371
|
# ------------------------------------------------------------------------
|
349
372
|
# PLAYER settings
|
350
373
|
#
|
@@ -358,7 +381,6 @@ settings:
|
|
358
381
|
playlist:
|
359
382
|
name: free_disco
|
360
383
|
title: Disco 80th
|
361
|
-
audio_info: false
|
362
384
|
controls: true
|
363
385
|
|
364
386
|
# --------------------------------------------------------------------------
|
@@ -373,6 +395,7 @@ settings:
|
|
373
395
|
#
|
374
396
|
id: free_disco_compact
|
375
397
|
type: compact
|
398
|
+
audio_rating: true
|
376
399
|
|
377
400
|
# ------------------------------------------------------------------------
|
378
401
|
# TIME settings
|
@@ -384,12 +407,11 @@ settings:
|
|
384
407
|
song_progress_bar: true
|
385
408
|
skip_forward_backward_button: true
|
386
409
|
volume_slider:
|
387
|
-
enabled:
|
410
|
+
enabled: true
|
388
411
|
|
389
412
|
playlist:
|
390
413
|
name: free_disco
|
391
414
|
title: Disco 80th
|
392
|
-
audio_info: true
|
393
415
|
controls: true
|
394
416
|
|
395
417
|
# --------------------------------------------------------------------------
|
@@ -404,6 +426,7 @@ settings:
|
|
404
426
|
#
|
405
427
|
id: free_disco_large
|
406
428
|
type: large
|
429
|
+
audio_rating: true
|
407
430
|
|
408
431
|
# ------------------------------------------------------------------------
|
409
432
|
# TIME settings
|
@@ -415,7 +438,8 @@ settings:
|
|
415
438
|
song_progress_bar: true
|
416
439
|
skip_forward_backward_button: true
|
417
440
|
volume_slider:
|
418
|
-
enabled:
|
441
|
+
enabled: true
|
442
|
+
preset_value: 46
|
419
443
|
|
420
444
|
playlist:
|
421
445
|
name: free_disco
|
@@ -465,12 +489,15 @@ settings:
|
|
465
489
|
#
|
466
490
|
song_progress_bar: true
|
467
491
|
skip_forward_backward_button: true
|
492
|
+
volume_slider:
|
493
|
+
enabled: true
|
468
494
|
|
469
495
|
# ------------------------------------------------------------------------
|
470
496
|
# PLAYER settings
|
471
497
|
#
|
472
498
|
id: free_emancipator_compact
|
473
499
|
type: compact
|
500
|
+
audio_rating: true
|
474
501
|
|
475
502
|
playlist:
|
476
503
|
name: emancipator
|
@@ -495,13 +522,15 @@ settings:
|
|
495
522
|
song_progress_bar: true
|
496
523
|
skip_forward_backward_button: true
|
497
524
|
volume_slider:
|
498
|
-
enabled:
|
525
|
+
enabled: true
|
526
|
+
preset_value: 46
|
499
527
|
|
500
528
|
# ------------------------------------------------------------------------
|
501
529
|
# PLAYER settings
|
502
530
|
#
|
503
531
|
id: free_emancipator_large
|
504
532
|
type: large
|
533
|
+
audio_rating: true
|
505
534
|
|
506
535
|
playlist:
|
507
536
|
name: emancipator
|
@@ -515,7 +544,7 @@ settings:
|
|
515
544
|
# --------------------------------------------------------------------------
|
516
545
|
#
|
517
546
|
- plaver:
|
518
|
-
enabled:
|
547
|
+
enabled: false
|
519
548
|
|
520
549
|
# ------------------------------------------------------------------------
|
521
550
|
# SOURCE settings
|
@@ -538,6 +567,7 @@ settings:
|
|
538
567
|
#
|
539
568
|
id: mimi_rutherfurt_yt_large
|
540
569
|
type: large
|
570
|
+
#audio_rating: true
|
541
571
|
|
542
572
|
playlist:
|
543
573
|
name: mimi_rutherfurt_yt
|
@@ -78,6 +78,10 @@ defaults:
|
|
78
78
|
#
|
79
79
|
lightGallery:
|
80
80
|
plugins: lgThumbnail, lgVideo
|
81
|
+
|
82
|
+
# --------------------------------------------------------------------------
|
83
|
+
# lightGallery options
|
84
|
+
#
|
81
85
|
options:
|
82
86
|
licenseKey: 0000-0000-000-0000
|
83
87
|
download: false
|
@@ -86,5 +90,43 @@ defaults:
|
|
86
90
|
autoplayFirstVideo: true
|
87
91
|
videojs: false
|
88
92
|
|
93
|
+
# --------------------------------------------------------------------------
|
94
|
+
# VideoJS options
|
95
|
+
#
|
96
|
+
videojsOptions:
|
97
|
+
enabled: false
|
98
|
+
|
99
|
+
muted: false
|
100
|
+
preload: true
|
101
|
+
# videoStart: ["00:00:30", "00:01:30"] # start time (hh:mm:ss) for [video1, video2]
|
102
|
+
|
103
|
+
controls: true
|
104
|
+
controlBar:
|
105
|
+
playbackRates: [0.25, 0.5, 1, 1.5, 2]
|
106
|
+
remainingTimeDisplay: true
|
107
|
+
pictureInPictureToggle: false
|
108
|
+
|
109
|
+
volumePanel:
|
110
|
+
inline: false
|
111
|
+
|
112
|
+
hotkeysPlugin:
|
113
|
+
enabled: true
|
114
|
+
options:
|
115
|
+
volumeStep: 0.2
|
116
|
+
|
117
|
+
skipButtonsPlugin:
|
118
|
+
enabled: true
|
119
|
+
options:
|
120
|
+
forward: 15
|
121
|
+
backward: 15
|
122
|
+
|
123
|
+
zoomPlugin:
|
124
|
+
enabled: true
|
125
|
+
options:
|
126
|
+
moveX: 0
|
127
|
+
moveY: 0
|
128
|
+
rotate: 0
|
129
|
+
zoom: 1
|
130
|
+
|
89
131
|
# ------------------------------------------------------------------------------
|
90
132
|
# END config
|
@@ -0,0 +1,107 @@
|
|
1
|
+
# ------------------------------------------------------------------------------
|
2
|
+
# ~/_data/modules/defaults/videojs.yml
|
3
|
+
# Default configuration settings for J1 VideoJS module
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# https://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2023, 2024 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Template is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
|
12
|
+
# ------------------------------------------------------------------------------
|
13
|
+
|
14
|
+
# ------------------------------------------------------------------------------
|
15
|
+
# Description
|
16
|
+
#
|
17
|
+
description:
|
18
|
+
title: J1 VideoJS
|
19
|
+
scope: Default settings
|
20
|
+
location: _data/modules/defaults/videojs.yml
|
21
|
+
|
22
|
+
# ------------------------------------------------------------------------------
|
23
|
+
# Default settings
|
24
|
+
#
|
25
|
+
defaults:
|
26
|
+
|
27
|
+
# ----------------------------------------------------------------------------
|
28
|
+
# VideoJS settings
|
29
|
+
# ----------------------------------------------------------------------------
|
30
|
+
playbackRates:
|
31
|
+
enabled: false
|
32
|
+
values: [ 0.25, 0.5, 1, 1.5, 2 ]
|
33
|
+
|
34
|
+
# ----------------------------------------------------------------------------
|
35
|
+
# VideoJS Player (Tech) settings
|
36
|
+
# ----------------------------------------------------------------------------
|
37
|
+
players:
|
38
|
+
|
39
|
+
youtube:
|
40
|
+
|
41
|
+
# players parameters
|
42
|
+
#
|
43
|
+
autoplay: 0
|
44
|
+
cc_load_policy: 0 # captions are initially hidden
|
45
|
+
controls: 0
|
46
|
+
disablekb: 1
|
47
|
+
enablejsapi: 1
|
48
|
+
fs: 0
|
49
|
+
iv_load_policy: 3 # video annotations not shown
|
50
|
+
loop: 0
|
51
|
+
modestbranding: 1
|
52
|
+
rel: 0
|
53
|
+
showinfo: 0
|
54
|
+
|
55
|
+
# video parameters
|
56
|
+
#
|
57
|
+
default_poster: /assets/image/icons/videojs/videojs-poster.png
|
58
|
+
poster: maxresdefault.jpg # poster taken from YT at highest resolution
|
59
|
+
end: true # set end (of a video) allowed
|
60
|
+
start: true # set start (of a video) allowed
|
61
|
+
|
62
|
+
# ----------------------------------------------------------------------------
|
63
|
+
# VideoJS Plugin settings
|
64
|
+
# ----------------------------------------------------------------------------
|
65
|
+
plugins:
|
66
|
+
|
67
|
+
autoCaption:
|
68
|
+
enabled: false
|
69
|
+
|
70
|
+
hotKeys:
|
71
|
+
enabled: false
|
72
|
+
|
73
|
+
seekStep: 15
|
74
|
+
volumeStep: 0.1
|
75
|
+
|
76
|
+
alwaysCaptureHotkeys: true
|
77
|
+
captureDocumentHotkeys: false # Capture document keydown events even if the player does not have focus (default: false)
|
78
|
+
hotkeysFocusElementFilter: 'function () { return false }' # default
|
79
|
+
enableFullscreen: true
|
80
|
+
enableHoverScroll: true
|
81
|
+
enableInactiveFocus: true
|
82
|
+
enableJogStyle: false
|
83
|
+
enableMute: true
|
84
|
+
enableModifiersForNumbers: true
|
85
|
+
enableNumbers: false
|
86
|
+
enableVolumeScroll: true
|
87
|
+
skipInitialFocus: false # stops focusing the player on initial Play (default: false)
|
88
|
+
|
89
|
+
skipButtons:
|
90
|
+
enabled: false
|
91
|
+
surroundPlayButton: false
|
92
|
+
|
93
|
+
backwardIndex: 1
|
94
|
+
forwardIndex: 1
|
95
|
+
forward: 10
|
96
|
+
backward: 10
|
97
|
+
|
98
|
+
zoomButtons:
|
99
|
+
enabled: false
|
100
|
+
|
101
|
+
moveX: 0
|
102
|
+
moveY: 0
|
103
|
+
rotate: 0
|
104
|
+
zoom: 1
|
105
|
+
|
106
|
+
# ------------------------------------------------------------------------------
|
107
|
+
# END config
|
@@ -288,7 +288,7 @@ settings:
|
|
288
288
|
|
289
289
|
muted: false
|
290
290
|
preload: true
|
291
|
-
# videoStart: ["00:00:30", "00:01:30"]
|
291
|
+
# videoStart: ["00:00:30", "00:01:30"] # start time (hh:mm:ss) for [video1, video2]
|
292
292
|
|
293
293
|
controls: true
|
294
294
|
controlBar:
|
@@ -299,11 +299,19 @@ settings:
|
|
299
299
|
volumePanel:
|
300
300
|
inline: false
|
301
301
|
|
302
|
-
|
302
|
+
hotKeysPlugin:
|
303
303
|
enabled: true
|
304
304
|
options:
|
305
305
|
volumeStep: 0.2
|
306
306
|
|
307
|
+
skipButtonsPlugin:
|
308
|
+
enabled: true
|
309
|
+
options:
|
310
|
+
forward: 5
|
311
|
+
backward: 5
|
312
|
+
backwardIndex: 0
|
313
|
+
forwardIndex: 1
|
314
|
+
|
307
315
|
zoomPlugin:
|
308
316
|
enabled: true
|
309
317
|
options:
|
@@ -898,18 +906,26 @@ settings:
|
|
898
906
|
volumePanel:
|
899
907
|
inline: false
|
900
908
|
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
909
|
+
# hotKeysPlugin:
|
910
|
+
# enabled: true
|
911
|
+
# options:
|
912
|
+
# volumeStep: 0.2
|
913
|
+
#
|
914
|
+
# skipButtonsPlugin:
|
915
|
+
# enabled: true
|
916
|
+
# options:
|
917
|
+
# forward: 5
|
918
|
+
# backward: 5
|
919
|
+
# backwardIndex: 0
|
920
|
+
# forwardIndex: 1
|
921
|
+
#
|
922
|
+
# zoomPlugin:
|
923
|
+
# enabled: true
|
924
|
+
# options:
|
925
|
+
# moveX: 0
|
926
|
+
# moveY: 0
|
927
|
+
# rotate: 0
|
928
|
+
# zoom: 1
|
913
929
|
|
914
930
|
# ------------------------------------------------------------------------
|
915
931
|
# CSS filter options
|
@@ -88,14 +88,14 @@ settings:
|
|
88
88
|
selector: .mdi
|
89
89
|
rootMargin: 150px
|
90
90
|
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
91
|
+
# - loader:
|
92
|
+
# enabled: true
|
93
|
+
# type: css
|
94
|
+
# description: FA Icon CSS (all)
|
95
|
+
|
96
|
+
# src: /assets/theme/j1/core/css/icon-fonts/fontawesome.min.css
|
97
|
+
# selector: .fa
|
98
|
+
# rootMargin: 150px
|
99
99
|
|
100
100
|
- loader:
|
101
101
|
enabled: true
|