No description
Find a file
Stephen Seo 846416b9f7
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 0s
Fix time duration when "playing"
Previous implementation changed to next subtitle when current subtitle
ended. This means that times between subtitles were ignored.

This implementation now checks if the next subtitle's start is later
than the current subtitle's end, and will wait for the duration that is
longer.
2024-07-09 19:07:54 +09:00
.forgejo/workflows Add forgejo workflow/action to publish 2024-07-08 18:13:26 +09:00
index.html Fix time duration when "playing" 2024-07-09 19:07:54 +09:00
LICENSE Impl. html/javascript/css .srt viewer 2024-07-08 14:35:02 +09:00
README.md Add README.md 2024-07-08 14:42:48 +09:00

Subtitle Displayer

Displays subtitles in pure html/javascript/css. No server, no phoning home, just views .srt files.

Self hosted instance here