[PR #41] [CLOSED] [podcast] Fix Audio Player #46

Closed
opened 2025-10-31 16:56:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/41
Author: @ricoberger
Created: 10/19/2023
Status: Closed

Base: mainHead: podcast-fix-audio-player


📝 Commits (1)

  • 7a08bd3 [podcast] Fix Audio Player

📊 Changes

14 files changed (+413 additions, -525 deletions)

View changed files

📝 .github/workflows/continuous-delivery.yaml (+3 -0)
📝 app/lib/main.dart (+0 -9)
📝 app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player.dart (+4 -68)
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_controlbuttons.dart (+0 -135)
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_internal.dart (+354 -0)
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_seekbar.dart (+0 -159)
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_utils.dart (+0 -60)
📝 app/linux/flutter/generated_plugin_registrant.cc (+4 -0)
📝 app/linux/flutter/generated_plugins.cmake (+1 -0)
📝 app/macos/Flutter/GeneratedPluginRegistrant.swift (+2 -6)
📝 app/pubspec.lock (+40 -80)
📝 app/pubspec.yaml (+1 -4)
📝 app/windows/flutter/generated_plugin_registrant.cc (+3 -3)
📝 app/windows/flutter/generated_plugins.cmake (+1 -1)

📄 Description

The audio player used for Podcasts was not working properly on Windows and Linux, because of that we decided to replace the used "just_audio" package with the "audioplayers" package, which supports Windows and Linux out of the box.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/41 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 10/19/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `podcast-fix-audio-player` --- ### 📝 Commits (1) - [`7a08bd3`](https://github.com/feeddeck/feeddeck/commit/7a08bd3e0861cf1caf0d52af46bbd45422089346) [podcast] Fix Audio Player ### 📊 Changes **14 files changed** (+413 additions, -525 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+3 -0) 📝 `app/lib/main.dart` (+0 -9) 📝 `app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player.dart` (+4 -68) ➖ `app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_controlbuttons.dart` (+0 -135) ➕ `app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_internal.dart` (+354 -0) ➖ `app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_seekbar.dart` (+0 -159) ➖ `app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_utils.dart` (+0 -60) 📝 `app/linux/flutter/generated_plugin_registrant.cc` (+4 -0) 📝 `app/linux/flutter/generated_plugins.cmake` (+1 -0) 📝 `app/macos/Flutter/GeneratedPluginRegistrant.swift` (+2 -6) 📝 `app/pubspec.lock` (+40 -80) 📝 `app/pubspec.yaml` (+1 -4) 📝 `app/windows/flutter/generated_plugin_registrant.cc` (+3 -3) 📝 `app/windows/flutter/generated_plugins.cmake` (+1 -1) </details> ### 📄 Description The audio player used for Podcasts was not working properly on Windows and Linux, because of that we decided to replace the used "just_audio" package with the "audioplayers" package, which supports Windows and Linux out of the box. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:56:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#46