-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS option for filenames as episodes #2543
Comments
A better solution might be to only use the chapter names if all audio files match timestamps with the chapters |
Yes, that is true if all chapters align with file names. The worst scenario is a mixture of chapters and file names which is something I consistently get. But the other key item is adding a number as the first part of the episode name so you can sort or know if you are listening to the first or last episode. You may need to be smart or use 2 digits or you'll get 1, 11, 2, 3, etc Thanks! |
We had this issue with using filenames as chapters I initially was prepending a number in front of the filename but most users already have a number in the filename so it was creating a duplicate number. |
…dio tracks match chapter times #2543
Added in v2.8.0 |
Can this be closed? |
Describe the feature/enhancement
Add an option to list audiobook RSS as filenames instead of the current mixture of chapters and filenames deepening on where the files align. Having a number / track in the title would also allow for easy sorting and to know the order / progress in a book.
Currently the Episode names are taken from Chapters if they align with the start of the file, but otherwise default to a file so it will be inconsistent throughout the feed. I've had this issue with every books I've tried. (abs view: https://i.imgur.com/gj7dSXp.png RSS feed view: https://i.imgur.com/sbn9Z6N.png)
Current relevant code: https://github.com/advplyr/audiobookshelf/blob/master/server%2Fobjects%2FFeedEpisode.js#L118-L127
The text was updated successfully, but these errors were encountered: