Zum Inhalt springen
← Zurück zu den Projekten

Jellyfin Ux

Jellyfin UX

Part of the Jellyfin Project


Logo Banner

UX elements for Jellyfin, including logos, fonts, and other elements shared across all projects.

#Directory Structure

.
├── branding                    # All images used for branding. 🧹
│   ├── NSIS                    # Graphics used in the Windows installer.
│   ├── SVG                     # Random assets linked to from too many places. ❌
│   ├── android                 # All visuals used for Android apps.
│   │   ├── mobile              # Graphics for the android mobile app.
│   │   │   ├── app             # Visual assets used in the app.
│   │   │   └── fastlane        # Images for the store listing.
│   │   └── tv                  # Graphics for the android tv app.
│   │       ├── app             # Visual assets used in the app.
│   │       └── fastlane        # Images for the store listing.
│   ├── ios                     # All visuals used for iOS apps.
│   ├── reddit                  # Graphics for the subreddit.
│   ├── roku                    # All visuals used for the Roku app.
│   ├── tizen                   # All visuals used for the Tizen app.
│   └── web                     # Graphics for the web app.
│       └── favicons
├── logos                       # Jellyfin logos in various formats.
│   ├── PNG-4x
│   ├── PNG-background-space
│   └── SVG
└── plugins                     # Thumbnails for plugins.
    ├── SVG
    └── repository              # 🧹
  • ❌ — Deprecated, do not create new files here
  • 🧹 — Needs cleanup

Please see the branding guide for more information on using these assets.

Neue Version verfügbar.