From dbe98fe5e39fc7b0dcc7a28c63008419fcf0de2c Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Fri, 22 Jul 2022 03:15:31 -0700 Subject: [PATCH] removed loading bar, testing without hlscider --- .../views/components/animatedartwork-view.ejs | 4 +- src/renderer/views/main.ejs | 218 +++++++++--------- 2 files changed, 116 insertions(+), 106 deletions(-) diff --git a/src/renderer/views/components/animatedartwork-view.ejs b/src/renderer/views/components/animatedartwork-view.ejs index ef091ee3..8236252f 100644 --- a/src/renderer/views/components/animatedartwork-view.ejs +++ b/src/renderer/views/components/animatedartwork-view.ejs @@ -43,7 +43,7 @@ this.hls.detachMedia(); } else { - this.hls = new CiderHls(config); + this.hls = new Hls(config); } // bind them together if (this.$refs.video) { @@ -59,7 +59,7 @@ } this.hls.attachMedia(this.$refs.video); - this.hls.loadSource(this.video); + this.hls.loadSource(this.video, p); let u = this.hls; var quality = app.cfg.visual.animated_artwork_qualityLevel; setTimeout(() => { diff --git a/src/renderer/views/main.ejs b/src/renderer/views/main.ejs index 6c7c192f..fa72d902 100644 --- a/src/renderer/views/main.ejs +++ b/src/renderer/views/main.ejs @@ -2,123 +2,133 @@
- - - - - - - - - + + + + + + + + +