Part of the Jellyfin Project
UX elements for Jellyfin, including logos, fonts, and other elements shared across all projects.
.
├── 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.