From c793d5940fbf126028bb41a1431509b528823410 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 1 Nov 2024 21:38:28 -0400 Subject: [PATCH] Update README --- README.md | 44 +++++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bf0f0fa..add5a13 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,24 @@ -# Zorn +
+

+Logo +

+
+ +
+Tailored for MinPluto, customizable for you. +
+
+
+
![Zorn using Milieu Mode](https://md.sudovanilla.org/images/Screenshot%20from%202024-08-16%2016-16-48.png) -A custom video player tailored for MinPluto. +
+ + + + +
## Installation To install Zorn for your Astro project, run the following: @@ -79,6 +95,7 @@ Local: ```jsx ``` +> [!NOTE] > Use the `/public/` folder in your Astro project. Remote: @@ -94,6 +111,7 @@ Local: ```jsx ``` +> [!NOTE] > Use the `/public/` folder in your Astro project. Remote: @@ -127,7 +145,7 @@ Then, as a slot, add your menu like so: ``` - +> [!NOTE] > Use `OpenZornMenu()` as the open menu function. You can use the scripts provided in `/test/` of this package. You can also add sub-menus with additional scripts you'll need to add: @@ -203,9 +221,10 @@ Just add the `Live` option with an `.m3u8` source. | **Other Browsers**| | FOSS Browser | ✅ | ✅ | ❌ | ✅ | | Ladybird | 🔘 | 🔘 | 🔘 | 🔘 | +| Pale Moon | 🔘 | 🔘 | 🔘 | 🔘 | | **WebKit Browsers**| | Safari | 🔘 | 🔘 | 🔘 | 🔘 | -| GNOME Web | ✅ | ✅ | ✅*N| ✅ | +| GNOME Web | ✅ | ✅ | ✅ | ✅ | | DuckDuckGo | 🔘 | 🔘 | 🔘 | 🔘 | | **Electron Browsers**| | Min | 🔘 | ✅ | ✅ | ✅ | @@ -215,9 +234,11 @@ Just add the `Live` option with an `.m3u8` source. | Google Chrome | ✅ | ✅ | ✅ | ✅ | | Microsoft Edge | ✅ | ✅ | ✅ | ✅ | | Opera | ✅ | ✅ | ✅ | ✅ | +| Vanadium | 🔘 | 🔘 | 🔘 | 🔘 | | Vivaldi | ✅ | ✅ | ✅ | ✅ | -| Yandex | ✅ | ❌ | ✅ | ❌ | +| Yandex | ✅ | ✅ | ✅ | ✅ | | **Firefox Browsers**| +| Basilisk | 🔘 | 🔘 | 🔘 | 🔘 | | Falkon | ✅ | ✅ | ✅ | ✅ | | Firefox | ✅ | ✅ | ✅ | ✅ | | Floorp | ✅ | ✅ | ✅ | ✅ | @@ -227,15 +248,12 @@ Just add the `Live` option with an `.m3u8` source. | Mullvad | ✅ | ✅ | ✅ | ✅ | | Tor | 🔘 | 🔘 | 🔘 | 🔘 | | Waterfox | ✅ | ✅ | ✅ | ✅ | +| Zen | ✅ | ✅ | ✅ | ✅ | | **Outdated Browsers**| | Internet Explorer | 🔘 | 🔘 | 🔘 | 🔘 | -> All browsers are tested as-is out of box. Some functions with ❌ can probably work if you tweak the settings or interact with a built-in extension. +> [!NOTE] +> All browsers are tested as-is out of box. Some functions with ❌ can probably work if you tweak the settings or interact with a built-in extension. 🔘 means it's not been tested yet. -> IC: By default, GNU/IceCat has the LibreJS extension installed, it will block all JS by default if it does not provide a valid license. Examples for settings menu do not provide one nor one is shown in the test version. - -> N: The backdrop blur does not work. This should not affect the function of the video player. - -## To Do - - [x] Support HLS (HTTP Live Streaming) - - [ ] Touch gestures for mobile \ No newline at end of file +> [!NOTE] +> IC: By default, GNU/IceCat has the LibreJS extension installed, it will block all JS by default if it does not provide a valid license. Examples for settings menu do not provide one nor one is shown in the test version. \ No newline at end of file