diff --git a/NUXT/components/Player/index.vue b/NUXT/components/Player/index.vue index b07280f..f44c5ee 100644 --- a/NUXT/components/Player/index.vue +++ b/NUXT/components/Player/index.vue @@ -406,7 +406,7 @@ export default { if (this.$store.state.player.preload) this.prebuffer(this.sources[0].url); else { this.audSrc = this.sources[this.sources.length - 1].url; - this.vidSrc = this.sources[0].url; + this.vidSrc = this.sources[3].url; } this.$youtube.getSponsorBlock(this.video.id, (data) => { diff --git a/NUXT/components/topNavigation.vue b/NUXT/components/topNavigation.vue index 03d381a..c7f9d7a 100644 --- a/NUXT/components/topNavigation.vue +++ b/NUXT/components/topNavigation.vue @@ -63,11 +63,17 @@ v-show="!search" icon tile - class="ml-4 mr-2 my-auto fill-height" - style="border-radius: 0.25rem !important" - to="/settings" + class="ml-4 mr-2 my-auto fill-height rounded-xl" + :style="$route.name !== 'settings' ? '' : 'transform: rotate(180deg)'" + @click=" + $route.path.includes('settings') || $route.path.includes('/tweaks') + ? $router.go(-1) + : $router.push('/settings') + " > - mdi-cog-outline + {{ + $route.name !== "settings" ? "mdi-cog-outline" : "mdi-close" + }} diff --git a/NUXT/pages/mods/player.vue b/NUXT/pages/mods/player.vue index 9095396..df63152 100644 --- a/NUXT/pages/mods/player.vue +++ b/NUXT/pages/mods/player.vue @@ -190,6 +190,104 @@ +

+ mdi-youtube + Quality · 1080p +

+ + + +
+
+ Video Codec +
+
+ Just pick VP9 +
+
+
+ AVC + VP9 +
+
+ + + still in progress, not functional yet. + + + +
+ OGG OPUS + MP4 MP4a +
+
+
+ Audio Codec +
+
+ OGG is better +
+
+
+
+ + +

mdi-cog-play Other @@ -261,13 +359,6 @@ Loop - - diff --git a/NUXT/pages/mods/tweaks.vue b/NUXT/pages/mods/tweaks.vue index fba7123..92c651e 100644 --- a/NUXT/pages/mods/tweaks.vue +++ b/NUXT/pages/mods/tweaks.vue @@ -4,7 +4,7 @@ - - + --> - + - - + --> @@ -66,7 +66,7 @@ mdi-chevron-down