スキル一覧に戻る
jellyfin-labs

investigate-jellyfin-repos

by jellyfin-labs

Experimental rewrite of Jellyfin Desktop built on CEF

6🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: investigate-jellyfin-repos description: Use when researching features in jellyfin-web (the Jellyfin server's web UI rendered in CEF) or jellyfin-desktop (old Qt app) for reference during implementation

Investigating Related Jellyfin Repositories

Overview

Two external repos provide context for this rewrite:

  • jellyfin-web: Web UI served by Jellyfin server, rendered in CEF layer
  • jellyfin-desktop: Old Qt-based desktop app (reference for feature parity)

Repo Locations

Repos live in third_party/ (gitignored):

  • third_party/jellyfin-web
  • third_party/jellyfin-desktop

Clone if not present:

git clone --recurse-submodules https://github.com/jellyfin/jellyfin-web.git third_party/jellyfin-web
git clone --recurse-submodules https://github.com/jellyfin/jellyfin-desktop.git third_party/jellyfin-desktop

jellyfin-web

The web UI that runs inside CEF. Key areas:

PathPurpose
src/controllers/Page controllers (playback, settings, etc)
src/components/Reusable UI components
src/plugins/Plugin architecture
src/scripts/Core JS logic

When investigating web UI behavior, search this repo.

jellyfin-desktop (Qt)

Old desktop app. Useful for:

  • Native integration patterns (MPRIS, system tray, shortcuts)
  • Feature reference when implementing parity
PathPurpose
src/player/Qt media player integration
src/settings/Settings management
native/Platform-specific code

Workflow

  1. Clone repos if not present
  2. Use Explore agent or grep to find relevant code
  3. Compare implementations between old Qt app and web UI
  4. Apply learnings to this CEF+mpv rewrite

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です