j1-template 2024.3.21 → 2024.3.23
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.
- checksums.yaml +4 -4
- data/assets/data/amplitude_app.html +60 -51
- data/assets/data/{galeries.html → gallery_app.html} +4 -4
- data/assets/theme/bla +0 -0
- data/assets/theme/j1/adapter/js/advertising.js +40 -38
- data/assets/theme/j1/adapter/js/algolia.js +13 -11
- data/assets/theme/j1/adapter/js/amplitude.js +628 -380
- data/assets/theme/j1/adapter/js/analytics.js +19 -17
- data/assets/theme/j1/adapter/js/asciidoctor.js +10 -8
- data/assets/theme/j1/adapter/js/attic.js +24 -22
- data/assets/theme/j1/adapter/js/bmd.js +10 -8
- data/assets/theme/j1/adapter/js/carousel.js +12 -9
- data/assets/theme/j1/adapter/js/chatbot.js +106 -104
- data/assets/theme/j1/adapter/js/clipboard.js +16 -14
- data/assets/theme/j1/adapter/js/comments.js +24 -22
- data/assets/theme/j1/adapter/js/cookieConsent.js +5 -1
- data/assets/theme/j1/adapter/js/customFunctions.js +12 -10
- data/assets/theme/j1/adapter/js/customModule.js +10 -8
- data/assets/theme/j1/adapter/js/docsearch.js +33 -31
- data/assets/theme/j1/adapter/js/dropdowns.js +16 -14
- data/assets/theme/j1/adapter/js/fab.js +34 -32
- data/assets/theme/j1/adapter/js/gallery.js +22 -20
- data/assets/theme/j1/adapter/js/gemini.js +66 -64
- data/assets/theme/j1/adapter/js/iconPicker.js +31 -29
- data/assets/theme/j1/adapter/js/iconPickerPage.js +11 -9
- data/assets/theme/j1/adapter/js/iframer.js +17 -15
- data/assets/theme/j1/adapter/js/j1.js +146 -143
- data/assets/theme/j1/adapter/js/lazyLoader.js +33 -31
- data/assets/theme/j1/adapter/js/lightbox.js +9 -7
- data/assets/theme/j1/adapter/js/logger.js +11 -9
- data/assets/theme/j1/adapter/js/lunr.js +37 -35
- data/assets/theme/j1/adapter/js/masonry.js +23 -21
- data/assets/theme/j1/adapter/js/masterslider.js +31 -29
- data/assets/theme/j1/adapter/js/mmenu.js +25 -23
- data/assets/theme/j1/adapter/js/navigator.js +43 -41
- data/assets/theme/j1/adapter/js/particles.js +12 -10
- data/assets/theme/j1/adapter/js/rangeSlider.js +21 -19
- data/assets/theme/j1/adapter/js/rouge.js +10 -8
- data/assets/theme/j1/adapter/js/rtable.js +14 -12
- data/assets/theme/j1/adapter/js/rtextResizer.js +10 -8
- data/assets/theme/j1/adapter/js/scroller.js +15 -13
- data/assets/theme/j1/adapter/js/slick.js +18 -16
- data/assets/theme/j1/adapter/js/slimSelect.js +30 -28
- data/assets/theme/j1/adapter/js/speak2me.js +25 -23
- data/assets/theme/j1/adapter/js/swiper.js +13 -11
- data/assets/theme/j1/adapter/js/themeToggler.js +11 -9
- data/assets/theme/j1/adapter/js/themes.js +60 -86
- data/assets/theme/j1/adapter/js/toccer.js +13 -11
- data/assets/theme/j1/adapter/js/translator.js +19 -16
- data/assets/theme/j1/adapter/js/videojs.js +9 -7
- data/assets/theme/j1/adapter/js/waves.js +18 -16
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +19 -52
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/js/template.js +11180 -10968
- data/assets/theme/j1/core/js/template.min.js +13 -18
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +10 -4
- 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 +15 -8
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +2 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +35 -14
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +817 -695
- data/assets/theme/j1/modules/backstretch/js/backstretch.js +2 -2
- data/assets/theme/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/theme/j1/modules/cookieConsent/js/cookieConsent.js +11 -11
- data/assets/theme/j1/modules/cookieConsent/js/cookieConsent.min.js +2 -1
- data/assets/theme/j1/modules/dropdowns/js/dropdowns.js +2 -2
- data/assets/theme/j1/modules/dropdowns/js/dropdowns.min.js +1 -1
- data/assets/theme/j1/modules/fab/js/fab.js +2 -2
- data/assets/theme/j1/modules/fab/js/fab.min.js +1 -1
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css +984 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css +1627 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css +25 -0
- data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.css +1 -1
- data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.min.css +1 -1
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg +54 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2 +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png +0 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js +2782 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md +44 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md +37 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js +890 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js +8 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js +585 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js +275 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js +230 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js +160 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js +223 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js +27 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js +157 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js +164 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js +299 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js +244 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js +27 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js +509 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js +909 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js +207 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js +999 -0
- data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js +26 -0
- data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
- data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
- data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
- data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/animation-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/customize-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/dynamic-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/facebook-icon.svg +10 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/googleplus-icon.svg +30 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/html5-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/linked-in.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/module-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button-hover.svg +94 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.svg +93 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/responsive-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/thumb-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/touch-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter-icon.svg +15 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/video1-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom-w.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom.png +0 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +163 -120
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js +495 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js +513 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js +553 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js +914 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +77 -125
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
- data/assets/theme/j1/modules/lunr/js/j1.js +1 -1
- data/assets/theme/j1/modules/lunr/js/j1.min.js +2 -1
- data/assets/theme/j1/modules/rtable/js/rtable.js +2 -2
- data/assets/theme/j1/modules/rtable/js/rtable.min.js +2 -1
- data/assets/theme/j1/modules/scroller/js/scroller.js +31 -29
- data/assets/theme/j1/modules/scroller/js/scroller.min.js +2 -1
- data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +38 -37
- data/assets/theme/j1/modules/themeSwitcher/js/switcher.min.js +2 -1
- data/assets/theme/j1/modules/translator/js/translator.js +17 -17
- data/assets/theme/j1/modules/translator/js/translator.min.js +1 -1
- data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css +147 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css +113 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css +166 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css +72 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css +5 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css +311 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css +19 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css +1686 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css +13 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.js +65226 -0
- data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js +55 -0
- data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
- data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +157 -22
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
- data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
- data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
- data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +31 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +29 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +37 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
- data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
- data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
- data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +11 -9
- data/assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.min.js +19 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +13 -12
- data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
- data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
- data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +13 -11
- data/assets/theme/j1/modules/videojs/plugins/players/wt/js/wistia.min.js +21 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +10 -8
- data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +21 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/modules/amplitude_playlists.yml +140 -80
- data/lib/starter_web/_data/modules/defaults/amplitude.yml +5 -3
- data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
- data/lib/starter_web/_data/modules/gallery.yml +83 -87
- data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
- data/lib/starter_web/_data/resources.yml +16 -12
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -22
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -16
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/audio/album/emancipator/Alligator.mp3 +0 -0
- data/lib/starter_web/assets/audio/album/emancipator/DabCity.mp3 +0 -0
- data/lib/starter_web/assets/audio/album/emancipator/SeaToSky.mp3 +0 -0
- data/lib/starter_web/assets/audio/album/emancipator/TimeForSpace.mp3 +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/alligator.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/anthem.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/dab-city.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/safe-in-the-steep-cliffs.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/sea-to-sky.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/soon-it-will-be-cold-enough.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/tine-for-space.jpg +0 -0
- data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +282 -0
- data/lib/starter_web/pages/public/tour/audio_data.adoc +11 -6
- data/lib/starter_web/pages/public/tour/video_data.adoc +1 -0
- metadata +238 -115
- data/assets/data/swiper_app.2.html +0 -757
- data/assets/data/swiper_app.4.html +0 -769
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
- data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
- data/assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.min.js +0 -19
- data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
- data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
- data/assets/theme/j1/modules/videojs/js/plugins/players/wt/wistia.min.js +0 -21
- data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.min.js +0 -21
- data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/anthem.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/from-dusk-to-dawn.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/safe-in-the-steep-cliffs.jpg +0 -0
- data/lib/starter_web/assets/audio/cover/emancipator/from-dusk-to-dawn/soon-it-will-be-cold-enough.jpg +0 -0
- data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/animation-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/customize-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/dynamic-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/facebook-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/googleplus-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/html5-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/linked-in.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/module-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button-hover.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/responsive-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/thumb-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/touch-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/video1-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.js +0 -0
- /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.min.js +0 -0
- /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videojs/{css → !v8.12.0/css}/font/video-js-cdn.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
- /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/simple.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
- /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn → !info}/!sound.links.txt +0 -0
- /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/Anthem.mp3 → Anthem.mp3} +0 -0
- /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/DuskToDawn.mp3 → DuskToDawn.mp3} +0 -0
- /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/FirstSnow.mp3 → FirstSnow.mp3} +0 -0
- /data/lib/starter_web/assets/audio/album/emancipator/{from-dusk-to-dawn/SafeInTheSteepCliffs.mp3 → SafeInTheSteepCliffs.mp3} +0 -0
@@ -51,6 +51,8 @@ settings:
|
|
51
51
|
audio_base: //youtube.com
|
52
52
|
audio_info: //youtube.com/watch?v=9LojTw98Fks
|
53
53
|
cover_image: //img.youtube.com/vi/9LojTw98Fks/maxresdefault.jpg
|
54
|
+
repeat: false
|
55
|
+
shuffle: false
|
54
56
|
|
55
57
|
# ------------------------------------------------------------------------
|
56
58
|
# TITLE settings (songs)
|
@@ -257,6 +259,8 @@ settings:
|
|
257
259
|
audio_fade: false
|
258
260
|
audio_base: //youtube.com
|
259
261
|
cover_image: //img.youtube.com/vi/D2gVmGFa2wE/maxresdefault.jpg
|
262
|
+
repeat: false
|
263
|
+
shuffle: false
|
260
264
|
|
261
265
|
# ------------------------------------------------------------------------
|
262
266
|
# TITLE settings (songs)
|
@@ -524,6 +528,7 @@ settings:
|
|
524
528
|
cover_image: /assets/audio/cover/default/placeholder-blue.jpg
|
525
529
|
audio_fade: true
|
526
530
|
audio_single: false
|
531
|
+
repeat: false
|
527
532
|
shuffle: false
|
528
533
|
|
529
534
|
# ------------------------------------------------------------------------
|
@@ -548,7 +553,7 @@ settings:
|
|
548
553
|
end: "00:02:00"
|
549
554
|
audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
|
550
555
|
cover_image: //img.youtube.com/vi/5NiMGeQOzKQ/maxresdefault.jpg
|
551
|
-
duration: "02:47"
|
556
|
+
duration: "00:02:47"
|
552
557
|
|
553
558
|
# title 02
|
554
559
|
- item:
|
@@ -561,7 +566,7 @@ settings:
|
|
561
566
|
end: "00:02:20"
|
562
567
|
audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
|
563
568
|
cover_image: //img.youtube.com/vi/pCXSGCBSIG0/maxresdefault.jpg
|
564
|
-
duration: "02:53"
|
569
|
+
duration: "00:02:53"
|
565
570
|
|
566
571
|
# title 03
|
567
572
|
- item:
|
@@ -574,7 +579,7 @@ settings:
|
|
574
579
|
end: "00:02:00"
|
575
580
|
audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
|
576
581
|
cover_image: //img.youtube.com/vi/fFn1GZIYC4Y/maxresdefault.jpg
|
577
|
-
duration: "02:32"
|
582
|
+
duration: "00:02:32"
|
578
583
|
|
579
584
|
# title 04
|
580
585
|
- item:
|
@@ -587,7 +592,7 @@ settings:
|
|
587
592
|
end: "00:02:20"
|
588
593
|
audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
|
589
594
|
cover_image: //img.youtube.com/vi/OUjHRpNUqyw/maxresdefault.jpg
|
590
|
-
duration: "02:57"
|
595
|
+
duration: "00:02:57"
|
591
596
|
|
592
597
|
# # title 05
|
593
598
|
- item:
|
@@ -600,7 +605,7 @@ settings:
|
|
600
605
|
end: "00:02:00"
|
601
606
|
audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
|
602
607
|
cover_image: //img.youtube.com/vi/9Z9yNpsiBKs/maxresdefault.jpg
|
603
|
-
duration: "02:42"
|
608
|
+
duration: "00:02:42"
|
604
609
|
|
605
610
|
# # title 06
|
606
611
|
- item:
|
@@ -613,7 +618,7 @@ settings:
|
|
613
618
|
end: "00:02:20"
|
614
619
|
audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
|
615
620
|
cover_image: //img.youtube.com/vi/_EYc5W3qy4s/maxresdefault.jpg
|
616
|
-
duration: "03:02"
|
621
|
+
duration: "00:03:02"
|
617
622
|
|
618
623
|
# title 07
|
619
624
|
- item:
|
@@ -626,7 +631,7 @@ settings:
|
|
626
631
|
end: "00:00:30"
|
627
632
|
audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
|
628
633
|
cover_image: //img.youtube.com/vi/i8ltW0WDcdQ/maxresdefault.jpg
|
629
|
-
duration: "02:19"
|
634
|
+
duration: "00:02:19"
|
630
635
|
|
631
636
|
# title 08
|
632
637
|
- item:
|
@@ -639,7 +644,7 @@ settings:
|
|
639
644
|
end: "00:01:50"
|
640
645
|
audio_info: //youtube.com/channel/UCEsIlUzfXYT5AZSOVnbFqsQ
|
641
646
|
cover_image: //img.youtube.com/vi/yttS9UNgZFk/maxresdefault.jpg
|
642
|
-
duration: "02:45"
|
647
|
+
duration: "00:02:45"
|
643
648
|
|
644
649
|
# --------------------------------------------------------------------------
|
645
650
|
# Bea and her Business
|
@@ -663,6 +668,7 @@ settings:
|
|
663
668
|
cover_image: /assets/audio/cover/default/placeholder-blue.jpg
|
664
669
|
audio_fade: true
|
665
670
|
audio_single: false
|
671
|
+
repeat: false
|
666
672
|
shuffle: false
|
667
673
|
|
668
674
|
# ------------------------------------------------------------------------
|
@@ -681,7 +687,7 @@ settings:
|
|
681
687
|
end: "00:03:20" # false | timestamp
|
682
688
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
683
689
|
cover_image: //img.youtube.com/vi/fTXrSVzkIXI/maxresdefault.jpg
|
684
|
-
duration: "03:26"
|
690
|
+
duration: "00:03:26"
|
685
691
|
|
686
692
|
|
687
693
|
# title 02
|
@@ -695,7 +701,7 @@ settings:
|
|
695
701
|
end: "00:02:56"
|
696
702
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
697
703
|
cover_image: //img.youtube.com/vi/dM7CmIHwJnU/maxresdefault.jpg
|
698
|
-
duration: "02:58"
|
704
|
+
duration: "00:02:58"
|
699
705
|
|
700
706
|
# title 03
|
701
707
|
- item:
|
@@ -708,7 +714,7 @@ settings:
|
|
708
714
|
end: "00:03:14"
|
709
715
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
710
716
|
cover_image: //img.youtube.com/vi/dM7CmIHwJnU/maxresdefault.jpg
|
711
|
-
duration: "03:21"
|
717
|
+
duration: "00:03:21"
|
712
718
|
|
713
719
|
# title 04
|
714
720
|
- item:
|
@@ -721,7 +727,7 @@ settings:
|
|
721
727
|
end: false # "00:02:50"
|
722
728
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
723
729
|
cover_image: //img.youtube.com/vi/npctqyR5ZdU/maxresdefault.jpg
|
724
|
-
duration: "02:53"
|
730
|
+
duration: "00:02:53"
|
725
731
|
|
726
732
|
# title 05
|
727
733
|
- item:
|
@@ -734,7 +740,7 @@ settings:
|
|
734
740
|
end: false
|
735
741
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
736
742
|
cover_image: //img.youtube.com/vi/DMxz1Sp8RPA/maxresdefault.jpg
|
737
|
-
duration: "02:58"
|
743
|
+
duration: "00:02:58"
|
738
744
|
|
739
745
|
# title 06
|
740
746
|
- item:
|
@@ -747,7 +753,7 @@ settings:
|
|
747
753
|
end: false
|
748
754
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
749
755
|
cover_image: //img.youtube.com/vi/PcDCR8s0IU4/maxresdefault.jpg
|
750
|
-
duration: "02:58"
|
756
|
+
duration: "00:02:58"
|
751
757
|
|
752
758
|
# title 07
|
753
759
|
- item:
|
@@ -760,7 +766,7 @@ settings:
|
|
760
766
|
end: false
|
761
767
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
762
768
|
cover_image: //img.youtube.com/vi/915zXRLgirM/maxresdefault.jpg
|
763
|
-
duration: "03:16"
|
769
|
+
duration: "00:03:16"
|
764
770
|
|
765
771
|
# title 08
|
766
772
|
- item:
|
@@ -773,7 +779,7 @@ settings:
|
|
773
779
|
end: false
|
774
780
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
775
781
|
cover_image: //img.youtube.com/vi/hu8VcmkM0yI/maxresdefault.jpg
|
776
|
-
duration: "02:37"
|
782
|
+
duration: "00:02:37"
|
777
783
|
|
778
784
|
# title 09
|
779
785
|
- item:
|
@@ -786,7 +792,7 @@ settings:
|
|
786
792
|
end: false
|
787
793
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
788
794
|
cover_image: //img.youtube.com/vi/eVcXzVMKf0I/maxresdefault.jpg
|
789
|
-
duration: "02:55"
|
795
|
+
duration: "00:02:55"
|
790
796
|
|
791
797
|
# title 10
|
792
798
|
- item:
|
@@ -799,7 +805,7 @@ settings:
|
|
799
805
|
end: false
|
800
806
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
801
807
|
cover_image: //img.youtube.com/vi/W5uafrpOZ6M/maxresdefault.jpg
|
802
|
-
duration: "02:55"
|
808
|
+
duration: "00:02:55"
|
803
809
|
|
804
810
|
# title 11
|
805
811
|
- item:
|
@@ -812,7 +818,7 @@ settings:
|
|
812
818
|
end: false
|
813
819
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
814
820
|
cover_image: //img.youtube.com/vi/gyquo0Z6ngY/maxresdefault.jpg
|
815
|
-
duration: "02:31"
|
821
|
+
duration: "00:02:31"
|
816
822
|
|
817
823
|
# title 12
|
818
824
|
- item:
|
@@ -825,7 +831,7 @@ settings:
|
|
825
831
|
end: false
|
826
832
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
827
833
|
cover_image: //img.youtube.com/vi/UXMMm3CdRdI/maxresdefault.jpg
|
828
|
-
duration: "02:31"
|
834
|
+
duration: "00:02:31"
|
829
835
|
|
830
836
|
# title 13
|
831
837
|
- item:
|
@@ -838,7 +844,7 @@ settings:
|
|
838
844
|
end: false
|
839
845
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
840
846
|
cover_image: //img.youtube.com/vi/6-B2hDMR7S0/maxresdefault.jpg
|
841
|
-
duration: "02:31"
|
847
|
+
duration: "00:02:31"
|
842
848
|
|
843
849
|
# title 14
|
844
850
|
- item:
|
@@ -851,7 +857,7 @@ settings:
|
|
851
857
|
end: false
|
852
858
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
853
859
|
cover_image: //img.youtube.com/vi/s74aKArgOvU/maxresdefault.jpg
|
854
|
-
duration: "02:31"
|
860
|
+
duration: "00:02:31"
|
855
861
|
|
856
862
|
# title 15
|
857
863
|
- item:
|
@@ -864,7 +870,7 @@ settings:
|
|
864
870
|
end: false
|
865
871
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
866
872
|
cover_image: //img.youtube.com/vi/R0UJgMJJaio/maxresdefault.jpg
|
867
|
-
duration: "02:50"
|
873
|
+
duration: "00:02:50"
|
868
874
|
|
869
875
|
# title 16
|
870
876
|
- item:
|
@@ -877,7 +883,7 @@ settings:
|
|
877
883
|
end: false
|
878
884
|
audio_info: //youtube.com/channel/UC_qruKTFPfMUJW6gsPGcwgA
|
879
885
|
cover_image: //img.youtube.com/vi/ffjNBbYa_oA/maxresdefault.jpg
|
880
|
-
duration: "02:50"
|
886
|
+
duration: "00:02:50"
|
881
887
|
|
882
888
|
# --------------------------------------------------------------------------
|
883
889
|
# Smooth Jazz (Diana Krall)
|
@@ -900,7 +906,8 @@ settings:
|
|
900
906
|
cover_image: /assets/audio/cover/default/placeholder-blue.jpg
|
901
907
|
audio_fade: true
|
902
908
|
audio_single: false
|
903
|
-
|
909
|
+
repeat: false
|
910
|
+
shuffle: false
|
904
911
|
|
905
912
|
# ------------------------------------------------------------------------
|
906
913
|
# TITLE settings (songs)
|
@@ -918,7 +925,7 @@ settings:
|
|
918
925
|
end: false # false | timestamp
|
919
926
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
920
927
|
cover_image: //img.youtube.com/vi/cizgXSegrko/maxresdefault.jpg
|
921
|
-
duration: "06:07"
|
928
|
+
duration: "00:06:07"
|
922
929
|
|
923
930
|
# title 02
|
924
931
|
- item:
|
@@ -931,7 +938,7 @@ settings:
|
|
931
938
|
end: false
|
932
939
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
933
940
|
cover_image: //img.youtube.com/vi/cizgXSegrko/maxresdefault.jpg
|
934
|
-
duration: "05:10"
|
941
|
+
duration: "00:05:10"
|
935
942
|
|
936
943
|
# title 03
|
937
944
|
- item:
|
@@ -944,7 +951,7 @@ settings:
|
|
944
951
|
end: false
|
945
952
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
946
953
|
cover_image: //img.youtube.com/vi/cizgXSegrko/maxresdefault.jpg
|
947
|
-
duration: "03:11"
|
954
|
+
duration: "00:03:11"
|
948
955
|
|
949
956
|
# title 04
|
950
957
|
- item:
|
@@ -957,7 +964,7 @@ settings:
|
|
957
964
|
end: false
|
958
965
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
959
966
|
cover_image: //img.youtube.com/vi/cizgXSegrko/maxresdefault.jpg
|
960
|
-
duration: "06:07"
|
967
|
+
duration: "00:06:07"
|
961
968
|
|
962
969
|
# title 05
|
963
970
|
- item:
|
@@ -970,7 +977,7 @@ settings:
|
|
970
977
|
end: false
|
971
978
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
972
979
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
973
|
-
duration: "06:07"
|
980
|
+
duration: "00:06:07"
|
974
981
|
|
975
982
|
# title 06
|
976
983
|
- item:
|
@@ -983,7 +990,7 @@ settings:
|
|
983
990
|
end: false
|
984
991
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
985
992
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
986
|
-
duration: "05:00"
|
993
|
+
duration: "00:05:00"
|
987
994
|
|
988
995
|
# title 07
|
989
996
|
- item:
|
@@ -996,7 +1003,7 @@ settings:
|
|
996
1003
|
end: false
|
997
1004
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
998
1005
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
999
|
-
duration: "03:29"
|
1006
|
+
duration: "00:03:29"
|
1000
1007
|
|
1001
1008
|
# title 08
|
1002
1009
|
- item:
|
@@ -1009,7 +1016,7 @@ settings:
|
|
1009
1016
|
end: false
|
1010
1017
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1011
1018
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1012
|
-
duration: "04:43"
|
1019
|
+
duration: "00:04:43"
|
1013
1020
|
|
1014
1021
|
# title 09
|
1015
1022
|
- item:
|
@@ -1022,7 +1029,7 @@ settings:
|
|
1022
1029
|
end: false
|
1023
1030
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1024
1031
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1025
|
-
duration: "03:50"
|
1032
|
+
duration: "00:03:50"
|
1026
1033
|
|
1027
1034
|
# title 10
|
1028
1035
|
- item:
|
@@ -1035,7 +1042,7 @@ settings:
|
|
1035
1042
|
end: false
|
1036
1043
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1037
1044
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1038
|
-
duration: "03:48"
|
1045
|
+
duration: "00:03:48"
|
1039
1046
|
|
1040
1047
|
# title 11
|
1041
1048
|
- item:
|
@@ -1048,7 +1055,7 @@ settings:
|
|
1048
1055
|
end: false
|
1049
1056
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1050
1057
|
cover_image: //img.youtube.com/vi/jkk2mMq2x8E/maxresdefault.jpg
|
1051
|
-
duration: "04:10"
|
1058
|
+
duration: "00:04:10"
|
1052
1059
|
|
1053
1060
|
# title 12
|
1054
1061
|
- item:
|
@@ -1061,7 +1068,7 @@ settings:
|
|
1061
1068
|
end: false
|
1062
1069
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1063
1070
|
cover_image: //img.youtube.com/vi/_z7X8fbNIkI/maxresdefault.jpg
|
1064
|
-
duration: "03:59"
|
1071
|
+
duration: "00:03:59"
|
1065
1072
|
|
1066
1073
|
# title 13
|
1067
1074
|
- item:
|
@@ -1074,7 +1081,7 @@ settings:
|
|
1074
1081
|
end: false
|
1075
1082
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1076
1083
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1077
|
-
duration: "04:37"
|
1084
|
+
duration: "00:04:37"
|
1078
1085
|
|
1079
1086
|
# title 14
|
1080
1087
|
- item:
|
@@ -1087,7 +1094,7 @@ settings:
|
|
1087
1094
|
end: false
|
1088
1095
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1089
1096
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1090
|
-
duration: "05:26"
|
1097
|
+
duration: "00:05:26"
|
1091
1098
|
|
1092
1099
|
# title 15
|
1093
1100
|
- item:
|
@@ -1100,7 +1107,7 @@ settings:
|
|
1100
1107
|
end: false
|
1101
1108
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1102
1109
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1103
|
-
duration: "05:14"
|
1110
|
+
duration: "00:05:14"
|
1104
1111
|
|
1105
1112
|
# title 16
|
1106
1113
|
- item:
|
@@ -1113,7 +1120,7 @@ settings:
|
|
1113
1120
|
end: false
|
1114
1121
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1115
1122
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1116
|
-
duration: "06:21"
|
1123
|
+
duration: "00:06:21"
|
1117
1124
|
|
1118
1125
|
# title 17
|
1119
1126
|
- item:
|
@@ -1126,7 +1133,7 @@ settings:
|
|
1126
1133
|
end: false
|
1127
1134
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1128
1135
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1129
|
-
duration: "04:35"
|
1136
|
+
duration: "00:04:35"
|
1130
1137
|
|
1131
1138
|
# title 18
|
1132
1139
|
- item:
|
@@ -1139,7 +1146,7 @@ settings:
|
|
1139
1146
|
end: false
|
1140
1147
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1141
1148
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1142
|
-
duration: "05:22"
|
1149
|
+
duration: "00:05:22"
|
1143
1150
|
|
1144
1151
|
# title 19
|
1145
1152
|
- item:
|
@@ -1152,7 +1159,7 @@ settings:
|
|
1152
1159
|
end: false
|
1153
1160
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1154
1161
|
cover_image: //img.youtube.com/vi/0XMZNI1qKh8/maxresdefault.jpg
|
1155
|
-
duration: "04:57"
|
1162
|
+
duration: "00:04:57"
|
1156
1163
|
|
1157
1164
|
# title 20
|
1158
1165
|
- item:
|
@@ -1165,7 +1172,7 @@ settings:
|
|
1165
1172
|
end: false
|
1166
1173
|
audio_info: //youtube.com/playlist?list=PL63F10BA7870008CB
|
1167
1174
|
cover_image: //img.youtube.com/vi/d8RYUZT57XA/maxresdefault.jpg
|
1168
|
-
duration: "04:01"
|
1175
|
+
duration: "00:04:01"
|
1169
1176
|
|
1170
1177
|
# --------------------------------------------------------------------------
|
1171
1178
|
# Mimi Rutherfurt, Maritim Verlag
|
@@ -1186,6 +1193,8 @@ settings:
|
|
1186
1193
|
artist: Maritim Verlag
|
1187
1194
|
audio_base: //youtube.com
|
1188
1195
|
cover_image: /assets/audio/cover/default/placeholder-blue.jpg
|
1196
|
+
repeat: false
|
1197
|
+
shuffle: false
|
1189
1198
|
|
1190
1199
|
# ------------------------------------------------------------------------
|
1191
1200
|
# Playlist Items (Songs)
|
@@ -1347,6 +1356,8 @@ settings:
|
|
1347
1356
|
playlist: faelle_des_bnd_yt
|
1348
1357
|
audio_base: //youtube.com
|
1349
1358
|
cover_image: /assets/audio/cover/default/placeholder-blue.jpg
|
1359
|
+
repeat: false
|
1360
|
+
shuffle: false
|
1350
1361
|
|
1351
1362
|
# ------------------------------------------------------------------------
|
1352
1363
|
# Playlist Items (Songs)
|
@@ -1388,14 +1399,17 @@ settings:
|
|
1388
1399
|
# ------------------------------------------------------------------------
|
1389
1400
|
# ALBUM settings
|
1390
1401
|
# ------------------------------------------------------------------------
|
1391
|
-
album: &
|
1392
|
-
name:
|
1402
|
+
album: &album_emancipator_music
|
1403
|
+
name: Emancipator Music
|
1393
1404
|
playlist: emancipator
|
1394
1405
|
artist: Emancipator
|
1395
|
-
audio_base: /assets/audio/album/emancipator
|
1406
|
+
audio_base: /assets/audio/album/emancipator
|
1396
1407
|
cover_image: /assets/audio/cover/default/placeholder-blue.jpg
|
1408
|
+
audio_info: //emancipatormusic.com/
|
1397
1409
|
audio_fade_in: true
|
1398
1410
|
audio_fade_out: true
|
1411
|
+
repeat: false
|
1412
|
+
shuffle: false
|
1399
1413
|
|
1400
1414
|
# ------------------------------------------------------------------------
|
1401
1415
|
# Playlist Items (Songs)
|
@@ -1405,55 +1419,99 @@ settings:
|
|
1405
1419
|
# title 01
|
1406
1420
|
- item:
|
1407
1421
|
enabled: true
|
1408
|
-
<<: *
|
1422
|
+
<<: *album_emancipator_music
|
1409
1423
|
title: First Snow
|
1410
1424
|
rating: 2
|
1411
|
-
start:
|
1412
|
-
end:
|
1425
|
+
start: "00:01:00" # false | "00:01:00"
|
1426
|
+
end: "00:01:20" # false | "00:01:10"
|
1413
1427
|
audio: FirstSnow.mp3
|
1414
|
-
|
1415
|
-
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/soon-it-will-be-cold-enough.jpg
|
1428
|
+
cover_image: /assets/audio/cover/emancipator/soon-it-will-be-cold-enough.jpg
|
1416
1429
|
duration: "00:05:12"
|
1417
1430
|
|
1418
1431
|
# title 02
|
1419
1432
|
- item:
|
1420
1433
|
enabled: true
|
1421
|
-
<<: *
|
1434
|
+
<<: *album_emancipator_music
|
1422
1435
|
title: From Dusk To Dawn
|
1423
1436
|
rating: 3
|
1424
1437
|
start: false # "00:00:30"
|
1425
1438
|
end: false # "00:00:40"
|
1426
1439
|
audio: DuskToDawn.mp3
|
1427
|
-
|
1428
|
-
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/from-dusk-to-dawn.jpg
|
1440
|
+
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn.jpg
|
1429
1441
|
duration: "00:05:25"
|
1430
1442
|
|
1431
1443
|
# title 03
|
1432
1444
|
- item:
|
1433
1445
|
enabled: true
|
1434
|
-
<<: *
|
1446
|
+
<<: *album_emancipator_music
|
1435
1447
|
title: Anthem
|
1436
1448
|
rating: 3
|
1437
1449
|
start: false # "00:00:30"
|
1438
1450
|
end: false # "00:00:40"
|
1439
1451
|
audio: Anthem.mp3
|
1440
|
-
|
1441
|
-
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/anthem.jpg
|
1452
|
+
cover_image: /assets/audio/cover/emancipator/anthem.jpg
|
1442
1453
|
duration: "00:05:40"
|
1443
1454
|
|
1444
1455
|
# title 04
|
1445
1456
|
- item:
|
1446
1457
|
enabled: true
|
1447
|
-
<<: *
|
1458
|
+
<<: *album_emancipator_music
|
1448
1459
|
title: Safe In The Steep Cliffs
|
1449
1460
|
rating: 3
|
1450
1461
|
start: false # "00:00:30"
|
1451
1462
|
end: false # "00:00:40"
|
1452
1463
|
audio: SafeInTheSteepCliffs.mp3
|
1453
|
-
|
1454
|
-
cover_image: /assets/audio/cover/emancipator/from-dusk-to-dawn/safe-in-the-steep-cliffs.jpg
|
1464
|
+
cover_image: /assets/audio/cover/emancipator/safe-in-the-steep-cliffs.jpg
|
1455
1465
|
duration: "00:04:35"
|
1456
1466
|
|
1467
|
+
# title 05
|
1468
|
+
- item:
|
1469
|
+
enabled: true
|
1470
|
+
<<: *album_emancipator_music
|
1471
|
+
title: Time For Space
|
1472
|
+
rating: 3
|
1473
|
+
start: false # "00:00:30"
|
1474
|
+
end: false # "00:00:40"
|
1475
|
+
audio: TimeForSpace.mp3
|
1476
|
+
cover_image: /assets/audio/cover/emancipator/tine-for-space.jpg
|
1477
|
+
duration: "00:07:13"
|
1478
|
+
|
1479
|
+
# title 06
|
1480
|
+
- item:
|
1481
|
+
enabled: true
|
1482
|
+
<<: *album_emancipator_music
|
1483
|
+
title: Sea To Sky
|
1484
|
+
rating: 3
|
1485
|
+
start: false # "00:00:30"
|
1486
|
+
end: false # "00:00:40"
|
1487
|
+
audio: SeaToSky.mp3
|
1488
|
+
cover_image: /assets/audio/cover/emancipator/sea-to-sky.jpg
|
1489
|
+
duration: "00:04:24"
|
1490
|
+
|
1491
|
+
# title 07
|
1492
|
+
- item:
|
1493
|
+
enabled: true
|
1494
|
+
<<: *album_emancipator_music
|
1495
|
+
title: Alligator
|
1496
|
+
rating: 3
|
1497
|
+
start: false # "00:00:30"
|
1498
|
+
end: false # "00:00:40"
|
1499
|
+
audio: alligator.mp3
|
1500
|
+
cover_image: /assets/audio/cover/emancipator/alligator.jpg
|
1501
|
+
duration: "00:03:13"
|
1502
|
+
|
1503
|
+
# title 08
|
1504
|
+
- item:
|
1505
|
+
enabled: true
|
1506
|
+
<<: *album_emancipator_music
|
1507
|
+
title: Dab City
|
1508
|
+
rating: 3
|
1509
|
+
start: false # "00:00:30"
|
1510
|
+
end: false # "00:00:40"
|
1511
|
+
audio: DabCity.mp3
|
1512
|
+
cover_image: /assets/audio/cover/emancipator/dab-city.jpg
|
1513
|
+
duration: "00:04:22"
|
1514
|
+
|
1457
1515
|
# --------------------------------------------------------------------------
|
1458
1516
|
# Disco 80th - Royalty Free Music
|
1459
1517
|
# --------------------------------------------------------------------------
|
@@ -1474,6 +1532,8 @@ settings:
|
|
1474
1532
|
audio_base: //p.productioncrate.com/stock-hd/audio
|
1475
1533
|
cover_image: /assets/audio/cover/royalty_free/free_disco_sounds.jpg
|
1476
1534
|
audio_fade: false
|
1535
|
+
repeat: false
|
1536
|
+
shuffle: false
|
1477
1537
|
|
1478
1538
|
# ------------------------------------------------------------------------
|
1479
1539
|
# Playlist Items (Songs)
|
@@ -1490,7 +1550,7 @@ settings:
|
|
1490
1550
|
end: false
|
1491
1551
|
audio: SoundsCrate-Dancefloor_Fever.mp3
|
1492
1552
|
audio_info: //sfx.productioncrate.com
|
1493
|
-
duration: "02:27"
|
1553
|
+
duration: "00:02:27"
|
1494
1554
|
|
1495
1555
|
# title 02
|
1496
1556
|
- item:
|
@@ -1502,7 +1562,7 @@ settings:
|
|
1502
1562
|
end: false
|
1503
1563
|
audio: SoundsCrate-Dance_On_Dance_Off.mp3
|
1504
1564
|
audio_info: //sfx.productioncrate.com
|
1505
|
-
duration: "02:14"
|
1565
|
+
duration: "00:02:14"
|
1506
1566
|
|
1507
1567
|
# title 03
|
1508
1568
|
- item:
|
@@ -1514,7 +1574,7 @@ settings:
|
|
1514
1574
|
end: false
|
1515
1575
|
audio: SoundsCrate-Disco_Flamingo.mp3
|
1516
1576
|
audio_info: //sfx.productioncrate.com
|
1517
|
-
duration: "02:19"
|
1577
|
+
duration: "00:02:19"
|
1518
1578
|
|
1519
1579
|
# title 04
|
1520
1580
|
- item:
|
@@ -1526,7 +1586,7 @@ settings:
|
|
1526
1586
|
end: false
|
1527
1587
|
audio: SoundsCrate-Downtown.mp3
|
1528
1588
|
audio_info: //sfx.productioncrate.com
|
1529
|
-
duration: "02:48"
|
1589
|
+
duration: "00:02:48"
|
1530
1590
|
|
1531
1591
|
# title 05
|
1532
1592
|
- item:
|
@@ -1538,7 +1598,7 @@ settings:
|
|
1538
1598
|
end: false
|
1539
1599
|
audio: SoundsCrate-Electric_Boogie.mp3
|
1540
1600
|
audio_info: //sfx.productioncrate.com
|
1541
|
-
duration: "02:19"
|
1601
|
+
duration: "00:02:19"
|
1542
1602
|
|
1543
1603
|
# title 06
|
1544
1604
|
- item:
|
@@ -1550,7 +1610,7 @@ settings:
|
|
1550
1610
|
end: false
|
1551
1611
|
audio: SoundsCrate-Grand_Central.mp3
|
1552
1612
|
audio_info: //sfx.productioncrate.com
|
1553
|
-
duration: "02:33"
|
1613
|
+
duration: "00:02:33"
|
1554
1614
|
|
1555
1615
|
# title 07
|
1556
1616
|
- item:
|
@@ -1562,7 +1622,7 @@ settings:
|
|
1562
1622
|
end: false
|
1563
1623
|
audio: SoundsCrate-In_The_Pocket.mp3
|
1564
1624
|
audio_info: //sfx.productioncrate.com
|
1565
|
-
duration: "02:58"
|
1625
|
+
duration: "00:02:58"
|
1566
1626
|
|
1567
1627
|
# title 08
|
1568
1628
|
- item:
|
@@ -1574,7 +1634,7 @@ settings:
|
|
1574
1634
|
end: false
|
1575
1635
|
audio: SoundsCrate-Lounge_Life.mp3
|
1576
1636
|
audio_info: //sfx.productioncrate.com
|
1577
|
-
duration: "02:34"
|
1637
|
+
duration: "00:02:34"
|
1578
1638
|
|
1579
1639
|
# title 09
|
1580
1640
|
- item:
|
@@ -1586,7 +1646,7 @@ settings:
|
|
1586
1646
|
end: false
|
1587
1647
|
audio: SoundsCrate-Made_For_This.mp3
|
1588
1648
|
audio_info: //sfx.productioncrate.com
|
1589
|
-
duration: "02:13"
|
1649
|
+
duration: "00:02:13"
|
1590
1650
|
|
1591
1651
|
# title 10
|
1592
1652
|
- item:
|
@@ -1598,7 +1658,7 @@ settings:
|
|
1598
1658
|
end: false
|
1599
1659
|
audio: SoundsCrate-Midnight_Express.mp3
|
1600
1660
|
audio_info: //sfx.productioncrate.com
|
1601
|
-
duration: "02:30"
|
1661
|
+
duration: "00:02:30"
|
1602
1662
|
|
1603
1663
|
# title 11
|
1604
1664
|
- item:
|
@@ -1610,7 +1670,7 @@ settings:
|
|
1610
1670
|
end: false
|
1611
1671
|
audio: SoundsCrate-Nightrun.mp3
|
1612
1672
|
audio_info: //sfx.productioncrate.com
|
1613
|
-
duration: "02:58"
|
1673
|
+
duration: "00:02:58"
|
1614
1674
|
|
1615
1675
|
# title 12
|
1616
1676
|
- item:
|
@@ -1622,7 +1682,7 @@ settings:
|
|
1622
1682
|
end: false
|
1623
1683
|
audio: SoundsCrate-Saturday_Night.mp3
|
1624
1684
|
audio_info: //sfx.productioncrate.com
|
1625
|
-
duration: "02:02"
|
1685
|
+
duration: "00:02:02"
|
1626
1686
|
|
1627
1687
|
# title 13
|
1628
1688
|
- item:
|
@@ -1634,7 +1694,7 @@ settings:
|
|
1634
1694
|
end: false
|
1635
1695
|
audio: SoundsCrate-Studio_45.mp3
|
1636
1696
|
audio_info: //sfx.productioncrate.com
|
1637
|
-
duration: "01:56"
|
1697
|
+
duration: "00:01:56"
|
1638
1698
|
|
1639
1699
|
# title 14
|
1640
1700
|
- item:
|
@@ -1646,7 +1706,7 @@ settings:
|
|
1646
1706
|
end: false
|
1647
1707
|
audio: SoundsCrate-Yes_Sir_I_Can_Disco.mp3
|
1648
1708
|
audio_info: //sfx.productioncrate.com
|
1649
|
-
duration: "02:21"
|
1709
|
+
duration: "00:02:21"
|
1650
1710
|
|
1651
1711
|
# title 15
|
1652
1712
|
- item:
|
@@ -1658,7 +1718,7 @@ settings:
|
|
1658
1718
|
end: false
|
1659
1719
|
audio: soundscrate-fashion-show.mp3
|
1660
1720
|
audio_info: /sfx.productioncrate.com
|
1661
|
-
duration: "03:08"
|
1721
|
+
duration: "00:03:08"
|
1662
1722
|
|
1663
1723
|
# title 16
|
1664
1724
|
- item:
|
@@ -1670,7 +1730,7 @@ settings:
|
|
1670
1730
|
end: false
|
1671
1731
|
audio: soundscrate-loungy-disco.mp3
|
1672
1732
|
audio_info: //sfx.productioncrate.com
|
1673
|
-
duration: "03:04"
|
1733
|
+
duration: "00:03:04"
|
1674
1734
|
|
1675
1735
|
# title 17
|
1676
1736
|
- item:
|
@@ -1682,7 +1742,7 @@ settings:
|
|
1682
1742
|
end: false
|
1683
1743
|
audio: soundscrate-oakland-style.mp3
|
1684
1744
|
audio_info: //sfx.productioncrate.com
|
1685
|
-
duration: "03:19"
|
1745
|
+
duration: "00:03:19"
|
1686
1746
|
|
1687
1747
|
# title 18
|
1688
1748
|
- item:
|
@@ -1694,7 +1754,7 @@ settings:
|
|
1694
1754
|
end: false
|
1695
1755
|
audio: soundscrate-funkish-vibe.mp3
|
1696
1756
|
audio_info: //sfx.productioncrate.com
|
1697
|
-
duration: "02:38"
|
1757
|
+
duration: "00:02:38"
|
1698
1758
|
|
1699
1759
|
# ------------------------------------------------------------------------------
|
1700
1760
|
# END config
|