[Enhancement] Sort title field #665

Closed
opened 2026-04-24 23:16:29 +02:00 by adam · 2 comments
Owner

Originally created by @advplyr on GitHub (Oct 1, 2022).

Discussed in https://github.com/advplyr/audiobookshelf/discussions/1010

Originally posted by ch1ma3ra September 26, 2022
A number of media management tools allow you to set "sort_$whatever" metadata field in addition to the basic ones (so title and sort_title, artist and sort_artist etc) - allowing you greater control of how stuff is sorted to put it in the order of your choice without having to mangle the "visible" names - for example I would prefer in the main library view to have "The Hobbit" followed by all of the Lord of the Rings books in the correct order but currently they are all scattered across my library according to their actual book titles.

This would also be useful for multiple series of books that are interrelated but shouldn't be combined into a single series, for example Star Wars novels.

Originally created by @advplyr on GitHub (Oct 1, 2022). ### Discussed in https://github.com/advplyr/audiobookshelf/discussions/1010 <div type='discussions-op-text'> <sup>Originally posted by **ch1ma3ra** September 26, 2022</sup> A number of media management tools allow you to set "sort_$whatever" metadata field in addition to the basic ones (so title and sort_title, artist and sort_artist etc) - allowing you greater control of how stuff is sorted to put it in the order of your choice without having to mangle the "visible" names - for example I would prefer in the main library view to have "The Hobbit" followed by all of the Lord of the Rings books in the correct order but currently they are all scattered across my library according to their actual book titles. This would also be useful for multiple series of books that are interrelated but shouldn't be combined into a single series, for example Star Wars novels. </div>
adam closed this issue 2026-04-24 23:16:29 +02:00
Author
Owner

@JakobTischler commented on GitHub (Oct 5, 2022):

I fully agree with this and would like to see it. All my audiobooks and podcasts are tagged accordingly.

As far as I know, there are 5 usable tags:

  • Sort album
    • ID3v2.3/v2.4: TSOA
    • MP4: soal
  • Sort album artist
    • ID3v2.3/v2.4: TSO2
    • MP4: soaa
  • Sort artist (performer)
    • ID3v2.3/v2.4: TSOP
    • MP4: soar
  • Sort composer
    • ID3v2.3/v2.4: TSOC
    • MP4: soco
  • Sort name (title)
    • ID3v2.3/v2.4: TSOT
    • MP4: sonm
@JakobTischler commented on GitHub (Oct 5, 2022): I fully agree with this and would like to see it. All my audiobooks and podcasts are tagged accordingly. As far as I know, there are 5 usable tags: * Sort album * ID3v2.3/v2.4: `TSOA` * MP4: `soal` * Sort album artist * ID3v2.3/v2.4: `TSO2` * MP4: `soaa` * Sort artist (performer) * ID3v2.3/v2.4: `TSOP` * MP4: `soar` * Sort composer * ID3v2.3/v2.4: `TSOC` * MP4: `soco` * Sort name (title) * ID3v2.3/v2.4: `TSOT` * MP4: `sonm`
Author
Owner

@advplyr commented on GitHub (Oct 17, 2022):

Making #1074 the primary issue for this

@advplyr commented on GitHub (Oct 17, 2022): Making #1074 the primary issue for this
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#665