Ability to sort series by a user-defined tag #186

Closed
opened 2026-04-24 23:00:37 +02:00 by adam · 6 comments
Owner

Originally created by @jkuettner on GitHub (Jan 22, 2022).

I wonder if it is possible to sort the series by a specific metadata tag?

I have some audiobooks (among others from Audible) which has series_sequence as tag in the metadata. I would find it great if I could sort the series by this tag, if it is available.

Originally created by @jkuettner on GitHub (Jan 22, 2022). I wonder if it is possible to sort the series by a specific metadata tag? I have some audiobooks (among others from Audible) which has `series_sequence` as tag in the metadata. I would find it great if I could sort the series by this tag, if it is available.
adam closed this issue 2026-04-24 23:00:37 +02:00
Author
Owner

@advplyr commented on GitHub (Jan 22, 2022):

Is that just another term for volume #?

@advplyr commented on GitHub (Jan 22, 2022): Is that just another term for volume #?
Author
Owner

@jkuettner commented on GitHub (Jan 22, 2022):

volume would also be ok for me. Basically I want to sort the series by some metadata tag other then title.

@jkuettner commented on GitHub (Jan 22, 2022): volume would also be ok for me. Basically I want to sort the series by some metadata tag other then title.
Author
Owner

@advplyr commented on GitHub (Jan 22, 2022):

what is the series_sequence tag though, is that just a number?
Is that in the audio file metadata? where are you seeing that?

@advplyr commented on GitHub (Jan 22, 2022): what is the series_sequence tag though, is that just a number? Is that in the audio file metadata? where are you seeing that?
Author
Owner

@jkuettner commented on GitHub (Jan 22, 2022):

I believe series_sequence is a custom field in the metadata, or id3 tags. I assume it is a string field, so that also values like 1/5, 2/5, ... 5/5 are possible.

Here is an example output from mediainfo of a local audiobook from my collection:

General
Complete name                            : audiobook.m4b
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom (isom/iso2/mp41)
File size                                : 863 MiB
Duration                                 : 15 h 16 min
Overall bit rate mode                    : Variable
Overall bit rate                         : 132 kb/s
Album                                    : Ab die Post: Scheibenwelt 33
Track name                               : Ab die Post: Scheibenwelt 33
Performer                                : Terry Pratchett
Genre                                    : Hörbuch
Recorded date                            : 2013
Tagged date                              : UTC 2022-01-11 21:05:09
Writing application                      : Lavf58.76.100
Cover                                    : Yes
series_sequence                          : 33
series                                   : Scheibenwelt
[...]
@jkuettner commented on GitHub (Jan 22, 2022): I believe `series_sequence` is a custom field in the metadata, or id3 tags. I assume it is a string field, so that also values like `1/5`, `2/5`, ... `5/5` are possible. Here is an example output from `mediainfo` of a local audiobook from my collection: ``` General Complete name : audiobook.m4b Format : MPEG-4 Format profile : Base Media Codec ID : isom (isom/iso2/mp41) File size : 863 MiB Duration : 15 h 16 min Overall bit rate mode : Variable Overall bit rate : 132 kb/s Album : Ab die Post: Scheibenwelt 33 Track name : Ab die Post: Scheibenwelt 33 Performer : Terry Pratchett Genre : Hörbuch Recorded date : 2013 Tagged date : UTC 2022-01-11 21:05:09 Writing application : Lavf58.76.100 Cover : Yes series_sequence : 33 series : Scheibenwelt [...] ```
Author
Owner

@advplyr commented on GitHub (Jan 25, 2022):

I haven't heard of that tag being used before, do you have a lot of audiobooks using that? I'm wondering how common this is.

Right now the scanner looks for the tag series-part and uses it as the volume number: https://www.audiobookshelf.org/docs#metadata

@advplyr commented on GitHub (Jan 25, 2022): I haven't heard of that tag being used before, do you have a lot of audiobooks using that? I'm wondering how common this is. Right now the scanner looks for the tag `series-part` and uses it as the volume number: https://www.audiobookshelf.org/docs#metadata
Author
Owner

@jkuettner commented on GitHub (Jan 28, 2022):

This is exactly what I was looking for, but unfortunately overlooked. The tag series_sequemce I have simply taken over from audible, without questioning this. But with series-part I get along just as well. Thanks for the clarification!

@jkuettner commented on GitHub (Jan 28, 2022): This is exactly what I was looking for, but unfortunately overlooked. The tag `series_sequemce` I have simply taken over from audible, without questioning this. But with `series-part` I get along just as well. Thanks for the clarification!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#186