Option to Use Subtitle, Series, SeriesID in Downloaded Title #77

Open
opened 2026-04-24 23:06:02 +02:00 by adam · 0 comments
Owner

Originally created by @Budlyte on GitHub (Feb 23, 2022).

Currently the book title is the only thing used for the filename in downloads, leaving no indication what number in a series each book is. Also, Title & Subtitle were parsed from the filename, then books from the same series all end up with the same name.
image

If the "series" & "seriesid" were checked for and added as variables in AudioDownloader.kt, then the final result could look like below.

image

Originally created by @Budlyte on GitHub (Feb 23, 2022). Currently the book title is the only thing used for the filename in downloads, leaving no indication what number in a series each book is. Also, Title & Subtitle were parsed from the filename, then books from the same series all end up with the same name. ![image](https://user-images.githubusercontent.com/4451365/155383505-3f3e7135-6a5e-448b-863f-44dbf1f8176a.png) If the "series" & "seriesid" were checked for and added as variables in AudioDownloader.kt, then the final result could look like below. ![image](https://user-images.githubusercontent.com/4451365/155383490-60c6e002-f8b1-46aa-acc2-8a45c2ca2db3.png)
adam added the enhancement label 2026-04-24 23:06:02 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#77