New post
This commit is contained in:
parent
68d4d5b188
commit
93a20e95b0
1 changed files with 32 additions and 0 deletions
32
src/content/posts/minpluto-and-its-future-goals.md
Normal file
32
src/content/posts/minpluto-and-its-future-goals.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
title: MinPluto Development Update
|
||||
url: minpluto-and-its-future-goals
|
||||
image: https://md.sudovanilla.org/images/minpluto-2024-dev-state-blog-november.png
|
||||
date: 2024-10-31
|
||||
---
|
||||
|
||||
## What is MinPluto?
|
||||
|
||||
MinPluto is a modern privacy frontend for ~~YouTube~~ and Twitch giving you total anonymity. It provides additional features such as an account system, no annoying ads, multilingual support, custom video player, and additional customization.
|
||||
|
||||
## Current State
|
||||
|
||||
YouTube frequently updates the way their backend operates, [Invidious API](https://docs.invidious.io/api/) works but gets constantly blocked on a lot of instances including mine. With the various changes implemented by YouTube this year, users have been receiving messages like "This helps protect our community." and "Please sign in to confirm you’re not a bot".
|
||||
|
||||
MinPluto depends heavily on Invidious API to bring YouTube support. Given these circumstances, MinPluto intends to no longer provide support for YouTube. Are there not already an abundance of YouTube interfaces available? MinPluto does not want to simply be another YouTube interface at the moment.
|
||||
|
||||
## What Now?
|
||||
|
||||
**Platforms**
|
||||
|
||||
MinPluto will keep providing support to Twitch with the help of the SafeTwitch backend API. Huge thanks to [dragongoose](https://codeberg.org/dragongoose) for their SafeTwitch project and for their help.
|
||||
|
||||
Given that we have already discussed YouTube, it might be worth exploring the possibility of adding additional platforms. Currently, I am thinking about Peertube and/or Odysee as options. Also, integrating platforms like Vimeo and Bilibill may be more challenging at the moment, but I would also like to consider adding them in the far future.
|
||||
|
||||
**Rewrite Planned**
|
||||
|
||||
I will be making significant revisions to MinPluto, including rewriting it to mainly use MinPluto's own UI component library, Polestar, for a complete overhaul of the user interface. I aim to improve navigation for both desktop and mobile platforms using Polestar, while also ensuring design consistency across all of the pages. I would like to prioritize adding a "Light Mode" for accessibility reasons, even though some may not prefer it. This option is necessary to provide a more comfortable viewing experience for certain users. The default theme setting will be "System Theme", will be changable in the settings menu.
|
||||
|
||||
The account system will need to be revamped as well. MinPluto plans to continue using Supabase because it was the easier stack to work with during early development a year ago. Although there is a possibility of experimenting with something else, the preference is to stick with Supabase to keep things simple. One of the tasks that still needs to be addressed is figuring out how to implement an import/export function and manage such data.
|
||||
|
||||
I will enhance the API in MinPluto to increase its capabilities for retrieving data from various platforms and managing accounts.
|
Loading…
Reference in a new issue