MCPcopy Index your code
hub / github.com/YePpHa/maia-yt

github.com/YePpHa/maia-yt @v0.2.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.2.2 ↗ · + Follow
600 symbols 1,247 edges 99 files 65 documented · 11% updated 3y agov0.2.2 · 2018-03-31★ 49461 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

maia-yt

Greenkeeper badge Build Status Discord Latest release

Currently codenamed maia-yt is a userscript (and browser extension) that enhances the user's experience on YouTube.

What's in this at the moment

It will only work for the new YouTube layout and will only repeat a video. A lot of the core functionality of this project hasn't been finalized yet.

Current plan moving forward

I will at some point also add these as issues and create proper milestones on GitHub.

Alpha milestone (current)

Before anything else, the groundwork for this project needs to be completed. Here's a simplistic overview of what needs to be done: - Only inject scripts into the page that is necessary for it to control the player and other essential things. We don't want to degrade the performance as in the old YouTube Center. - Player controller that will dispatch player events (play, pause, end, video quality change, etc.). - Simple functionality like the repeat functionality. This depends on the end video event. - Support for the new YouTube layout (including the old one) - (Maybe UI components on the page - only for testing) - Simple settings

Beta milestone

In this stage a lot of missing things in the first milestone will be added. This will be the first usable version. - Implement settings UI. I might decide on a whole page/website for the settings. - Implement a lot of basic features (haven't decided on what to add yet). - Add Chrome extension, Edge extension, Firefox extension, Maxthon extension and Safari extension (if I'm missing some create an issue about it and I will consider adding it to the list). - Implement an i18n system. - ...

Release milestone

Not sure what should be in this milestone yet.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 389
Class 110
Interface 48
Function 39
Enum 14

Languages

TypeScript100%

Modules by API surface

src/app/youtube/Player.ts50 symbols
src/app/player/Player.ts34 symbols
src/app/libs/messaging/ServicePort.ts21 symbols
src/app/youtube/PlayerListenable.ts20 symbols
src/app/components/quality/index.ts19 symbols
src/app/youtube/events.ts18 symbols
src/app/libs/events/index.ts18 symbols
src/app/App.ts18 symbols
src/app/libs/events/EventTarget.ts17 symbols
src/app/components/IComponent.ts17 symbols
src/app/libs/events/Listenable.ts14 symbols
src/app/libs/events/ListenerMap.ts13 symbols

For agents

$ claude mcp add maia-yt \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page