Originally created by @lwobniar on GitHub (Sep 12, 2023).
Is your feature request related to a problem? Please describe.
I sometimes switch between audiobook and ebook. It would be nice to
see the progress percentage separately, and
ability to remove progress for just the audiobook or just the ebook.
Currently, if I only read the ebook, the progress tracking bubble will show the percentage read of the ebook.
But once I start playing the audiobook, the audiobook progress always takes precedence over the ebook progress in progress tracking bubble, even though the actual progress is saved for both ebook and audiobook.
Also, if I want to remove the saved progress for one of them, say audiobook, by clicking on the "x" at the top right corner of the progress bubble, I am forced to remove for the ebook as well.
Describe the solution you'd like
Have separate progress tracking bubbles for audiobook and ebook.
Originally created by @lwobniar on GitHub (Sep 12, 2023).
### Is your feature request related to a problem? Please describe.
I sometimes switch between audiobook and ebook. It would be nice to
1) see the progress percentage separately, and
2) ability to remove progress for just the audiobook or just the ebook.
Currently, if I only read the ebook, the progress tracking bubble will show the percentage read of the ebook.

But once I start playing the audiobook, the audiobook progress always takes precedence over the ebook progress in progress tracking bubble, even though the actual progress is saved for both ebook and audiobook.

Also, if I want to remove the saved progress for one of them, say audiobook, by clicking on the "x" at the top right corner of the progress bubble, I am forced to remove for the ebook as well.
### Describe the solution you'd like
Have separate progress tracking bubbles for audiobook and ebook.
When this was brought up a while ago, the big question was how to handle the progress bar at the bottom of the book cover. Should there be two bars? One bar? Different colors?
I think the bar functionality can remain the same (only shows the audiobook percentage if it exists, otherwise shows the ebook percentage).
This behavior could be changed so if the audiobook is finished but the ebook is not, change the bar to ebook percentage, but I don't think this change is necessary at this time.
Overly complicated mermaid diagram below if viewing in a web browser (TBR so it's cleaner)
@nichwall commented on GitHub (Sep 17, 2023):
When this was brought up a while ago, the big question was how to handle the progress bar at the bottom of the book cover. Should there be two bars? One bar? Different colors?
I think the bar functionality can remain the same (only shows the audiobook percentage if it exists, otherwise shows the ebook percentage).
This behavior *could* be changed so if the audiobook is finished but the ebook is not, change the bar to ebook percentage, but I don't think this change is necessary at this time.
Overly complicated mermaid diagram below if viewing in a web browser (TBR so it's cleaner)
```mermaid
graph TD
A0(Begin) --> A{audio progress?}
A --> |Yes| B{audio done?}
A --> |No| C2{e-book progress?}
B --> |Yes| C1{e-book progress?}
B --> |No| o4(yellow bar audio)
C1 --> |Yes| D1{e-book done?}
C1 --> |No| o3
D1 --> |Yes| o3
D1 --> |No| o2
C2 --> |Yes| D2{e-book done?}
C2 --> |No| o1(no bar)
D2 --> |Yes| o3(green bar)
D2 --> |No| o2(yellow bar e-book)
```
Simplified thoughts on the progress bar at the bottom of the cover:
Progress bars are audiobook progress (like it is now)
Progress bar for ebook only if:
No audiobook progress
Continue Reading shelf
@nichwall commented on GitHub (Sep 17, 2023):
Simplified thoughts on the progress bar at the bottom of the cover:
- Progress bars are audiobook progress (like it is now)
- Progress bar for ebook only if:
- No audiobook progress
- Continue Reading shelf
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @lwobniar on GitHub (Sep 12, 2023).
Is your feature request related to a problem? Please describe.
I sometimes switch between audiobook and ebook. It would be nice to
Currently, if I only read the ebook, the progress tracking bubble will show the percentage read of the ebook.


But once I start playing the audiobook, the audiobook progress always takes precedence over the ebook progress in progress tracking bubble, even though the actual progress is saved for both ebook and audiobook.
Also, if I want to remove the saved progress for one of them, say audiobook, by clicking on the "x" at the top right corner of the progress bubble, I am forced to remove for the ebook as well.
Describe the solution you'd like
Have separate progress tracking bubbles for audiobook and ebook.
@nichwall commented on GitHub (Sep 17, 2023):
When this was brought up a while ago, the big question was how to handle the progress bar at the bottom of the book cover. Should there be two bars? One bar? Different colors?
I think the bar functionality can remain the same (only shows the audiobook percentage if it exists, otherwise shows the ebook percentage).
This behavior could be changed so if the audiobook is finished but the ebook is not, change the bar to ebook percentage, but I don't think this change is necessary at this time.
Overly complicated mermaid diagram below if viewing in a web browser (TBR so it's cleaner)
@nichwall commented on GitHub (Sep 17, 2023):
Simplified thoughts on the progress bar at the bottom of the cover: