https://github.com/bvolvy/CustomLogoPlugin
This plugin allows you to replace the default Jellyfin logo with your own custom image via an upload interface.
https://github.com/bvolvy/CustomLogoPlugin
Last synced: 10 months ago
JSON representation
This plugin allows you to replace the default Jellyfin logo with your own custom image via an upload interface.
- Host: GitHub
- URL: https://github.com/bvolvy/CustomLogoPlugin
- Owner: bvolvy
- Created: 2025-05-01T02:21:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-26T00:21:38.000Z (10 months ago)
- Last Synced: 2025-05-26T01:29:47.184Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-jellyfin - CustomLogoPlugin - Allows uploading of custom logos to replace the default Jellyfin logo. (🧩 Plugins)
README
# Jellyfin Custom Logo Plugin
This plugin allows you to replace the default Jellyfin logo with your own custom image via an upload interface.
## 📦 Features
- Upload a custom logo image through the Jellyfin dashboard.
- Automatically replaces default Jellyfin logos.
- Compatible with Jellyfin 10.10.6 and above.
- Designed for future version compatibility.
---
# Jellyfin Custom Logo Plugin
This plugin allows you to replace the default Jellyfin logo with your own custom image via an upload interface.
---
## 🛠️ Installation Steps
### Access Jellyfin Dashboard:
- Navigate to your Jellyfin server's dashboard.
### Add Plugin Repository:
1. Go to `Plugins` > `Repositories`.
2. Click on `+` to add a new repository.
3. Enter the following details:
- **Name:** `CustomLogoPlugin`
- **URL:**
```
https://raw.githubusercontent.com/bvolvy/CustomLogoPlugin/main/manifest.json
```
4. Click **Save**.
### Install the Plugin:
- Navigate to `Plugins` > `Catalog`.
- Find **Custom Logo** in the list.
- Click **Install**.
### Restart Jellyfin:
- After installation, restart your Jellyfin server to apply changes.
---
## 🎨 Uploading Your Custom Logo
### Access Plugin Configuration:
- Go to `Plugins` > `Custom Logo`.
### Upload Logo:
- Use the provided interface to upload your custom logo image.
- Ensure the image is in **PNG format** for best compatibility.
### Apply Changes:
- After uploading, the plugin will handle replacing the default Jellyfin logos with your custom image.
---
## 🔄 Compatibility
This plugin is designed to be compatible with **Jellyfin version 10.10.6 and above**.
It utilizes standard plugin APIs to ensure functionality with future Jellyfin updates.
---
## 📄 License
MIT License