advplyr / audiobookshelf-app

Mobile application for Audiobookshelf
https://audiobookshelf.org
GNU General Public License v3.0
1.08k stars 148 forks source link

[Enhancement]: add new setting Option "show Track-Title" #1034

Closed Gru0810 closed 5 months ago

Gru0810 commented 6 months ago

today the App show the name of the file. But I have a lot of "Life Act" from comedian. These filename contains the name of the album and an incrementing Track number. Each track as its own Title as you can see in next picture:

image

It would be very use to have an setting option to choose or flag what to show:

advplyr commented 6 months ago

Show this where?

Gru0810 commented 6 months ago

show on the player under Cover: next Pic "Title is truncated -> no number visible: image

next Pic : name of album is not so long -> see Track Number: image

If the user can choose of flag what to show its open.

advplyr commented 5 months ago

This is actually showing the chapter and not the name of the audio track. The scanner will use the title ID3 tag as the chapter title and if that is not found it will use the filename. More here https://github.com/advplyr/audiobookshelf/issues/679