[PR #107] [MERGED] Massively improved the MPNowPlayingInfoCenter #1377

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/107
Author: @rasmuslos
Created: 3/6/2022
Status: Merged
Merged: 3/6/2022
Merged by: @advplyr

Base: masterHead: master


📝 Commits (1)

  • 999315c Massively improved the MPNowPlayingInfoCenter

📊 Changes

1 file changed (+133 additions, -169 deletions)

View changed files

📝 ios/App/App/MyNativeAudio.swift (+133 -169)

📄 Description

  • Covers don't get fetched every time the metadata is updated
  • Seeking/playing/pausing are handled correctly

If you are wondering, the method returned when the player wasn't playing, which resulted in funny things happening when you seek/play/pause. I also added a seek method, which updated the MP-state


🔄 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/107 **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 (1) - [`999315c`](https://github.com/advplyr/audiobookshelf-app/commit/999315ca91656cce886441dcf10b15b921fc298e) Massively improved the MPNowPlayingInfoCenter ### 📊 Changes **1 file changed** (+133 additions, -169 deletions) <details> <summary>View changed files</summary> 📝 `ios/App/App/MyNativeAudio.swift` (+133 -169) </details> ### 📄 Description - Covers don't get fetched every time the metadata is updated - Seeking/playing/pausing are handled correctly If you are wondering, the method returned when the player wasn't playing, which resulted in funny things happening when you seek/play/pause. I also added a `seek` method, which updated the MP-state --- <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#1377