j1-template 2024.3.20 → 2024.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/page.html +1 -0
  3. data/assets/data/amplitude_app.html +87 -73
  4. data/assets/theme/j1/adapter/js/advertising.js +40 -38
  5. data/assets/theme/j1/adapter/js/algolia.js +13 -11
  6. data/assets/theme/j1/adapter/js/amplitude.js +882 -490
  7. data/assets/theme/j1/adapter/js/analytics.js +19 -17
  8. data/assets/theme/j1/adapter/js/asciidoctor.js +10 -8
  9. data/assets/theme/j1/adapter/js/attic.js +24 -22
  10. data/assets/theme/j1/adapter/js/bmd.js +10 -8
  11. data/assets/theme/j1/adapter/js/carousel.js +12 -9
  12. data/assets/theme/j1/adapter/js/chatbot.js +106 -104
  13. data/assets/theme/j1/adapter/js/clipboard.js +16 -14
  14. data/assets/theme/j1/adapter/js/comments.js +24 -22
  15. data/assets/theme/j1/adapter/js/cookieConsent.js +5 -1
  16. data/assets/theme/j1/adapter/js/customFunctions.js +12 -10
  17. data/assets/theme/j1/adapter/js/customModule.js +10 -8
  18. data/assets/theme/j1/adapter/js/docsearch.js +33 -31
  19. data/assets/theme/j1/adapter/js/dropdowns.js +16 -14
  20. data/assets/theme/j1/adapter/js/fab.js +34 -32
  21. data/assets/theme/j1/adapter/js/gallery.js +21 -19
  22. data/assets/theme/j1/adapter/js/gemini.js +66 -64
  23. data/assets/theme/j1/adapter/js/iconPicker.js +31 -29
  24. data/assets/theme/j1/adapter/js/iconPickerPage.js +11 -9
  25. data/assets/theme/j1/adapter/js/iframer.js +17 -15
  26. data/assets/theme/j1/adapter/js/j1.js +146 -143
  27. data/assets/theme/j1/adapter/js/lazyLoader.js +33 -31
  28. data/assets/theme/j1/adapter/js/lightbox.js +9 -7
  29. data/assets/theme/j1/adapter/js/logger.js +11 -9
  30. data/assets/theme/j1/adapter/js/lunr.js +37 -35
  31. data/assets/theme/j1/adapter/js/masonry.js +23 -21
  32. data/assets/theme/j1/adapter/js/masterslider.js +31 -29
  33. data/assets/theme/j1/adapter/js/mmenu.js +25 -23
  34. data/assets/theme/j1/adapter/js/navigator.js +43 -41
  35. data/assets/theme/j1/adapter/js/particles.js +12 -10
  36. data/assets/theme/j1/adapter/js/rangeSlider.js +21 -19
  37. data/assets/theme/j1/adapter/js/rouge.js +10 -8
  38. data/assets/theme/j1/adapter/js/rtable.js +14 -12
  39. data/assets/theme/j1/adapter/js/rtextResizer.js +10 -8
  40. data/assets/theme/j1/adapter/js/scroller.js +15 -13
  41. data/assets/theme/j1/adapter/js/slick.js +18 -16
  42. data/assets/theme/j1/adapter/js/slimSelect.js +30 -28
  43. data/assets/theme/j1/adapter/js/speak2me.js +25 -23
  44. data/assets/theme/j1/adapter/js/swiper.js +13 -11
  45. data/assets/theme/j1/adapter/js/themeToggler.js +11 -9
  46. data/assets/theme/j1/adapter/js/themes.js +25 -23
  47. data/assets/theme/j1/adapter/js/toccer.js +13 -11
  48. data/assets/theme/j1/adapter/js/translator.js +19 -16
  49. data/assets/theme/j1/adapter/js/videojs.js +9 -7
  50. data/assets/theme/j1/adapter/js/waves.js +18 -16
  51. data/assets/theme/j1/core/js/template.js +11180 -10968
  52. data/assets/theme/j1/core/js/template.min.js +13 -18
  53. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +50 -4
  54. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
  55. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +197 -403
  56. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
  57. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +70 -46
  58. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +1 -1
  59. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/mini.css +72 -9
  60. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/mini.min.css +2 -1
  61. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +481 -417
  62. data/assets/theme/j1/modules/backstretch/js/backstretch.js +2 -2
  63. data/assets/theme/j1/modules/backstretch/js/backstretch.min.js +1 -1
  64. data/assets/theme/j1/modules/cookieConsent/js/cookieConsent.js +11 -11
  65. data/assets/theme/j1/modules/cookieConsent/js/cookieConsent.min.js +2 -1
  66. data/assets/theme/j1/modules/dropdowns/js/dropdowns.js +2 -2
  67. data/assets/theme/j1/modules/dropdowns/js/dropdowns.min.js +1 -1
  68. data/assets/theme/j1/modules/fab/js/fab.js +2 -2
  69. data/assets/theme/j1/modules/fab/js/fab.min.js +1 -1
  70. data/assets/theme/j1/modules/lunr/js/j1.js +1 -1
  71. data/assets/theme/j1/modules/lunr/js/j1.min.js +2 -1
  72. data/assets/theme/j1/modules/rtable/js/rtable.js +2 -2
  73. data/assets/theme/j1/modules/rtable/js/rtable.min.js +2 -1
  74. data/assets/theme/j1/modules/scroller/js/scroller.js +31 -29
  75. data/assets/theme/j1/modules/scroller/js/scroller.min.js +2 -1
  76. data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +26 -26
  77. data/assets/theme/j1/modules/themeSwitcher/js/switcher.min.js +2 -1
  78. data/assets/theme/j1/modules/translator/js/translator.js +17 -17
  79. data/assets/theme/j1/modules/translator/js/translator.min.js +1 -1
  80. data/assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.js +10 -8
  81. data/assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.min.js +1 -1
  82. data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.js +9 -7
  83. data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +1 -1
  84. data/assets/theme/j1/modules/videojs/js/plugins/players/wt/wistia.js +13 -11
  85. data/assets/theme/j1/modules/videojs/js/plugins/players/wt/wistia.min.js +1 -1
  86. data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +10 -8
  87. data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.min.js +1 -1
  88. data/lib/j1/version.rb +1 -1
  89. data/lib/starter_web/README.md +5 -5
  90. data/lib/starter_web/_config.yml +1 -1
  91. data/lib/starter_web/_data/modules/amplitude_app.yml +4 -4
  92. data/lib/starter_web/_data/modules/amplitude_playlists.yml +168 -123
  93. data/lib/starter_web/_data/modules/defaults/amplitude.yml +8 -3
  94. data/lib/starter_web/_data/modules/swiper_app.yml +67 -0
  95. data/lib/starter_web/_data/modules/swiper_playlists.yml +26 -0
  96. data/lib/starter_web/_data/templates/feed.xml +1 -1
  97. data/lib/starter_web/_includes/attributes.asciidoc +5 -4
  98. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +8 -0
  99. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +7 -0
  100. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  101. data/lib/starter_web/assets/audio/album/emancipator/Alligator.mp3 +0 -0
  102. data/lib/starter_web/assets/audio/album/emancipator/DabCity.mp3 +0 -0
  103. data/lib/starter_web/assets/audio/album/emancipator/SeaToSky.mp3 +0 -0
  104. data/lib/starter_web/assets/audio/album/emancipator/TimeForSpace.mp3 +0 -0
  105. data/lib/starter_web/assets/audio/cover/emancipator/alligator.jpg +0 -0
  106. data/lib/starter_web/assets/audio/cover/emancipator/anthem.jpg +0 -0
  107. data/lib/starter_web/assets/audio/cover/emancipator/dab-city.jpg +0 -0
  108. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn.jpg +0 -0
  109. data/lib/starter_web/assets/audio/cover/emancipator/safe-in-the-steep-cliffs.jpg +0 -0
  110. data/lib/starter_web/assets/audio/cover/emancipator/sea-to-sky.jpg +0 -0
  111. data/lib/starter_web/assets/audio/cover/emancipator/soon-it-will-be-cold-enough.jpg +0 -0
  112. data/lib/starter_web/assets/audio/cover/emancipator/tine-for-space.jpg +0 -0
  113. data/lib/starter_web/assets/image/icon/bokeh/bokeh-32x32.ico +0 -0
  114. data/lib/starter_web/assets/image/icon/bokeh/bokeh.ico +0 -0
  115. data/lib/starter_web/assets/image/icon/bokeh/logo-160x160.png +0 -0
  116. data/lib/starter_web/assets/image/icon/hyvor-talk/hyvore-talk.ico +0 -0
  117. data/lib/starter_web/assets/image/icon/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
  118. data/lib/starter_web/assets/image/icon/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
  119. data/lib/starter_web/assets/image/icon/hyvor-talk/png/hyvor-logo.24x24.png +0 -0
  120. data/lib/starter_web/assets/image/icon/hyvor-talk/png/hyvor-logo.512x512.png +0 -0
  121. data/lib/starter_web/assets/image/icon/hyvor-talk/scalable/hyvor-logo.svg +81 -0
  122. data/lib/starter_web/assets/image/icon/jupyter/jupyter-32x32.ico +0 -0
  123. data/lib/starter_web/assets/image/icon/jupyter/jupyter.ico +0 -0
  124. data/lib/starter_web/assets/image/icon/jupyter/logo.png +0 -0
  125. data/lib/starter_web/assets/image/icon/mdi/mdi.svg +1 -0
  126. data/lib/starter_web/assets/image/icon/mdi/mdil.svg +1 -0
  127. data/lib/starter_web/assets/image/icon/scalable/facebook.svg +34 -0
  128. data/lib/starter_web/assets/image/icon/scalable/google.svg +35 -0
  129. data/lib/starter_web/assets/image/icon/scalable/ibm.svg +24 -0
  130. data/lib/starter_web/assets/image/icon/scalable/microsoft.svg +42 -0
  131. data/lib/starter_web/assets/image/module/swiper/simple/test/image/diana_krall.jpg +0 -0
  132. data/lib/starter_web/index.html +3 -3
  133. data/lib/starter_web/package.json +1 -1
  134. data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -1
  135. data/lib/starter_web/pages/public/tools/previewer/preview_amplitudejs.adoc +3 -18
  136. data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +6 -6
  137. data/lib/starter_web/pages/public/tools/tester/app_tester_swiper.adoc +87 -0
  138. data/lib/starter_web/pages/public/tour/_includes/attributes.asciidoc +3 -3
  139. data/lib/starter_web/pages/public/tour/{play_audio.adoc → audio_data.adoc} +35 -55
  140. data/lib/starter_web/pages/public/tour/{present_images.adoc → image_data.adoc} +4 -5
  141. data/lib/starter_web/pages/public/tour/{play_video.adoc → video_data.adoc} +17 -16
  142. metadata +42 -14
  143. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/anthem.jpg +0 -0
  144. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/from-dusk-to-dawn.jpg +0 -0
  145. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/safe-in-the-steep-cliffs.jpg +0 -0
  146. data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/soon-it-will-be-cold-enough.jpg +0 -0
  147. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn → !info}/!sound.links.txt +0 -0
  148. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/Anthem.mp3 → Anthem.mp3} +0 -0
  149. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/DuskToDawn.mp3 → DuskToDawn.mp3} +0 -0
  150. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/FirstSnow.mp3 → FirstSnow.mp3} +0 -0
  151. /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/SafeInTheSteepCliffs.mp3 → SafeInTheSteepCliffs.mp3} +0 -0
@@ -36,15 +36,15 @@ settings:
36
36
  - playlist:
37
37
  enabled: true
38
38
 
39
- name: ephraim_kishon_beste_familiengeschichten_yt
39
+ name: familiengeschichten_yt
40
40
  title: Ephraim Kishon
41
41
 
42
42
  # ------------------------------------------------------------------------
43
43
  # ALBUM settings
44
44
  # ------------------------------------------------------------------------
45
- album: &album_ephraim_kishon_beste_familiengeschichten_yt
45
+ album: &album_familiengeschichten_yt
46
46
  name: Ephraim Kishon
47
- playlist: ephraim_kishon_beste_familiengeschichten_yt
47
+ playlist: familiengeschichten_yt
48
48
  artist: Beste Familiengeschichten
49
49
  audio: watch?v=9LojTw98Fks
50
50
  audio_fade: false
@@ -60,7 +60,7 @@ settings:
60
60
  # title 01
61
61
  - item:
62
62
  enabled: true
63
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
63
+ <<: *album_familiengeschichten_yt
64
64
  title: Ein Vater wird geboren
65
65
  rating: 4
66
66
  start: "00:00:03"
@@ -70,7 +70,7 @@ settings:
70
70
  # title 02
71
71
  - item:
72
72
  enabled: true
73
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
73
+ <<: *album_familiengeschichten_yt
74
74
  title: Baby Sitting und was man dafür tun muß
75
75
  rating: 3
76
76
  start: "00:16:55"
@@ -80,7 +80,7 @@ settings:
80
80
  # title 03
81
81
  - item:
82
82
  enabled: true
83
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
83
+ <<: *album_familiengeschichten_yt
84
84
  title: Schreckens Rotkäppchen
85
85
  rating: 2
86
86
  start: "00:28:36"
@@ -90,7 +90,7 @@ settings:
90
90
  # title 04
91
91
  - item:
92
92
  enabled: true
93
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
93
+ <<: *album_familiengeschichten_yt
94
94
  title: Kontakt mit Linsen
95
95
  rating: 4
96
96
  start: "00:34:00"
@@ -100,7 +100,7 @@ settings:
100
100
  # title 05
101
101
  - item:
102
102
  enabled: true
103
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
103
+ <<: *album_familiengeschichten_yt
104
104
  title: Auf Mäusesuche
105
105
  rating: 4
106
106
  start: "00:46:00"
@@ -110,7 +110,7 @@ settings:
110
110
  # title 06
111
111
  - item:
112
112
  enabled: true
113
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
113
+ <<: *album_familiengeschichten_yt
114
114
  title: Das Wunderkind
115
115
  rating: 2
116
116
  start: "00:54:36"
@@ -120,7 +120,7 @@ settings:
120
120
  # title 07
121
121
  - item:
122
122
  enabled: true
123
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
123
+ <<: *album_familiengeschichten_yt
124
124
  title: Ein Fläschchen für's Kätzchen
125
125
  rating: 3
126
126
  start: "01:01:13"
@@ -130,7 +130,7 @@ settings:
130
130
  # title 08
131
131
  - item:
132
132
  enabled: true
133
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
133
+ <<: *album_familiengeschichten_yt
134
134
  title: Die Stmme des Blutes
135
135
  rating: 3
136
136
  start: "01:11:36"
@@ -140,7 +140,7 @@ settings:
140
140
  # title 09
141
141
  - item:
142
142
  enabled: true
143
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
143
+ <<: *album_familiengeschichten_yt
144
144
  title: Onkel Morris und das Kollosalgemälde
145
145
  rating: 3
146
146
  start: "01:20:45"
@@ -150,7 +150,7 @@ settings:
150
150
  # title 10
151
151
  - item:
152
152
  enabled: true
153
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
153
+ <<: *album_familiengeschichten_yt
154
154
  title: Durch den Kakao gezogen
155
155
  rating: 4
156
156
  start: "01:34:08"
@@ -160,7 +160,7 @@ settings:
160
160
  # title 11
161
161
  - item:
162
162
  enabled: true
163
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
163
+ <<: *album_familiengeschichten_yt
164
164
  title: Ein Scnnuller Namens Zezie
165
165
  rating: 4
166
166
  start: "01:44:41"
@@ -170,7 +170,7 @@ settings:
170
170
  # title 12
171
171
  - item:
172
172
  enabled: true
173
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
173
+ <<: *album_familiengeschichten_yt
174
174
  title: Gefahren des Wachstums
175
175
  rating: 4
176
176
  start: "01:54:08"
@@ -180,7 +180,7 @@ settings:
180
180
  # title 13
181
181
  - item:
182
182
  enabled: true
183
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
183
+ <<: *album_familiengeschichten_yt
184
184
  title: Wie man Freunde gewinnt
185
185
  rating: 3
186
186
  start: "02:02:37"
@@ -190,7 +190,7 @@ settings:
190
190
  # title 14
191
191
  - item:
192
192
  enabled: true
193
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
193
+ <<: *album_familiengeschichten_yt
194
194
  title: Pedigree
195
195
  rating: 4
196
196
  start: "02:10:35"
@@ -200,7 +200,7 @@ settings:
200
200
  # title 15
201
201
  - item:
202
202
  enabled: true
203
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
203
+ <<: *album_familiengeschichten_yt
204
204
  title: Dressur
205
205
  rating: 4
206
206
  start: "02:22:29"
@@ -210,7 +210,7 @@ settings:
210
210
  # title 16
211
211
  - item:
212
212
  enabled: true
213
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
213
+ <<: *album_familiengeschichten_yt
214
214
  title: Die große Steak-Saga
215
215
  rating: 3
216
216
  start: "02:31:48"
@@ -220,7 +220,7 @@ settings:
220
220
  # title 17
221
221
  - item:
222
222
  enabled: true
223
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
223
+ <<: *album_familiengeschichten_yt
224
224
  title: Der kluge Mann baut vor
225
225
  rating: 3
226
226
  start: "02:39:56"
@@ -230,7 +230,7 @@ settings:
230
230
  # title 18
231
231
  - item:
232
232
  enabled: true
233
- <<: *album_ephraim_kishon_beste_familiengeschichten_yt
233
+ <<: *album_familiengeschichten_yt
234
234
  title: Vertrauen gegen Vertrauen
235
235
  rating: 4
236
236
  start: "02:47:45"
@@ -244,15 +244,15 @@ settings:
244
244
  - playlist:
245
245
  enabled: true
246
246
 
247
- name: ephraim_kishon_beste_autofahrer_geschichten_yt
247
+ name: autofahrer_geschichten_yt
248
248
  title: Ephraim Kishon
249
249
 
250
250
  # ------------------------------------------------------------------------
251
251
  # ALBUM settings
252
252
  # ------------------------------------------------------------------------
253
- album: &album_ephraim_kishon_beste_autofahrer_geschichten_yt
253
+ album: &album_autofahrer_geschichten_yt
254
254
  name: Ephraim Kishon
255
- playlist: ephraim_kishon_beste_autofahrer_geschichten_yt
255
+ playlist: autofahrer_geschichten_yt
256
256
  artist: Beste Familiengeschichten
257
257
  audio_fade: false
258
258
  audio_base: //youtube.com
@@ -266,7 +266,7 @@ settings:
266
266
  # title 01
267
267
  - item:
268
268
  enabled: true
269
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
269
+ <<: *album_autofahrer_geschichten_yt
270
270
  audio: watch?v=D2gVmGFa2wE
271
271
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
272
272
  title: Süss ist die Rache
@@ -278,7 +278,7 @@ settings:
278
278
  # title 02
279
279
  - item:
280
280
  enabled: true
281
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
281
+ <<: *album_autofahrer_geschichten_yt
282
282
  audio: watch?v=D2gVmGFa2wE
283
283
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
284
284
  title: Non-stop Autostop
@@ -290,7 +290,7 @@ settings:
290
290
  # title 03
291
291
  - item:
292
292
  enabled: true
293
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
293
+ <<: *album_autofahrer_geschichten_yt
294
294
  audio: watch?v=D2gVmGFa2wE
295
295
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
296
296
  title: Privatparkplatz
@@ -302,7 +302,7 @@ settings:
302
302
  # title 04
303
303
  - item:
304
304
  enabled: true
305
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
305
+ <<: *album_autofahrer_geschichten_yt
306
306
  audio: watch?v=D2gVmGFa2wE
307
307
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
308
308
  title: Der letzte Schrei der Medien
@@ -314,7 +314,7 @@ settings:
314
314
  # title 05
315
315
  - item:
316
316
  enabled: true
317
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
317
+ <<: *album_autofahrer_geschichten_yt
318
318
  audio: watch?v=D2gVmGFa2wE
319
319
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
320
320
  title: In den Händen der Chauvinisten
@@ -326,7 +326,7 @@ settings:
326
326
  # title 06
327
327
  - item:
328
328
  enabled: true
329
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
329
+ <<: *album_autofahrer_geschichten_yt
330
330
  audio: watch?v=D2gVmGFa2wE
331
331
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
332
332
  title: Ein Parasit fährt mit
@@ -338,7 +338,7 @@ settings:
338
338
  # title 07
339
339
  - item:
340
340
  enabled: true
341
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
341
+ <<: *album_autofahrer_geschichten_yt
342
342
  audio: watch?v=D2gVmGFa2wE
343
343
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
344
344
  title: Die Gefahren der guten Kinderstube
@@ -350,7 +350,7 @@ settings:
350
350
  # title 08
351
351
  - item:
352
352
  enabled: true
353
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
353
+ <<: *album_autofahrer_geschichten_yt
354
354
  audio: watch?v=D2gVmGFa2wE
355
355
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
356
356
  title: Jede Münze hat zwei Seiten
@@ -362,7 +362,7 @@ settings:
362
362
  # title 09
363
363
  - item:
364
364
  enabled: true
365
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
365
+ <<: *album_autofahrer_geschichten_yt
366
366
  audio: watch?v=D2gVmGFa2wE
367
367
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
368
368
  title: Das Werkstatt-Kabaret
@@ -374,7 +374,7 @@ settings:
374
374
  # title 10
375
375
  - item:
376
376
  enabled: true
377
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
377
+ <<: *album_autofahrer_geschichten_yt
378
378
  audio: watch?v=D2gVmGFa2wE
379
379
  audio_info: //youtube.com/watch?v=D2gVmGFa2wE
380
380
  title: Busfahren ist gefährlich
@@ -386,7 +386,7 @@ settings:
386
386
  # title 11
387
387
  - item:
388
388
  enabled: true
389
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
389
+ <<: *album_autofahrer_geschichten_yt
390
390
  audio: watch?v=zBSlRSGp5N4
391
391
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
392
392
  title: Ein Profi am Steuer
@@ -398,7 +398,7 @@ settings:
398
398
  # title 12
399
399
  - item:
400
400
  enabled: true
401
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
401
+ <<: *album_autofahrer_geschichten_yt
402
402
  audio: watch?v=zBSlRSGp5N4
403
403
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
404
404
  title: Amtshandlung mit menschlichen Zügen
@@ -410,7 +410,7 @@ settings:
410
410
  # title 13
411
411
  - item:
412
412
  enabled: true
413
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
413
+ <<: *album_autofahrer_geschichten_yt
414
414
  audio: watch?v=zBSlRSGp5N4
415
415
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
416
416
  title: Freund in der Not
@@ -422,7 +422,7 @@ settings:
422
422
  # title 14
423
423
  - item:
424
424
  enabled: true
425
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
425
+ <<: *album_autofahrer_geschichten_yt
426
426
  audio: watch?v=zBSlRSGp5N4
427
427
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
428
428
  title: Fernsehen hat vorrang
@@ -434,7 +434,7 @@ settings:
434
434
  # title 15
435
435
  - item:
436
436
  enabled: true
437
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
437
+ <<: *album_autofahrer_geschichten_yt
438
438
  audio: watch?v=zBSlRSGp5N4
439
439
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
440
440
  title: Parkplatz-Safari
@@ -446,7 +446,7 @@ settings:
446
446
  # title 16
447
447
  - item:
448
448
  enabled: true
449
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
449
+ <<: *album_autofahrer_geschichten_yt
450
450
  audio: watch?v=zBSlRSGp5N4
451
451
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
452
452
  title: Gottes Hand und Josseles Fuß
@@ -458,7 +458,7 @@ settings:
458
458
  # title 17
459
459
  - item:
460
460
  enabled: true
461
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
461
+ <<: *album_autofahrer_geschichten_yt
462
462
  audio: watch?v=zBSlRSGp5N4
463
463
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
464
464
  title: Ein vierbeiniger Autofan
@@ -470,7 +470,7 @@ settings:
470
470
  # title 18
471
471
  - item:
472
472
  enabled: true
473
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
473
+ <<: *album_autofahrer_geschichten_yt
474
474
  audio: watch?v=zBSlRSGp5N4
475
475
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
476
476
  title: Wir gehen in den Untergrund
@@ -482,7 +482,7 @@ settings:
482
482
  # title 19
483
483
  - item:
484
484
  enabled: true
485
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
485
+ <<: *album_autofahrer_geschichten_yt
486
486
  audio: watch?v=zBSlRSGp5N4
487
487
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
488
488
  title: Autofahren ist gesund
@@ -494,7 +494,7 @@ settings:
494
494
  # title 20
495
495
  - item:
496
496
  enabled: true
497
- <<: *album_ephraim_kishon_beste_autofahrer_geschichten_yt
497
+ <<: *album_autofahrer_geschichten_yt
498
498
  audio: watch?v=zBSlRSGp5N4
499
499
  audio_info: //youtube.com/watch?v=zBSlRSGp5N4
500
500
  title: Und am Ende steht die Parklaterne
@@ -548,7 +548,7 @@ settings:
548
548
  end: "00:02:00"
549
549
  audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
550
550
  cover_image: //img.youtube.com/vi/5NiMGeQOzKQ/maxresdefault.jpg
551
- duration: "02:47"
551
+ duration: "00:02:47"
552
552
 
553
553
  # title 02
554
554
  - item:
@@ -561,7 +561,7 @@ settings:
561
561
  end: "00:02:20"
562
562
  audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
563
563
  cover_image: //img.youtube.com/vi/pCXSGCBSIG0/maxresdefault.jpg
564
- duration: "02:53"
564
+ duration: "00:02:53"
565
565
 
566
566
  # title 03
567
567
  - item:
@@ -574,7 +574,7 @@ settings:
574
574
  end: "00:02:00"
575
575
  audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
576
576
  cover_image: //img.youtube.com/vi/fFn1GZIYC4Y/maxresdefault.jpg
577
- duration: "02:32"
577
+ duration: "00:02:32"
578
578
 
579
579
  # title 04
580
580
  - item:
@@ -587,7 +587,7 @@ settings:
587
587
  end: "00:02:20"
588
588
  audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
589
589
  cover_image: //img.youtube.com/vi/OUjHRpNUqyw/maxresdefault.jpg
590
- duration: "02:57"
590
+ duration: "00:02:57"
591
591
 
592
592
  # # title 05
593
593
  - item:
@@ -600,7 +600,7 @@ settings:
600
600
  end: "00:02:00"
601
601
  audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
602
602
  cover_image: //img.youtube.com/vi/9Z9yNpsiBKs/maxresdefault.jpg
603
- duration: "02:42"
603
+ duration: "00:02:42"
604
604
 
605
605
  # # title 06
606
606
  - item:
@@ -613,7 +613,7 @@ settings:
613
613
  end: "00:02:20"
614
614
  audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
615
615
  cover_image: //img.youtube.com/vi/_EYc5W3qy4s/maxresdefault.jpg
616
- duration: "03:02"
616
+ duration: "00:03:02"
617
617
 
618
618
  # title 07
619
619
  - item:
@@ -626,7 +626,7 @@ settings:
626
626
  end: "00:00:30"
627
627
  audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
628
628
  cover_image: //img.youtube.com/vi/i8ltW0WDcdQ/maxresdefault.jpg
629
- duration: "02:19"
629
+ duration: "00:02:19"
630
630
 
631
631
  # title 08
632
632
  - item:
@@ -639,7 +639,7 @@ settings:
639
639
  end: "00:01:50"
640
640
  audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
641
641
  cover_image: //img.youtube.com/vi/yttS9UNgZFk/maxresdefault.jpg
642
- duration: "02:45"
642
+ duration: "00:02:45"
643
643
 
644
644
  # --------------------------------------------------------------------------
645
645
  # Bea and her Business
@@ -681,7 +681,7 @@ settings:
681
681
  end: "00:03:20" # false | timestamp
682
682
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
683
683
  cover_image: //img.youtube.com/vi/fTXrSVzkIXI/maxresdefault.jpg
684
- duration: "03:26"
684
+ duration: "00:03:26"
685
685
 
686
686
 
687
687
  # title 02
@@ -695,7 +695,7 @@ settings:
695
695
  end: "00:02:56"
696
696
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
697
697
  cover_image: //img.youtube.com/vi/dM7CmIHwJnU/maxresdefault.jpg
698
- duration: "02:58"
698
+ duration: "00:02:58"
699
699
 
700
700
  # title 03
701
701
  - item:
@@ -708,7 +708,7 @@ settings:
708
708
  end: "00:03:14"
709
709
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
710
710
  cover_image: //img.youtube.com/vi/dM7CmIHwJnU/maxresdefault.jpg
711
- duration: "03:21"
711
+ duration: "00:03:21"
712
712
 
713
713
  # title 04
714
714
  - item:
@@ -721,7 +721,7 @@ settings:
721
721
  end: false # "00:02:50"
722
722
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
723
723
  cover_image: //img.youtube.com/vi/npctqyR5ZdU/maxresdefault.jpg
724
- duration: "02:53"
724
+ duration: "00:02:53"
725
725
 
726
726
  # title 05
727
727
  - item:
@@ -734,7 +734,7 @@ settings:
734
734
  end: false
735
735
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
736
736
  cover_image: //img.youtube.com/vi/DMxz1Sp8RPA/maxresdefault.jpg
737
- duration: "02:58"
737
+ duration: "00:02:58"
738
738
 
739
739
  # title 06
740
740
  - item:
@@ -747,7 +747,7 @@ settings:
747
747
  end: false
748
748
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
749
749
  cover_image: //img.youtube.com/vi/PcDCR8s0IU4/maxresdefault.jpg
750
- duration: "02:58"
750
+ duration: "00:02:58"
751
751
 
752
752
  # title 07
753
753
  - item:
@@ -760,7 +760,7 @@ settings:
760
760
  end: false
761
761
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
762
762
  cover_image: //img.youtube.com/vi/915zXRLgirM/maxresdefault.jpg
763
- duration: "03:16"
763
+ duration: "00:03:16"
764
764
 
765
765
  # title 08
766
766
  - item:
@@ -773,7 +773,7 @@ settings:
773
773
  end: false
774
774
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
775
775
  cover_image: //img.youtube.com/vi/hu8VcmkM0yI/maxresdefault.jpg
776
- duration: "02:37"
776
+ duration: "00:02:37"
777
777
 
778
778
  # title 09
779
779
  - item:
@@ -786,7 +786,7 @@ settings:
786
786
  end: false
787
787
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
788
788
  cover_image: //img.youtube.com/vi/eVcXzVMKf0I/maxresdefault.jpg
789
- duration: "02:55"
789
+ duration: "00:02:55"
790
790
 
791
791
  # title 10
792
792
  - item:
@@ -799,7 +799,7 @@ settings:
799
799
  end: false
800
800
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
801
801
  cover_image: //img.youtube.com/vi/W5uafrpOZ6M/maxresdefault.jpg
802
- duration: "02:55"
802
+ duration: "00:02:55"
803
803
 
804
804
  # title 11
805
805
  - item:
@@ -812,7 +812,7 @@ settings:
812
812
  end: false
813
813
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
814
814
  cover_image: //img.youtube.com/vi/gyquo0Z6ngY/maxresdefault.jpg
815
- duration: "02:31"
815
+ duration: "00:02:31"
816
816
 
817
817
  # title 12
818
818
  - item:
@@ -825,7 +825,7 @@ settings:
825
825
  end: false
826
826
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
827
827
  cover_image: //img.youtube.com/vi/UXMMm3CdRdI/maxresdefault.jpg
828
- duration: "02:31"
828
+ duration: "00:02:31"
829
829
 
830
830
  # title 13
831
831
  - item:
@@ -838,7 +838,7 @@ settings:
838
838
  end: false
839
839
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
840
840
  cover_image: //img.youtube.com/vi/6-B2hDMR7S0/maxresdefault.jpg
841
- duration: "02:31"
841
+ duration: "00:02:31"
842
842
 
843
843
  # title 14
844
844
  - item:
@@ -851,7 +851,7 @@ settings:
851
851
  end: false
852
852
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
853
853
  cover_image: //img.youtube.com/vi/s74aKArgOvU/maxresdefault.jpg
854
- duration: "02:31"
854
+ duration: "00:02:31"
855
855
 
856
856
  # title 15
857
857
  - item:
@@ -864,7 +864,7 @@ settings:
864
864
  end: false
865
865
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
866
866
  cover_image: //img.youtube.com/vi/R0UJgMJJaio/maxresdefault.jpg
867
- duration: "02:50"
867
+ duration: "00:02:50"
868
868
 
869
869
  # title 16
870
870
  - item:
@@ -877,7 +877,7 @@ settings:
877
877
  end: false
878
878
  audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
879
879
  cover_image: //img.youtube.com/vi/ffjNBbYa_oA/maxresdefault.jpg
880
- duration: "02:50"
880
+ duration: "00:02:50"
881
881
 
882
882
  # --------------------------------------------------------------------------
883
883
  # Smooth Jazz (Diana Krall)
@@ -918,7 +918,7 @@ settings:
918
918
  end: false # false | timestamp
919
919
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
920
920
  cover_image: //img.youtube.com/vi/cizgXSegrko/maxresdefault.jpg
921
- duration: "06:07"
921
+ duration: "00:06:07"
922
922
 
923
923
  # title 02
924
924
  - item:
@@ -931,7 +931,7 @@ settings:
931
931
  end: false
932
932
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
933
933
  cover_image: //img.youtube.com/vi/cizgXSegrko/maxresdefault.jpg
934
- duration: "05:10"
934
+ duration: "00:05:10"
935
935
 
936
936
  # title 03
937
937
  - item:
@@ -944,7 +944,7 @@ settings:
944
944
  end: false
945
945
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
946
946
  cover_image: //img.youtube.com/vi/cizgXSegrko/maxresdefault.jpg
947
- duration: "03:11"
947
+ duration: "00:03:11"
948
948
 
949
949
  # title 04
950
950
  - item:
@@ -957,7 +957,7 @@ settings:
957
957
  end: false
958
958
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
959
959
  cover_image: //img.youtube.com/vi/cizgXSegrko/maxresdefault.jpg
960
- duration: "06:07"
960
+ duration: "00:06:07"
961
961
 
962
962
  # title 05
963
963
  - item:
@@ -970,7 +970,7 @@ settings:
970
970
  end: false
971
971
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
972
972
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
973
- duration: "06:07"
973
+ duration: "00:06:07"
974
974
 
975
975
  # title 06
976
976
  - item:
@@ -983,7 +983,7 @@ settings:
983
983
  end: false
984
984
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
985
985
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
986
- duration: "05:00"
986
+ duration: "00:05:00"
987
987
 
988
988
  # title 07
989
989
  - item:
@@ -996,7 +996,7 @@ settings:
996
996
  end: false
997
997
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
998
998
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
999
- duration: "03:29"
999
+ duration: "00:03:29"
1000
1000
 
1001
1001
  # title 08
1002
1002
  - item:
@@ -1009,7 +1009,7 @@ settings:
1009
1009
  end: false
1010
1010
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1011
1011
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1012
- duration: "04:43"
1012
+ duration: "00:04:43"
1013
1013
 
1014
1014
  # title 09
1015
1015
  - item:
@@ -1022,7 +1022,7 @@ settings:
1022
1022
  end: false
1023
1023
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1024
1024
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1025
- duration: "03:50"
1025
+ duration: "00:03:50"
1026
1026
 
1027
1027
  # title 10
1028
1028
  - item:
@@ -1035,7 +1035,7 @@ settings:
1035
1035
  end: false
1036
1036
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1037
1037
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1038
- duration: "03:48"
1038
+ duration: "00:03:48"
1039
1039
 
1040
1040
  # title 11
1041
1041
  - item:
@@ -1048,7 +1048,7 @@ settings:
1048
1048
  end: false
1049
1049
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1050
1050
  cover_image: //img.youtube.com/vi/jkk2mMq2x8E/maxresdefault.jpg
1051
- duration: "04:10"
1051
+ duration: "00:04:10"
1052
1052
 
1053
1053
  # title 12
1054
1054
  - item:
@@ -1061,7 +1061,7 @@ settings:
1061
1061
  end: false
1062
1062
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1063
1063
  cover_image: //img.youtube.com/vi/_z7X8fbNIkI/maxresdefault.jpg
1064
- duration: "03:59"
1064
+ duration: "00:03:59"
1065
1065
 
1066
1066
  # title 13
1067
1067
  - item:
@@ -1074,7 +1074,7 @@ settings:
1074
1074
  end: false
1075
1075
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1076
1076
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1077
- duration: "04:37"
1077
+ duration: "00:04:37"
1078
1078
 
1079
1079
  # title 14
1080
1080
  - item:
@@ -1087,7 +1087,7 @@ settings:
1087
1087
  end: false
1088
1088
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1089
1089
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1090
- duration: "05:26"
1090
+ duration: "00:05:26"
1091
1091
 
1092
1092
  # title 15
1093
1093
  - item:
@@ -1100,7 +1100,7 @@ settings:
1100
1100
  end: false
1101
1101
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1102
1102
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1103
- duration: "05:14"
1103
+ duration: "00:05:14"
1104
1104
 
1105
1105
  # title 16
1106
1106
  - item:
@@ -1113,7 +1113,7 @@ settings:
1113
1113
  end: false
1114
1114
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1115
1115
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1116
- duration: "06:21"
1116
+ duration: "00:06:21"
1117
1117
 
1118
1118
  # title 17
1119
1119
  - item:
@@ -1126,7 +1126,7 @@ settings:
1126
1126
  end: false
1127
1127
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1128
1128
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1129
- duration: "04:35"
1129
+ duration: "00:04:35"
1130
1130
 
1131
1131
  # title 18
1132
1132
  - item:
@@ -1139,7 +1139,7 @@ settings:
1139
1139
  end: false
1140
1140
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1141
1141
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1142
- duration: "05:22"
1142
+ duration: "00:05:22"
1143
1143
 
1144
1144
  # title 19
1145
1145
  - item:
@@ -1152,7 +1152,7 @@ settings:
1152
1152
  end: false
1153
1153
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1154
1154
  cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
1155
- duration: "04:57"
1155
+ duration: "00:04:57"
1156
1156
 
1157
1157
  # title 20
1158
1158
  - item:
@@ -1165,7 +1165,7 @@ settings:
1165
1165
  end: false
1166
1166
  audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
1167
1167
  cover_image: //img.youtube.com/vi/d8RYUZT57XA/maxresdefault.jpg
1168
- duration: "04:01"
1168
+ duration: "00:04:01"
1169
1169
 
1170
1170
  # --------------------------------------------------------------------------
1171
1171
  # Mimi Rutherfurt, Maritim Verlag
@@ -1388,12 +1388,13 @@ settings:
1388
1388
  # ------------------------------------------------------------------------
1389
1389
  # ALBUM settings
1390
1390
  # ------------------------------------------------------------------------
1391
- album: &album_from_dusk_to_dawn
1392
- name: From Dusk To Dawn
1391
+ album: &album_emancipator_music
1392
+ name: Emancipator Music
1393
1393
  playlist: emancipator
1394
1394
  artist: Emancipator
1395
- audio_base: /assets/audio/album/emancipator/from-dusk-to-dawn
1395
+ audio_base: /assets/audio/album/emancipator
1396
1396
  cover_image: /assets/audio/cover/default/placeholder-blue.jpg
1397
+ audio_info: //emancipatormusic.com/
1397
1398
  audio_fade_in: true
1398
1399
  audio_fade_out: true
1399
1400
 
@@ -1405,55 +1406,99 @@ settings:
1405
1406
  # title 01
1406
1407
  - item:
1407
1408
  enabled: true
1408
- <<: *album_from_dusk_to_dawn
1409
+ <<: *album_emancipator_music
1409
1410
  title: First Snow
1410
1411
  rating: 2
1411
- start: false # "00:01:00"
1412
- end: false # "00:01:10"
1412
+ start: "00:01:00" # false | "00:01:00"
1413
+ end: "00:01:20" # false | "00:01:10"
1413
1414
  audio: FirstSnow.mp3
1414
- audio_info: //emancipator.bandcamp.com/
1415
- cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/soon-it-will-be-cold-enough.jpg
1415
+ cover_image: /assets/audio/cover/emancipator/soon-it-will-be-cold-enough.jpg
1416
1416
  duration: "00:05:12"
1417
1417
 
1418
1418
  # title 02
1419
1419
  - item:
1420
1420
  enabled: true
1421
- <<: *album_from_dusk_to_dawn
1421
+ <<: *album_emancipator_music
1422
1422
  title: From Dusk To Dawn
1423
1423
  rating: 3
1424
1424
  start: false # "00:00:30"
1425
1425
  end: false # "00:00:40"
1426
1426
  audio: DuskToDawn.mp3
1427
- audio_info: //emancipator.bandcamp.com/
1428
- cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/from-dusk-to-dawn.jpg
1427
+ cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn.jpg
1429
1428
  duration: "00:05:25"
1430
1429
 
1431
1430
  # title 03
1432
1431
  - item:
1433
1432
  enabled: true
1434
- <<: *album_from_dusk_to_dawn
1433
+ <<: *album_emancipator_music
1435
1434
  title: Anthem
1436
1435
  rating: 3
1437
1436
  start: false # "00:00:30"
1438
1437
  end: false # "00:00:40"
1439
1438
  audio: Anthem.mp3
1440
- audio_info: //emancipator.bandcamp.com/
1441
- cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/anthem.jpg
1439
+ cover_image: /assets/audio/cover/emancipator/anthem.jpg
1442
1440
  duration: "00:05:40"
1443
1441
 
1444
1442
  # title 04
1445
1443
  - item:
1446
1444
  enabled: true
1447
- <<: *album_from_dusk_to_dawn
1445
+ <<: *album_emancipator_music
1448
1446
  title: Safe In The Steep Cliffs
1449
1447
  rating: 3
1450
1448
  start: false # "00:00:30"
1451
1449
  end: false # "00:00:40"
1452
1450
  audio: SafeInTheSteepCliffs.mp3
1453
- audio_info: //emancipator.bandcamp.com/
1454
- cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/safe-in-the-steep-cliffs.jpg
1451
+ cover_image: /assets/audio/cover/emancipator/safe-in-the-steep-cliffs.jpg
1455
1452
  duration: "00:04:35"
1456
1453
 
1454
+ # title 05
1455
+ - item:
1456
+ enabled: true
1457
+ <<: *album_emancipator_music
1458
+ title: Time For Space
1459
+ rating: 3
1460
+ start: false # "00:00:30"
1461
+ end: false # "00:00:40"
1462
+ audio: TimeForSpace.mp3
1463
+ cover_image: /assets/audio/cover/emancipator/tine-for-space.jpg
1464
+ duration: "00:07:13"
1465
+
1466
+ # title 06
1467
+ - item:
1468
+ enabled: true
1469
+ <<: *album_emancipator_music
1470
+ title: Sea To Sky
1471
+ rating: 3
1472
+ start: false # "00:00:30"
1473
+ end: false # "00:00:40"
1474
+ audio: SeaToSky.mp3
1475
+ cover_image: /assets/audio/cover/emancipator/sea-to-sky.jpg
1476
+ duration: "00:04:24"
1477
+
1478
+ # title 07
1479
+ - item:
1480
+ enabled: true
1481
+ <<: *album_emancipator_music
1482
+ title: Alligator
1483
+ rating: 3
1484
+ start: false # "00:00:30"
1485
+ end: false # "00:00:40"
1486
+ audio: alligator.mp3
1487
+ cover_image: /assets/audio/cover/emancipator/alligator.jpg
1488
+ duration: "00:03:13"
1489
+
1490
+ # title 08
1491
+ - item:
1492
+ enabled: true
1493
+ <<: *album_emancipator_music
1494
+ title: Dab City
1495
+ rating: 3
1496
+ start: false # "00:00:30"
1497
+ end: false # "00:00:40"
1498
+ audio: DabCity.mp3
1499
+ cover_image: /assets/audio/cover/emancipator/dab-city.jpg
1500
+ duration: "00:04:22"
1501
+
1457
1502
  # --------------------------------------------------------------------------
1458
1503
  # Disco 80th - Royalty Free Music
1459
1504
  # --------------------------------------------------------------------------
@@ -1490,7 +1535,7 @@ settings:
1490
1535
  end: false
1491
1536
  audio: SoundsCrate-Dancefloor_Fever.mp3
1492
1537
  audio_info: //sfx.productioncrate.com
1493
- duration: "02:27"
1538
+ duration: "00:02:27"
1494
1539
 
1495
1540
  # title 02
1496
1541
  - item:
@@ -1502,7 +1547,7 @@ settings:
1502
1547
  end: false
1503
1548
  audio: SoundsCrate-Dance_On_Dance_Off.mp3
1504
1549
  audio_info: //sfx.productioncrate.com
1505
- duration: "02:14"
1550
+ duration: "00:02:14"
1506
1551
 
1507
1552
  # title 03
1508
1553
  - item:
@@ -1514,7 +1559,7 @@ settings:
1514
1559
  end: false
1515
1560
  audio: SoundsCrate-Disco_Flamingo.mp3
1516
1561
  audio_info: //sfx.productioncrate.com
1517
- duration: "02:19"
1562
+ duration: "00:02:19"
1518
1563
 
1519
1564
  # title 04
1520
1565
  - item:
@@ -1526,7 +1571,7 @@ settings:
1526
1571
  end: false
1527
1572
  audio: SoundsCrate-Downtown.mp3
1528
1573
  audio_info: //sfx.productioncrate.com
1529
- duration: "02:48"
1574
+ duration: "00:02:48"
1530
1575
 
1531
1576
  # title 05
1532
1577
  - item:
@@ -1538,7 +1583,7 @@ settings:
1538
1583
  end: false
1539
1584
  audio: SoundsCrate-Electric_Boogie.mp3
1540
1585
  audio_info: //sfx.productioncrate.com
1541
- duration: "02:19"
1586
+ duration: "00:02:19"
1542
1587
 
1543
1588
  # title 06
1544
1589
  - item:
@@ -1550,7 +1595,7 @@ settings:
1550
1595
  end: false
1551
1596
  audio: SoundsCrate-Grand_Central.mp3
1552
1597
  audio_info: //sfx.productioncrate.com
1553
- duration: "02:33"
1598
+ duration: "00:02:33"
1554
1599
 
1555
1600
  # title 07
1556
1601
  - item:
@@ -1562,7 +1607,7 @@ settings:
1562
1607
  end: false
1563
1608
  audio: SoundsCrate-In_The_Pocket.mp3
1564
1609
  audio_info: //sfx.productioncrate.com
1565
- duration: "02:58"
1610
+ duration: "00:02:58"
1566
1611
 
1567
1612
  # title 08
1568
1613
  - item:
@@ -1574,7 +1619,7 @@ settings:
1574
1619
  end: false
1575
1620
  audio: SoundsCrate-Lounge_Life.mp3
1576
1621
  audio_info: //sfx.productioncrate.com
1577
- duration: "02:34"
1622
+ duration: "00:02:34"
1578
1623
 
1579
1624
  # title 09
1580
1625
  - item:
@@ -1586,7 +1631,7 @@ settings:
1586
1631
  end: false
1587
1632
  audio: SoundsCrate-Made_For_This.mp3
1588
1633
  audio_info: //sfx.productioncrate.com
1589
- duration: "02:13"
1634
+ duration: "00:02:13"
1590
1635
 
1591
1636
  # title 10
1592
1637
  - item:
@@ -1598,7 +1643,7 @@ settings:
1598
1643
  end: false
1599
1644
  audio: SoundsCrate-Midnight_Express.mp3
1600
1645
  audio_info: //sfx.productioncrate.com
1601
- duration: "02:30"
1646
+ duration: "00:02:30"
1602
1647
 
1603
1648
  # title 11
1604
1649
  - item:
@@ -1610,7 +1655,7 @@ settings:
1610
1655
  end: false
1611
1656
  audio: SoundsCrate-Nightrun.mp3
1612
1657
  audio_info: //sfx.productioncrate.com
1613
- duration: "02:58"
1658
+ duration: "00:02:58"
1614
1659
 
1615
1660
  # title 12
1616
1661
  - item:
@@ -1622,7 +1667,7 @@ settings:
1622
1667
  end: false
1623
1668
  audio: SoundsCrate-Saturday_Night.mp3
1624
1669
  audio_info: //sfx.productioncrate.com
1625
- duration: "02:02"
1670
+ duration: "00:02:02"
1626
1671
 
1627
1672
  # title 13
1628
1673
  - item:
@@ -1634,7 +1679,7 @@ settings:
1634
1679
  end: false
1635
1680
  audio: SoundsCrate-Studio_45.mp3
1636
1681
  audio_info: //sfx.productioncrate.com
1637
- duration: "01:56"
1682
+ duration: "00:01:56"
1638
1683
 
1639
1684
  # title 14
1640
1685
  - item:
@@ -1646,7 +1691,7 @@ settings:
1646
1691
  end: false
1647
1692
  audio: SoundsCrate-Yes_Sir_I_Can_Disco.mp3
1648
1693
  audio_info: //sfx.productioncrate.com
1649
- duration: "02:21"
1694
+ duration: "00:02:21"
1650
1695
 
1651
1696
  # title 15
1652
1697
  - item:
@@ -1658,7 +1703,7 @@ settings:
1658
1703
  end: false
1659
1704
  audio: soundscrate-fashion-show.mp3
1660
1705
  audio_info: /sfx.productioncrate.com
1661
- duration: "03:08"
1706
+ duration: "00:03:08"
1662
1707
 
1663
1708
  # title 16
1664
1709
  - item:
@@ -1670,7 +1715,7 @@ settings:
1670
1715
  end: false
1671
1716
  audio: soundscrate-loungy-disco.mp3
1672
1717
  audio_info: //sfx.productioncrate.com
1673
- duration: "03:04"
1718
+ duration: "00:03:04"
1674
1719
 
1675
1720
  # title 17
1676
1721
  - item:
@@ -1682,7 +1727,7 @@ settings:
1682
1727
  end: false
1683
1728
  audio: soundscrate-oakland-style.mp3
1684
1729
  audio_info: //sfx.productioncrate.com
1685
- duration: "03:19"
1730
+ duration: "00:03:19"
1686
1731
 
1687
1732
  # title 18
1688
1733
  - item:
@@ -1694,7 +1739,7 @@ settings:
1694
1739
  end: false
1695
1740
  audio: soundscrate-funkish-vibe.mp3
1696
1741
  audio_info: //sfx.productioncrate.com
1697
- duration: "02:38"
1742
+ duration: "00:02:38"
1698
1743
 
1699
1744
  # ------------------------------------------------------------------------------
1700
1745
  # END config