From b2de748852a9f1d6acf01148c51ff256ed76892b Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sun, 16 Feb 2025 17:15:57 +1300 Subject: [PATCH] Removed mini player --- README.md | 4 - docs/SETTINGS.md | 9 -- .../android/en-US/full_description.txt | 2 +- .../electron/materialious.metainfo.xml | 1 - .../src/lib/components/MiniPlayer.svelte | 131 ------------------ materialious/src/lib/components/Player.svelte | 3 - materialious/src/lib/store.ts | 4 - materialious/src/routes/(app)/+layout.svelte | 2 - .../routes/(app)/watch/[slug]/+page.svelte | 17 --- 9 files changed, 1 insertion(+), 172 deletions(-) delete mode 100644 materialious/src/lib/components/MiniPlayer.svelte diff --git a/README.md b/README.md index 3f4fbcc8..208864a1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ - [Invidious API extended integration!](https://github.com/Materialious/api-extended) - Sync your watch progress between Invidious sessions. - Watch sync parties! -- Mini player. - Silence skipper (Experimental.) - [YouTube.js](https://github.com/LuanRT/YouTube.js) fallback if Invidious fails loading videos for Desktop & Android. - Preview video on hover. @@ -104,9 +103,6 @@ Deploy Materialious for your Invidious instance using Docker. Follow the steps o ## Settings ![Preview of settings](./previews/setting-preview.png) -## Mini player -![Preview of mini player](./previews/mini-player-desktop-preview.png) - ## Channel ![Preview of channel](./previews/channel-preview.png) diff --git a/docs/SETTINGS.md b/docs/SETTINGS.md index adf14f93..9d07cbf9 100644 --- a/docs/SETTINGS.md +++ b/docs/SETTINGS.md @@ -20,7 +20,6 @@ Materialious allows you to customize various settings by overwriting the default + [Low bandwidth mode](#low-bandwidth-mode) + [Display thumbnail avatars](#) * [Player](#player) - + [Mini player](#mini-player) + [Autoplay video](#autoplay-video) + [Always loop video](#always-loop-video) + [Proxy videos](#proxy-videos) @@ -145,14 +144,6 @@ Avoids loading images. ## Player -### Mini player - -Enables or disables the mini player feature. - -```json -"playerMiniPlayer": true -``` - ### Autoplay video Controls whether videos autoplay. diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 986bc379..05bd7247 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1 +1 @@ -

Materialious is a client for Invidious using material design. It lets you browse and watch videos, manage playlists and use channels.


Features:

\ No newline at end of file +

Materialious is a client for Invidious using material design. It lets you browse and watch videos, manage playlists and use channels.


Features:

\ No newline at end of file diff --git a/materialious/electron/materialious.metainfo.xml b/materialious/electron/materialious.metainfo.xml index d00cdaf8..543e298d 100644 --- a/materialious/electron/materialious.metainfo.xml +++ b/materialious/electron/materialious.metainfo.xml @@ -10,7 +10,6 @@