Editable Start/Finished Dates #1744

Open
opened 2026-04-24 23:56:34 +02:00 by adam · 10 comments
Owner

Originally created by @JBaby9783 on GitHub (Feb 19, 2024).

Describe the feature/enhancement

I'm adding my Audible library to ABS and I'm marking the books I've read as finished as I add them. I know all of the start/finished dates for all of these books. Can we please have the option to edit these dates? Thanks!

Originally created by @JBaby9783 on GitHub (Feb 19, 2024). ### Describe the feature/enhancement I'm adding my Audible library to ABS and I'm marking the books I've read as finished as I add them. I know all of the start/finished dates for all of these books. Can we please have the option to edit these dates? Thanks!
adam added the enhancement label 2026-04-24 23:56:34 +02:00
Author
Owner

@pwinnski commented on GitHub (Nov 19, 2024):

This is already possible by editing the database file, but presumably you would like to be able to do in the ABS UI. Just noting this for anyone willing to edit DB files!

@pwinnski commented on GitHub (Nov 19, 2024): This is already possible by editing the database file, but presumably you would like to be able to do in the ABS UI. Just noting this for anyone willing to edit DB files!
Author
Owner

@JBaby9783 commented on GitHub (Nov 19, 2024):

This is already possible by editing the database file, but presumably you would like to be able to do in the ABS UI. Just noting this for anyone willing to edit DB files!

This is true. However, that's not good enough. Users don't have access to the DB.

@JBaby9783 commented on GitHub (Nov 19, 2024): > This is already possible by editing the database file, but presumably you would like to be able to do in the ABS UI. Just noting this for anyone willing to edit DB files! This is true. However, that's not good enough. Users don't have access to the DB.
Author
Owner

@SawkeeReemo commented on GitHub (Apr 4, 2025):

I second this request. Please and thank you!

@SawkeeReemo commented on GitHub (Apr 4, 2025): I second this request. Please and thank you!
Author
Owner

@nivek1385 commented on GitHub (Sep 10, 2025):

Glad that I searched before adding a feature request. I'm also looking to do this so that it doesn't affect my Year in Review.

@nivek1385 commented on GitHub (Sep 10, 2025): Glad that I searched before adding a feature request. I'm also looking to do this so that it doesn't affect my Year in Review.
Author
Owner

@jerryhcooke commented on GitHub (Sep 23, 2025):

I also support this, since while you can edit the database, the section of the database that appears to hold the date finished doesn't have the title of the book, just an ID, which makes modifying it a tedious act of looking up IDs and matching.

@jerryhcooke commented on GitHub (Sep 23, 2025): I also support this, since while you can edit the database, the section of the database that appears to hold the date finished doesn't have the title of the book, just an ID, which makes modifying it a tedious act of looking up IDs and matching.
Author
Owner

@Vito0912 commented on GitHub (Sep 23, 2025):

Fyi, I made a tool upon request a while back to update the finished date:
https://abstoolbox.vito0912.de/tool/listen-date-updater

Sadly, ABS does not support changing the start date once it has been set, so this is not an option.

@Vito0912 commented on GitHub (Sep 23, 2025): Fyi, I made a tool upon request a while back to update the finished date: <https://abstoolbox.vito0912.de/tool/listen-date-updater> Sadly, ABS does not support changing the start date once it has been set, so this is not an option.
Author
Owner

@jerryhcooke commented on GitHub (Sep 23, 2025):

@Vito0912 thank you, that's super useful!

@jerryhcooke commented on GitHub (Sep 23, 2025): @Vito0912 thank you, that's super useful!
Author
Owner
@ZLoth commented on GitHub (Jan 2, 2026): https://github.com/Vito0912/absToolbox/issues/7 https://github.com/advplyr/audiobookshelf/issues/4915
Author
Owner

@luiscaiano commented on GitHub (Apr 3, 2026):

i also noted, that using Api
PATCH /api/me/progress/
does not work, startedAt is ignored, i deleted the progress item, and tried, will multiple combinations, at least expecting that the start time, could match the end date, but no luck
so now, i have a bunch of books, that i started after i read them,

@luiscaiano commented on GitHub (Apr 3, 2026): i also noted, that using Api PATCH /api/me/progress/<libraryItemId> does not work, startedAt is ignored, i deleted the progress item, and tried, will multiple combinations, at least expecting that the start time, could match the end date, but no luck so now, i have a bunch of books, that i started after i read them,
Author
Owner

@Vito0912 commented on GitHub (Apr 3, 2026):

You cannot change a started at after progress was created. You can freely while creating.
Imho it makes sense, but you can easily circumvent that by deleting the progress before. That's also how I do it with the toolbox linked above.

@Vito0912 commented on GitHub (Apr 3, 2026): You cannot change a started at after progress was created. You can freely while creating. Imho it makes sense, but you can easily circumvent that by deleting the progress before. That's also how I do it with the toolbox linked above.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1744