[PR #372] [CLOSED] Display current chapter in the iOS Now Playing widget instead of the overall book progress #1419

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/372
Author: @ronaldheft
Created: 9/7/2022
Status: Closed

Base: masterHead: ios-now-player-chapter


📝 Commits (10+)

  • 2cb7e8e Merge branch 'ios-respect-skip-settings' into ios-now-player-chapter
  • d4c1585 Merge branch 'ios-failed-playback-session' into ios-now-player-chapter
  • 2d7fa94 Prepare Now Playing info for receiving chapter info
  • 853f72e Display chapter info in Now Playing
  • bb8396c Add chapter count info to now playing
  • e4bdcc2 Merge branch 'master' into ios-now-player-chapter
  • 2f1b23a Merge branch 'fix-ios-multitrack-currenttime' into ios-now-player-chapter
  • cc835d5 Factor in self is not optional
  • ac85c49 Merge branch 'ios-crashes' into ios-now-player-chapter
  • 1601cce Merge branch 'ios-bg-downloads' into ios-now-player-chapter

📊 Changes

5 files changed (+61 additions, -5 deletions)

View changed files

📝 ios/App/Shared/models/PlaybackSession.swift (+8 -0)
📝 ios/App/Shared/models/local/LocalMediaProgress.swift (+12 -0)
📝 ios/App/Shared/models/server/Chapter.swift (+10 -0)
📝 ios/App/Shared/player/AudioPlayer.swift (+14 -1)
📝 ios/App/Shared/util/NowPlayingInfo.swift (+17 -4)

📄 Description

  • Implements #239 for iOS
  • Right now, if a book has chapters it will display the chapter information, but I plan to tie this to "Chapter Track" setting on the player

🔄 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/372 **Author:** [@ronaldheft](https://github.com/ronaldheft) **Created:** 9/7/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ios-now-player-chapter` --- ### 📝 Commits (10+) - [`2cb7e8e`](https://github.com/advplyr/audiobookshelf-app/commit/2cb7e8e7641daa6f0085f3707e9b4d549669d3c2) Merge branch 'ios-respect-skip-settings' into ios-now-player-chapter - [`d4c1585`](https://github.com/advplyr/audiobookshelf-app/commit/d4c1585afbb4e327501f19b7cb1fc488a5ab274a) Merge branch 'ios-failed-playback-session' into ios-now-player-chapter - [`2d7fa94`](https://github.com/advplyr/audiobookshelf-app/commit/2d7fa94d40a6f624180f5a70f5e2fc478b7ac31a) Prepare Now Playing info for receiving chapter info - [`853f72e`](https://github.com/advplyr/audiobookshelf-app/commit/853f72e50f763a522811dd8f3a1984e0557a4a8a) Display chapter info in Now Playing - [`bb8396c`](https://github.com/advplyr/audiobookshelf-app/commit/bb8396c8590696854b8db421fcc942fa27978c1a) Add chapter count info to now playing - [`e4bdcc2`](https://github.com/advplyr/audiobookshelf-app/commit/e4bdcc23bec29230fc1e4e580cc4b6df93562336) Merge branch 'master' into ios-now-player-chapter - [`2f1b23a`](https://github.com/advplyr/audiobookshelf-app/commit/2f1b23a2c07e5abceb417157161053686f1e4ffe) Merge branch 'fix-ios-multitrack-currenttime' into ios-now-player-chapter - [`cc835d5`](https://github.com/advplyr/audiobookshelf-app/commit/cc835d5a3c36c455542b32b7fe4fd99fef97b9af) Factor in self is not optional - [`ac85c49`](https://github.com/advplyr/audiobookshelf-app/commit/ac85c4951fbcff6cc96275d3d40f0e9b29ee6ddc) Merge branch 'ios-crashes' into ios-now-player-chapter - [`1601cce`](https://github.com/advplyr/audiobookshelf-app/commit/1601cce3134713153e8f2d475de61925f642b4d4) Merge branch 'ios-bg-downloads' into ios-now-player-chapter ### 📊 Changes **5 files changed** (+61 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `ios/App/Shared/models/PlaybackSession.swift` (+8 -0) 📝 `ios/App/Shared/models/local/LocalMediaProgress.swift` (+12 -0) 📝 `ios/App/Shared/models/server/Chapter.swift` (+10 -0) 📝 `ios/App/Shared/player/AudioPlayer.swift` (+14 -1) 📝 `ios/App/Shared/util/NowPlayingInfo.swift` (+17 -4) </details> ### 📄 Description * Implements #239 for iOS * Right now, if a book has chapters it will display the chapter information, but I plan to tie this to "Chapter Track" setting on the player --- <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:19 +02:00
adam closed this issue 2026-04-24 23:58:20 +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#1419