Merge branch 'develop' of https://github.com/DonutWare/Fladder into develop

This commit is contained in:
PartyDonut 2025-11-07 09:36:24 +01:00
commit 861d75b1e9
2 changed files with 22 additions and 22 deletions

View file

@ -752,7 +752,7 @@ jobs:
include: include:
- build_type: release - build_type: release
identifier: DonutWare.Fladder identifier: DonutWare.Fladder
max_versions: "" max_versions: "0"
- build_type: nightly - build_type: nightly
identifier: DonutWare.Fladder.Nightly identifier: DonutWare.Fladder.Nightly
max_versions: "1" max_versions: "1"

View file

@ -32,18 +32,22 @@
## Key Features ## Key Features
* Play media Stream or sync content locally to your device. * Play media Stream or sync content locally to your device
* Manage your library Refresh content and edit metadata. * Manage your library Refresh content and edit metadata
* Multiple profiles Lock profiles and connect to different servers. * Multiple profiles add multiple users or different servers easily switching between
* Direct/Transcode playback * Direct, Transcode and Offline playback
* Intro/Credits skipping * Media segments skipping (Intro/Credits etc.)
* Trickplay support (timeline scrubbing) * Trickplay support (timeline scrubbing)
* Dark/Light mode * Dark/Light mode and multiple color styles to pick
* Simple comic book format reading support (.cbz, .crb) * Simple comic book format reading support (.cbz, .cbr)
* Sync supported on Mobile/Desktop * Sync items for all platforms
* Download items and keep progress in sync
* Keyboard shortcuts
* Adaptive layout for all platforms
* Next-up overview when watching a queue
* Platforms * Platforms
- Android - Android + TV
- Web - Web + Docker
- macOS - macOS
- Windows - Windows
- iOS - iOS
@ -94,13 +98,9 @@ Web/Desktop [try out the web build!](https://DonutWare.github.io/Fladder)
> [!NOTE] > [!NOTE]
> The GitHub hosted web build only allows `https` connections. This is a limitation on GitHub's end, for self-hosted versions `http` works fine. > The GitHub hosted web build only allows `https` connections. This is a limitation on GitHub's end, for self-hosted versions `http` works fine.
## In progress
* [Android TV](https://github.com/DonutWare/Fladder/issues/510)
## Planned Features ## Planned Features
* Music playback* * Music playback
* Server management * Server management
* And more??? * And more???
@ -108,17 +108,17 @@ Web/Desktop [try out the web build!](https://DonutWare.github.io/Fladder)
The latest executables for Windows, macOS, Linux, iOS, Android and Web can be found on the [releases page](https://github.com/DonutWare/Fladder/releases). The latest executables for Windows, macOS, Linux, iOS, Android and Web can be found on the [releases page](https://github.com/DonutWare/Fladder/releases).
You can pull the Docker version using the following tag: ```ghcr.io/donutware/fladder:latest```. You can pull the Docker version using the following tags: ```ghcr.io/donutware/fladder:latest```. or ```ghcr.io/donutware/fladder-rootless:latest```
*Platform-specific installation and usage instructions can be found [here](https://github.com/DonutWare/Fladder/blob/develop/INSTALL.md).* *Platform-specific installation and usage instructions can be found [here](https://github.com/DonutWare/Fladder/blob/develop/INSTALL.md).*
<a href='https://play.google.com/store/apps/details?id=nl.jknaapen.fladder&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width=250/></a> <a href='https://play.google.com/store/apps/details?id=nl.jknaapen.fladder&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width=250/></a>
> [!WARNING] > [!WARNING]
> For windows users, sometimes flutter applications are marked as false positives by windows defender for more info see [this issue](https://github.com/DonutWare/Fladder/issues/197#issuecomment-2568906874). > (Windows) Some flutter applications are marked as false positives by windows defender for more info see [this issue](https://github.com/DonutWare/Fladder/issues/197#issuecomment-2568906874).
## How to Contribute ## How to Contribute
Interest in contributing? Here are a couple of ways you can help: Interested in contributing? Here are a couple of ways you can help:
### 🐛 Reporting Bugs ### 🐛 Reporting Bugs
- Before reporting a bug, **please ensure** that the issue hasn't been reported already. - Before reporting a bug, **please ensure** that the issue hasn't been reported already.