I'm taking a look at the Chapters spec and am trying to add support for it in.
Fetching and parsing is no problem, but figuring out the best way to render them this way is tricky if the RSS feed doesn't return a duration as part of each episode. Can't show the positions without knowing an estimation of where to place them.
The NAS RSS doesn't contain durations. Is that by design? If so, I'm curious why, and if there are any suggested workarounds to get the duration without fetching the mp3.
@shahruz Well, it's not really by "design". It's just because the MP3 is served from a CDN where the url is dropped in later. So, the MP3 duration is hard to get in that scenario without download the entire 100+ meg file and parsing it.
I'm taking a look at the Chapters spec and am trying to add support for it in.
Fetching and parsing is no problem, but figuring out the best way to render them this way is tricky if the RSS feed doesn't return a duration as part of each episode. Can't show the positions without knowing an estimation of where to place them.
The NAS RSS doesn't contain durations. Is that by design? If so, I'm curious why, and if there are any suggested workarounds to get the duration without fetching the mp3.