Support narrator/edition in file naming pattern (e.g. {Narrator} or {Edition}) #272
Closed
nobodys-tools
started this conversation in
Ideas
Replies: 1 comment
-
|
@nobodys-tools This was added in 0.2.65 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Audiobookshelf’s documentation allows including the narrator in the book title folder name, for example:
Vol. 1 - 1994 - Wizards First Rule - A Really Good Subtitle {Sam Tsoutsouvas}
This is especially useful when storing multiple editions of the same audiobook
(same author/title, different narrators).
However, the current file naming pattern system only supports the following variables:
{Author}, {Series}, {Title}, {SeriesNumber}, {DiskNumber}, {ChapterNumber}, {Year}, {Quality}
There is currently no way to include the narrator or edition in the generated
file/folder name.
Feature request:
Add support for one of the following variables:
{Narrator}(preferred, supports multiple narrators){Edition}(user-defined edition label)This would allow tools to generate folder names that match the official
Audiobookshelf recommendations and avoid collisions when storing multiple narrations
of the same book.
Example desired pattern:
Vol. {SeriesNumber} - {Year} - {Title} {{Narrator}}
Thanks for considering!
Beta Was this translation helpful? Give feedback.
All reactions