Commit graph

15 commits

Author SHA1 Message Date
6b56374af6 Update README.md
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 1s
2024-07-10 15:57:44 +09:00
842c63c5e6 Tweak size/style of .srt "upload" button
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 1s
2024-07-10 15:53:05 +09:00
66773d92bd Validate when using slider
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 1s
2024-07-10 15:41:44 +09:00
5330854ba2 Tweak size of slider
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 1s
2024-07-10 14:49:14 +09:00
640dd2dd1d Add link to repo in file header
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 1s
2024-07-10 14:43:29 +09:00
7d05124e9e Make timing more robust
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 1s
Base progressing to next subtitle based on a timestamp instead of diffs
of previous and current timestamps. This should make "playing subtitles"
timing more robust.
2024-07-10 14:33:57 +09:00
ac35bf46d8 Rename LICENSE to COPYING
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 0s
2024-07-10 03:02:13 +00:00
846416b9f7 Fix time duration when "playing"
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 0s
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
99172c7007 Change "play" unicode to "play emoji"
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 0s
2024-07-08 18:17:20 +09:00
cd8009b1a2 Add forgejo workflow/action to publish
All checks were successful
Publish to burnedkirby.com/subtitle / publish-site (push) Successful in 0s
2024-07-08 18:13:26 +09:00
cde81c1c5b Fix timer-anim. not resetting when slider moved 2024-07-08 17:21:13 +09:00
4452cfaf13 Add play/pause button with duration animation 2024-07-08 17:15:52 +09:00
25d016006a Minor fixes 2024-07-08 14:57:00 +09:00
03bd82e612 Add README.md 2024-07-08 14:42:48 +09:00
a23c1170d4 Impl. html/javascript/css .srt viewer 2024-07-08 14:35:02 +09:00