From c63f9e462f54bd00d78cb75233d871067825d4b1 Mon Sep 17 00:00:00 2001 From: PartyDonut <42371342+PartyDonut@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:56:45 +0100 Subject: [PATCH 1/3] Update readme Updated readme with multiple features and clean-up --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 5c56f0a..dbcf07a 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,22 @@ ## Key Features -* Play media – Stream or sync content locally to your device. -* Manage your library – Refresh content and edit metadata. -* Multiple profiles – Lock profiles and connect to different servers. -* Direct/Transcode playback -* Intro/Credits skipping +* Play media – Stream or sync content locally to your device +* Manage your library – Refresh content and edit metadata +* Multiple profiles – add multiple users or different servers easily switchng between +* Direct, Transcode and Offline playback +* Mediasgements skipping (Intro/Credits etc.) * Trickplay support (timeline scrubbing) -* Dark/Light mode +* Dark/Light mode and multiple color styles to pick * Simple comic book format reading support (.cbz, .crb) -* 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 - - Android - - Web + - Android + TV + - Web + Docker - macOS - Windows - iOS @@ -94,13 +98,9 @@ Web/Desktop [try out the web build!](https://DonutWare.github.io/Fladder) > [!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. -## In progress - -* [Android TV](https://github.com/DonutWare/Fladder/issues/510) - ## Planned Features -* Music playback* +* Music playback * Server management * 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). -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).* Get it on Google Play > [!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 -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 - Before reporting a bug, **please ensure** that the issue hasn't been reported already. From 2822a4a77d44d59faf9605d348703aab96c3cbab Mon Sep 17 00:00:00 2001 From: PartyDonut <42371342+PartyDonut@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:46:03 +0100 Subject: [PATCH 2/3] Fix typos in README.md key features section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbcf07a..07cc162 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ * Play media – Stream or sync content locally to your device * Manage your library – Refresh content and edit metadata -* Multiple profiles – add multiple users or different servers easily switchng between +* Multiple profiles – add multiple users or different servers easily switching between * Direct, Transcode and Offline playback -* Mediasgements skipping (Intro/Credits etc.) +* Media segments skipping (Intro/Credits etc.) * Trickplay support (timeline scrubbing) * 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 items for all platforms * Download items and keep progress in sync * Keyboard shortcuts From c3f04b795dd39a1c71d79daf373ff653686f5dd3 Mon Sep 17 00:00:00 2001 From: vikingnope <81376423+vikingnope@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:15:42 +0100 Subject: [PATCH 3/3] bug: Fix issue with winget workflow max-versions (#554) LGTM, thanks for fixing this. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2383e1..5eb35ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -527,9 +527,9 @@ jobs: --- - 📅 **Build Date:** $(date -u "+%Y-%m-%d %H:%M:%S UTC") - 🔧 **Build Number:** ${{ github.run_number }} - 📝 **Commit:** ${{ github.sha }} + 📅 **Build Date:** $(date -u "+%Y-%m-%d %H:%M:%S UTC") + 🔧 **Build Number:** ${{ github.run_number }} + 📝 **Commit:** ${{ github.sha }} 🌿 **Branch:** develop EOF @@ -752,7 +752,7 @@ jobs: include: - build_type: release identifier: DonutWare.Fladder - max_versions: "" + max_versions: "0" - build_type: nightly identifier: DonutWare.Fladder.Nightly max_versions: "1"