daisy202-to-epub3: Option to keep the SMIL reading order
- Dominant language
- Java
- Stars
- 26
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
_From [josteinaj@gmail.com](https://code.google.com/u/josteinaj@gmail.com/) on March 25, 2013 14:07:40_
daisy202-to-epub3 uses px:mediaoverlay-rearrange to order the SMIL audio clips the same way as they occur in the content documents. We could add an option to preserve the ordering of the audio clips within each content document.
new option: "keep-smil-reading-order" = true|false
---------- input ----------
content1.html
...
...
...
content2.html
...
...
...
audio.smil
---------- output when option is true ----------
content1.xhtml
...
...
...
content2.xhtml
...
...
...
content1.smil
content2.smil
See also discussion on issue 172 : https://code.google.com/p/daisy-pipeline/issues/detail?id=172
_Original issue: http://code.google.com/p/daisy-pipeline/issues/detail?id=280_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.