-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: RSS Audiobook list order management #3137
Comments
I'm not entirely sure I understand everything you are suggesting but I can see how to fix the collection and series RSS feeds so that they are in order. |
That would be great! It sounds like you took the important parts from my ramblings, so it's probably not important that you try to make sense of the rest 😛 Appreciate the reply & your work! |
Fixed in v2.12.0. |
Type of Enhancement
Server Backend
Describe the Feature/Enhancement
Currently, Audiobook RSS feeds sort based on the date/time the book was added to ABS. ABS correctly sorts the books by order when creating the RSS feed, but most clients use pubDate to sort items. This means that users are unable to edit the order of their RSS feeds, as "Date Added" is not exposed as an editable field in the client.
Instead, collection/series order should be used by default, where the first item in a collection/series is assigned the oldest pubDate (so that new additions are added as the newest episodes). The easiest way to accomplish this would be to assign fake sequential dates to sort the RSS feeds.
The date should probably also leave room for adding mid-series books without needing to change the already existing items' dates, ex. always start at year 2020 and use increments of 10 days for the series to allow for numbers like
series #4.5
(gets assigned the 45th day in 2020).A further enhancement could be a "sort" drop-down when opening a feed, then using the pubDate to sort based on the criteria the user selects.
Why would this be helpful?
This would allow users to have control over the sorting of RSS feeds and more easily find the next book in a series or collection.
Future Implementation (Screenshot)
Audiobookshelf Server Version
v2.11.0
Current Implementation (Screenshot)
No response
The text was updated successfully, but these errors were encountered: