Originally created by @lkiesow on GitHub (Jan 29, 2023).
I've seen several times that as soon as you click download, the progress bar appears and starts at 50% from where it will then slowly go to 100%. That can't be right. It may be related to 1-file audiobooks. I've at least noticed that some books I've seen this on are single-file books. But I'm not yet sure if this happens on all single-file books.
Originally created by @lkiesow on GitHub (Jan 29, 2023).
I've seen several times that as soon as you click download, the progress bar appears and starts at 50% from where it will then slowly go to 100%. That can't be right. It may be related to 1-file audiobooks. I've at least noticed that some books I've seen this on are single-file books. But I'm not yet sure if this happens on all single-file books.
<img width="300px" src="https://user-images.githubusercontent.com/1008395/215295348-538538b2-86d9-4540-b15f-6e5d7b4e5abf.jpg" />
### Steps to reproduce
1. Open app
2. Go to book
3. Click download
4. Look at progress bar
#### Android Issue
App version: 0.9.60-beta
Android version: 12
Device model: OnePlus Nord 2
adam
added the bug label 2026-04-24 23:20:26 +02:00
This is updated for the next release. It was calculating percentage in a weird way but now it will calculate percentage based on total bytes and bytes downloaded.
@advplyr commented on GitHub (Jan 29, 2023):
This is updated for the next release. It was calculating percentage in a weird way but now it will calculate percentage based on total bytes and bytes downloaded.
Yeah, it was counting the cover art and the audio file as equal parts. For single file books, finishing downloading the cover image was calculated as half the download.
@hobesman commented on GitHub (Jan 29, 2023):
Yeah, it was counting the cover art and the audio file as equal parts. For single file books, finishing downloading the cover image was calculated as half the download.
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 @lkiesow on GitHub (Jan 29, 2023).
I've seen several times that as soon as you click download, the progress bar appears and starts at 50% from where it will then slowly go to 100%. That can't be right. It may be related to 1-file audiobooks. I've at least noticed that some books I've seen this on are single-file books. But I'm not yet sure if this happens on all single-file books.
Steps to reproduce
Android Issue
App version: 0.9.60-beta
Android version: 12
Device model: OnePlus Nord 2
@advplyr commented on GitHub (Jan 29, 2023):
This is updated for the next release. It was calculating percentage in a weird way but now it will calculate percentage based on total bytes and bytes downloaded.
@hobesman commented on GitHub (Jan 29, 2023):
Yeah, it was counting the cover art and the audio file as equal parts. For single file books, finishing downloading the cover image was calculated as half the download.
@advplyr commented on GitHub (Jan 31, 2023):
Fixed in v0.9.61-beta