feelfreelinux / feelfreelinux/kast
Provide subtitles support
Open
enhancement
HTTPFileServer
- Dominant language
- C++
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Most of modern renderers, searches for subtitles in file source. We should allow to add subtitles to filesystem in `HTTPFileSystem`.
Example actual output:
`"File not valid: test.srt"
"File not valid: test.ssa"
"File not valid: test.ass"
"File not valid: test.sub"
"File not valid: test.smi"
"File not valid: test.txt"
"File not valid: test.idx"
"File not valid: test.mpl"
"File not valid: test.vtt"
"File not valid: test.psb"
"File not valid: test.sami"
"File not valid: test.pjs"`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.