-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Hack Week] Serial show support #2502
base: trunk
Are you sure you want to change the base?
Conversation
Generated by 🚫 Danger |
I would love this , one nice suggestion I would have tho if the tital of the season is tapped it hides that season from view 🤔🤔 |
# Conflicts: # podcasts/en.lproj/Localizable.strings
Version |
Version |
# Conflicts: # podcasts/en.lproj/Localizable.strings
Version |
| 📘 Part of: # |
|:---:|
Fixes #
This PR adds support for improved fiction shows, AKA serial shows, that have season and episode information. For example "White Vault".
The changes done are inspired in this blog post: https://www.theend.fyi/article/unlocking-the-potential-of-fiction-podcasts-a-call-to-podcast-app-developers
It adds the following features:
Serial
, that orders the episode by ascending season number and episode numbershowType == serial
the default sort order for the episodes is set to Serial and Grouping by SeasonHere are some videos of the feature:
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-12-04.at.16.26.55.mp4
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-12-04.at.15.02.20.mp4
This is still a proof of concept but would like feedback on the following:
To test
Checklist
CHANGELOG.md
if necessary.