[Enhancement]: drill out "abridged : yes / no" to Item-Type #1638

Open
opened 2026-04-24 23:52:53 +02:00 by adam · 4 comments
Owner

Originally created by @Gru0810 on GitHub (Jan 3, 2024).

Describe the feature/enhancement

Today I can only mark a item as "abridged" or not.
But it would be very help full to be able to have following types

  • Audiobook full reading ( today equal with abridged = no)
  • Audiobook abridged reading ( today equal with abridged = yes)
  • Radio play
  • Live-act ( comedian, cabaret etc)
  • (what else ?)
    Some items exists as Audiobooks but also as Radio play!
    Perhaps you can use the existing field "abridged" ( integer) in table "books"
    -1 = undef ( default for new item)
    0 = Audiobook abridged = no
    1 = Audiobook abridged = yes
    2 = Radio play
    3 = Live Act

I have thousands of items and as more items you have as more important is the possibility of an differentiated search.

Originally created by @Gru0810 on GitHub (Jan 3, 2024). ### Describe the feature/enhancement Today I can only mark a item as "abridged" or not. But it would be very help full to be able to have following types - Audiobook full reading ( today equal with abridged = no) - Audiobook abridged reading ( today equal with abridged = yes) - Radio play - Live-act ( comedian, cabaret etc) - (what else ?) Some items exists as Audiobooks but also as Radio play! Perhaps you can use the existing field "abridged" ( integer) in table "books" -1 = undef ( default for new item) 0 = Audiobook abridged = no 1 = Audiobook abridged = yes 2 = Radio play 3 = Live Act I have thousands of items and as more items you have as more important is the possibility of an differentiated search.
adam added the enhancementbacklog labels 2026-04-24 23:52:53 +02:00
Author
Owner

@nichwall commented on GitHub (Jan 3, 2024):

Can you use a Tag to differentiate the different types?

@nichwall commented on GitHub (Jan 3, 2024): Can you use a Tag to differentiate the different types?
Author
Owner

@Gru0810 commented on GitHub (Jan 3, 2024):

yes this would be possible. My workaround today is the usage of Genre
image
But I need tu use a prefix "like "aa_TP-" to be able to keep all types togehter when use the filter:
image

Also Audible differentiate between Audiobooks (full/abr) and Radio play ;)..
and I really think to user the existing field ( and rename it) would be a easy way, so we can keep the stored data.

@Gru0810 commented on GitHub (Jan 3, 2024): yes this would be possible. My workaround today is the usage of Genre ![image](https://github.com/advplyr/audiobookshelf/assets/72630160/2dc6fb10-1958-4e6e-93fd-729207630e64) But I need tu use a prefix "like "aa_TP-" to be able to keep all types togehter when use the filter: ![image](https://github.com/advplyr/audiobookshelf/assets/72630160/a840fe93-4a72-4a21-b83d-02167caa5781) Also Audible differentiate between Audiobooks (full/abr) and Radio play ;).. and I really think to user the existing field ( and rename it) would be a easy way, so we can keep the stored data.
Author
Owner

@nichwall commented on GitHub (Jan 3, 2024):

Will there need to be combinations of items types? Like can a single item be both "Abridged" and "Radio Play" because there may also both "Unabridged" and "Radio Play"?

@nichwall commented on GitHub (Jan 3, 2024): Will there need to be combinations of items types? Like can a single item be both "Abridged" and "Radio Play" because there may also both "Unabridged" and "Radio Play"?
Author
Owner

@Gru0810 commented on GitHub (Jan 3, 2024):

I don't think so .The typeof an item can only be either audiobook or radio play or Live act. Only Audio book can be full or abridged"

@Gru0810 commented on GitHub (Jan 3, 2024): I don't think so .The typeof an item can only be either audiobook or radio play or Live act. Only Audio book can be full or abridged"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1638