Originally created by @bcmross on GitHub (Feb 26, 2023).
Steps to reproduce
Select an author from the "Newest Authors" section on the home screen.
Press the "Sort" button, and select any sort method.
Keep trying different sort methods.
Expected behaviour
Selecting an author should bring you to the library with the filter Author: 'Selected Author' with their books visible.
Choosing a sort option should resort that author's books accordingly.
Clearing the filter should show your whole library again, and choosing sort methods should resort accordingly.
Actual behaviour
Selecting an author brings you to the library and shows their books, but the filter button shows that no filter is set.
Pressing the "Sort" button shows that it's currently sorted to "Added At (down)", which is true for the author's books. (Not true with further testing)
Selecting a different sort option refreshes the library to show all of your books instead of the specific author's, and the library becomes unresponsive to any attempt to resort it. It doesn't seem to be sorted in any particular order, yet this semi-random order is consistent between reproductions of the bug and doesn't change with what sort button you choose first.
Filtering still works, but sorting doesn't regain function. The currently played book along the bottom also changes to show the times "NaN" and no longer plays.
Audiobookshelf Version: 0.9.62-beta
Android App?
iOS App?
Android Issue
Android version: 12
Device model: Pixel 3
Stock or customized system: Stock
Originally created by @bcmross on GitHub (Feb 26, 2023).
### Steps to reproduce
1. Select an author from the "Newest Authors" section on the home screen.
2. Press the "Sort" button, and select any sort method.
3. Keep trying different sort methods.
### Expected behaviour
- Selecting an author should bring you to the library with the filter Author: 'Selected Author' with their books visible.
- Choosing a sort option should resort that author's books accordingly.
- Clearing the filter should show your whole library again, and choosing sort methods should resort accordingly.
### Actual behaviour
- **Selecting an author** brings you to the library and shows their books, but the filter button shows that no filter is set.
- ~~Pressing the "Sort" button shows that it's currently sorted to "Added At (down)", which is true for the author's books.~~ (Not true with further testing)
- **Selecting a different sort option** refreshes the library to show all of your books instead of the specific author's, and the library becomes unresponsive to any attempt to resort it. It doesn't seem to be sorted in any particular order, yet this semi-random order is consistent between reproductions of the bug and doesn't change with what sort button you choose first.
- Filtering still works, but sorting doesn't regain function. The currently played book along the bottom also changes to show the times "NaN" and no longer plays.
Audiobookshelf Version: 0.9.62-beta
- [x] Android App?
- [ ] iOS App?
#### Android Issue
Android version: 12
Device model: Pixel 3
Stock or customized system: Stock
adam
added the bug label 2026-04-24 23:24:45 +02:00
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 @bcmross on GitHub (Feb 26, 2023).
Steps to reproduce
Expected behaviour
Actual behaviour
Pressing the "Sort" button shows that it's currently sorted to "Added At (down)", which is true for the author's books.(Not true with further testing)Audiobookshelf Version: 0.9.62-beta
Android Issue
Android version: 12
Device model: Pixel 3
Stock or customized system: Stock
@hobesman commented on GitHub (Feb 26, 2023):
This also happens if you open a book and tap on an author or narrator name from there.
@advplyr commented on GitHub (Feb 26, 2023):
There was a bug in setting the filter from links.
@advplyr commented on GitHub (Mar 10, 2023):
Fixed in v0.9.63-beta