mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:56 -05:00
[Bug]: Series Sequence Info added to Series tag when book is readded #875
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf#875
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ceramicwhite on GitHub (Jan 4, 2023).
Describe the issue
If a book has been removed from ABS and then imported again with the
metadata.abs, the Series and Sequence are concatenated on import.Steps to reproduce the issue
metadata.abswith titles)Audiobookshelf version
v2.2.11
How are you running audiobookshelf?
Docker
@ceramicwhite commented on GitHub (Jan 5, 2023):
@advplyr I tried master and didn't seem to fix the problem. Also after removing the book if I do a scan of library it gets cancelled on master:
DEBUG: [Server] Cancel scan lib_mks5yjgco4mckb9jyq (SocketAuthority.js:200)@advplyr commented on GitHub (Jan 6, 2023):
I just tested and it is working for me.
For this test I went and edited the
metadata.absin one of my book folders.After saving that I go press edit on the book in Abs and press the "Re-Scan" button. The series gets updated correctly.
@ceramicwhite commented on GitHub (Jan 6, 2023):
@advplyr Oh I was looking at some other sequences I had:
series=Star Wars #39 Kidsseries=Expeditionary Force #10.8 - Mavericks: Book 2I think Series, Collection, & Playlist could potentially use a rework.
I lean heavily on the sequence part to organize a series.



I think that series should have sub-sequences that allow for ordering by factors such as publication date or reading order.
Actually come to think of it, when you match a book and Audible matches the book to multiple series orders maybe allowing those to be 1 series in ABS but sortable by both orders.
couple examples:
This last one should be a collection, but I'm not a fan of the layout for collections. Playlists have the same view as series, so I would prefer to switch the styles of collections and playlists. Currently collections view makes more sense for playlists and the series style makes more sense for collections imo.

@advplyr commented on GitHub (Jan 7, 2023):
I don't think those long strings should be used for series sequence. I think Audible enforces the sequence to be a number, but I thought we should allow some alphanumeric characters just in case.
It seems more like you are asking for a sort option on the series page. I'm not really sure what specifically you are trying to do.
@advplyr commented on GitHub (Jan 8, 2023):
Fixed in v2.2.12