LeoKlaus / plappa

An Audiobook client for Jellyfin and AudioBookShelf, written in Swift/SwiftUI.
https://plappa.me
159 stars 0 forks source link

[BUG] Listening statistic not being updated on ABS #83

Open Drikani opened 1 month ago

Drikani commented 1 month ago

Describe the bug When listening to an Audiobook through Plappa on a ABS-Server it does not update the User-Statistics.

To Reproduce Steps to reproduce the behavior:

  1. Open a Audiobook with Plappa (Downloaded or Streaming dos not matter)
  2. Open your own statistics with the button on the web on the top right
  3. Statistics does not get updated

Expected behavior The statistics should be updated by Plappa on the ABS-Server while listening to a Audiobook.

Environment(please complete the following information):

LeoKlaus commented 1 month ago

plappa doesn't create a listening session within ABS, which is why the statistics are not updated.

This is already on my roadmap.

LeoKlaus commented 3 days ago

With the latest 1.3.0 beta from TestFlight, listening statistics should be updated. There are still some issues with this, but it should release with the next update.

Drikani commented 3 days ago

Yeah I can see now that it updates the listening statistics but it skipped my current audiobook directly to finished instead of syncing the exact timestamp and playtime. Are these the issues you describe or is it something differen?

LeoKlaus commented 3 days ago

I've just released 1.3.0 build 13 to TestFlight, that fixes the issue of audiobooks incorrectly appearing as finished.

Drikani commented 3 days ago

Yeah it does work now correctly! Perfect thank you very much.