Update README and branding for jellyflood

- Rebrand from Swiftfin to jellyflood
- Remove iOS/TestFlight/App Store references (tvOS only)
- Update logo with pink gradient (#FF1493 to #FF69B4)
- Add Xtream plugin and EPG feature highlights
- Remove translation/community links
- Simplify to personal fork documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ashik K 2025-10-18 09:27:55 +02:00
parent 09a3ce15a0
commit 1f5b1a52ff
2 changed files with 14 additions and 44 deletions

View File

@ -1,57 +1,27 @@
<div align="center">
<img alt="Swiftfin" src="./Resources/primary-wide.svg">
<img alt="jellyflood" src="./Resources/primary-wide.svg">
<h1>Swiftfin</h1>
<img src="https://img.shields.io/badge/iOS-15+-red"/>
<img src="https://img.shields.io/badge/tvOS-17+-red"/>
<h1>jellyflood</h1>
<img src="https://img.shields.io/badge/tvOS-17+-ff69b4"/>
<img src="https://img.shields.io/badge/Jellyfin-10.10-9962be"/>
<a href="https://translate.jellyfin.org/engage/swiftfin/">
<img src="https://translate.jellyfin.org/widgets/swiftfin/-/svg-badge.svg"/>
</a>
<a href="https://matrix.to/#/#jellyfin:matrix.org">
<img src="https://img.shields.io/matrix/jellyfin:matrix.org">
</a>
<a href="https://discord.gg/zHBxVSXdBV">
<img src="https://img.shields.io/badge/Talk%20on-Discord-brightgreen">
</a>
</div>
<p align="center">
<b>Swiftfin</b> is a modern video client for the <a href="https://github.com/jellyfin/jellyfin">Jellyfin</a> media server. Made using Swift to maximize direct play with the power of <b>VLC</b> and look <b>native</b> on all classes of Apple devices.
<b>jellyflood</b> is a personal fork of Swiftfin, a modern video client for the <a href="https://github.com/jellyfin/jellyfin">Jellyfin</a> media server with Xtream plugin support and EPG functionality. Made using Swift to maximize direct play with the power of <b>VLC</b> and look <b>native</b> on tvOS.
</p>
## ⚡️ Download
## 🎬 Features
<a href="https://apps.apple.com/us/app/swiftfin/id1604098728">
<img height=75 alt="Download on the Apple App Store" src="./Resources/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg"/>
</a>
## 🛠️ TestFlight
Use the TestFlight version to test new features and bug fixes before being published to the App Store. We are grateful for your time and resources for reporting new bugs.
> [!NOTE]
> Only iOS has a TestFlight version. See [this discussion](https://github.com/jellyfin/Swiftfin/discussions/1294) for tvOS updates.
<a href="https://testflight.apple.com/join/SqNPfdxq">
<img height=75 alt="Get the beta on TestFlight" src="./Resources/testflight.svg"/>
</a>
- **Jellyfin Media Server Client** - Full-featured tvOS client for Jellyfin
- **Xtream Plugin Support** - Integrated support for Xtream IPTV streams
- **Electronic Program Guide (EPG)** - Complete EPG implementation for Live TV
- **Native Video Players** - Both AVKit and VLCKit player support
- **tvOS Optimized** - Native tvOS interface with full-screen navigation
## ⚙️ Development
Thank you for your interest in Swiftfin! Please check out the [Contribution Guidelines](https://github.com/jellyfin/Swiftfin/blob/main/Documentation/contributing.md) to get started.
Based on Swiftfin 1.3, this fork focuses on tvOS-only functionality with enhanced IPTV capabilities.
## 🎬 Player Differences
Swiftfin offers both **Native (AVKit)** and **Swiftfin (VLCKit)** players to provide the best compatibility across Apple devices. To learn more about the capabilities and differences between these players, visit our [Player Differences documentation](https://github.com/jellyfin/Swiftfin/blob/main/Documentation/players.md).
## 📚 Translations
**Don't see Swiftfin in your language?**
Check out our [Weblate instance](https://translate.jellyfin.org/projects/swiftfin/) to help translate Swiftfin and other Jellyfin projects.
<a href="https://translate.jellyfin.org/engage/swiftfin/">
<img src="https://translate.jellyfin.org/widgets/swiftfin/-/multi-auto.svg"/>
</a>
jellyflood offers both **Native (AVKit)** and **VLC (VLCKit)** players to provide the best compatibility. The VLC player provides superior codec support for direct play.

View File

@ -3,8 +3,8 @@
<title>primary-wide</title>
<defs>
<linearGradient x1="19.1597758%" y1="40.8257212%" x2="100.812783%" y2="88.6971024%" id="linearGradient-1">
<stop stop-color="#1F4EA7" offset="0%"></stop>
<stop stop-color="#00DDFF" offset="100%"></stop>
<stop stop-color="#FF1493" offset="0%"></stop>
<stop stop-color="#FF69B4" offset="100%"></stop>
</linearGradient>
</defs>
<g id="Primary" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB