[PR #106] [MERGED] Show "now playing" on lock screen & in control center #1378

Closed
opened 2026-04-24 23:58:03 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/106
Author: @rasmuslos
Created: 3/6/2022
Status: Merged
Merged: 3/6/2022
Merged by: @advplyr

Base: masterHead: master


📝 Commits (2)

  • 9253a9b Seek audio player to last known position
  • 979b74f Show "now playing" notification

📊 Changes

2 files changed (+81 additions, -42 deletions)

View changed files

📝 ios/App/App/AppDelegate.swift (+1 -0)
📝 ios/App/App/MyNativeAudio.swift (+80 -42)

📄 Description

  • Fixed a bug that caused the player to always start at 0:00
  • Added UIApplication.shared.beginReceivingRemoteControlEvents() to show a "now playing" notification
  • Fixed a bug that caused the cover to not load correctly
  • Added more remote transport commands

🔄 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/advplyr/audiobookshelf-app/pull/106 **Author:** [@rasmuslos](https://github.com/rasmuslos) **Created:** 3/6/2022 **Status:** ✅ Merged **Merged:** 3/6/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`9253a9b`](https://github.com/advplyr/audiobookshelf-app/commit/9253a9bf6ea853870000df6a9191802b925a687f) Seek audio player to last known position - [`979b74f`](https://github.com/advplyr/audiobookshelf-app/commit/979b74f516ce3ae278072408fb3eb0524ce92cad) Show "now playing" notification ### 📊 Changes **2 files changed** (+81 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `ios/App/App/AppDelegate.swift` (+1 -0) 📝 `ios/App/App/MyNativeAudio.swift` (+80 -42) </details> ### 📄 Description - Fixed a bug that caused the player to always start at 0:00 - Added `UIApplication.shared.beginReceivingRemoteControlEvents()` to show a "now playing" notification - Fixed a bug that caused the cover to not load correctly - Added more remote transport commands --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:03 +02:00
adam closed this issue 2026-04-24 23:58:03 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1378