]>
git.seodisparate.com - subtitle_displayer/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stephen Seo [Tue, 17 Dec 2024 05:59:32 +0000 (14:59 +0900)]
Update README.md
Stephen Seo [Wed, 10 Jul 2024 06:57:44 +0000 (15:57 +0900)]
Update README.md
Stephen Seo [Wed, 10 Jul 2024 06:52:46 +0000 (15:52 +0900)]
Tweak size/style of .srt "upload" button
Stephen Seo [Wed, 10 Jul 2024 06:41:44 +0000 (15:41 +0900)]
Validate when using slider
Stephen Seo [Wed, 10 Jul 2024 05:49:14 +0000 (14:49 +0900)]
Tweak size of slider
Stephen Seo [Wed, 10 Jul 2024 05:43:29 +0000 (14:43 +0900)]
Add link to repo in file header
Stephen Seo [Wed, 10 Jul 2024 05:33:57 +0000 (14:33 +0900)]
Make timing more robust
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.
stephenseo [Wed, 10 Jul 2024 03:02:13 +0000 (03:02 +0000)]
Rename LICENSE to COPYING
Stephen Seo [Tue, 9 Jul 2024 10:07:54 +0000 (19:07 +0900)]
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.
Stephen Seo [Mon, 8 Jul 2024 09:17:20 +0000 (18:17 +0900)]
Change "play" unicode to "play emoji"
Stephen Seo [Mon, 8 Jul 2024 09:13:26 +0000 (18:13 +0900)]
Add forgejo workflow/action to publish
Stephen Seo [Mon, 8 Jul 2024 08:21:13 +0000 (17:21 +0900)]
Fix timer-anim. not resetting when slider moved
Stephen Seo [Mon, 8 Jul 2024 08:10:43 +0000 (17:10 +0900)]
Add play/pause button with duration animation
Stephen Seo [Mon, 8 Jul 2024 05:57:00 +0000 (14:57 +0900)]
Minor fixes
Stephen Seo [Mon, 8 Jul 2024 05:42:48 +0000 (14:42 +0900)]
Add README.md
Stephen Seo [Mon, 8 Jul 2024 05:30:51 +0000 (14:30 +0900)]
Impl. html/javascript/css .srt viewer