Commit Graph

106 Commits

Author SHA1 Message Date
Erik Thuning
75a47261bb Fixed getArgs() returning a non-null value for the playlist when no playlist was passed. 2024-09-06 15:14:05 +02:00
Erik Thuning
f0b3b19598 Added very rudimentary support for packages with multiple subtitle files,
treating the first subs file as the only file so the button can remain a toggle
2022-12-08 14:16:36 +01:00
Erik Thuning
d5cb2021cf presentation.sources is now expected to be an object instead of a list 2022-11-30 11:16:38 +01:00
Erik Thuning
353b4af391 Added random subdomains to video sources in order to work around limitations on open connections per server. 2022-11-03 13:48:54 +01:00
Erik Thuning
1a84b68b62 Updated readme to reflect the new definition files 2022-04-01 00:54:56 +02:00
Erik Thuning
42d5a587be Added minimal definition files describing the format of a video package and a playlist 2022-04-01 00:52:43 +02:00
Erik Thuning
384c7cc513 Removed debugging files package.json and list.json 2022-04-01 00:18:37 +02:00
Erik Thuning
0992b25488 Updated the playlist to list descriptions, and changed the styling a bit 2022-04-01 00:17:41 +02:00
Pavel Sokolov
cf572c31bf Edit style a bit 2022-03-17 13:34:45 +01:00
Erik Thuning
ed72db6057 Never mind 2022-03-14 17:13:20 +01:00
Erik Thuning
60eab865b8 Maybe changing the media event type will work more consistently? 2022-03-14 17:08:51 +01:00
Erik Thuning
11aa7cb994 Fixed a bug preventing stream switching if there are no subs 2022-03-11 14:10:01 +01:00
Erik Thuning
6a09c41d1f Added a missing closing tag 2022-02-24 14:26:16 +01:00
Erik Thuning
b39914e478 Added language detection based on cookie (named 'language') 2022-02-24 14:25:46 +01:00
Erik Thuning
c3e9636ed9 Added token to subtitles so they can be accessed 2022-02-24 14:25:05 +01:00
Erik Thuning
4498b20ff7 Added crossorigin attribute to video tags for subs 2022-02-24 10:58:11 +01:00
Erik Thuning
6c42a1402e Added support for jumping 5s forwards/backwards with the arrow keys 2022-02-21 18:46:23 +01:00
Erik Thuning
2fbd02421d Volume level is remembered between page loads via cookie 2022-02-21 18:30:14 +01:00
Erik Thuning
ebcfee3030 Subtitle state will now be remembered across page loads by cookie 2022-02-21 18:20:52 +01:00
Erik Thuning
74203f4807 Buttons that toggle state now switch their tooltips as appropriate 2022-02-21 18:07:28 +01:00
Erik Thuning
6588386571 Stop hiding the UI if the playlist is visible 2022-02-21 17:54:46 +01:00
Erik Thuning
06a5b7110e Implemented subtitles display 2022-02-21 16:31:56 +01:00
Erik Thuning
5fb5f44006 Added a subs field 2022-02-21 16:31:40 +01:00
Erik Thuning
e98bbbb646 Saved the player from crashing when playing local video 2022-02-21 14:41:18 +01:00
Erik Thuning
a221742dc7 Tweaked timelink icon 2022-02-21 14:35:40 +01:00
Erik Thuning
61c31f610e Removed 4x playback speed 2022-02-21 14:23:13 +01:00
Erik Thuning
6eccebef1c Self-closing path tags for great consistency 2022-02-21 14:21:47 +01:00
Erik Thuning
2e9194cfca Updated the timelink icon 2022-02-21 14:06:57 +01:00
Erik Thuning
3c4087bac0 Updated the icon for copying a time link 2022-02-21 13:18:52 +01:00
Erik Thuning
ec72f2f596 Updated example playlist to fit my local dev environment 2022-02-21 13:00:23 +01:00
Erik Thuning
6bda4ef34a Fixed link generation when not using the debug flag 2022-02-21 12:58:10 +01:00
Erik Thuning
9091de8a65 Added a button to copy a link to the current time
Also self-closed some tags for consistency
2022-02-18 14:54:14 +01:00
Erik Thuning
4c0cd8d887 Added the ability to link to a specific time in the video
A new GET parameter 'timecode' is added, which takes a number of seconds.
Synonyms are 'time', 'timestamp' and 't'.
2022-02-18 13:07:00 +01:00
Erik Thuning
f011c7901b Made default resolution dynamic.
The first resolution listed in the first video stream is now the default.
2022-01-26 11:53:24 +01:00
94b2181e79 Mardown formatting is hard 2022-01-25 16:19:01 +01:00
Erik Thuning
e26f140309 Updated readme and re-added 4x playback speed 2022-01-25 16:13:12 +01:00
Erik Thuning
aea583396a Added additional playback speeds 2022-01-21 11:36:49 +01:00
Erik Thuning
207b36c910 Changed filename to be written to 2021-12-03 16:41:12 +01:00
Erik Thuning
ede40c6d44 Ignoring dlplayer since it's generated 2021-12-03 16:40:52 +01:00
Erik Thuning
a7439efe7c Added functionality to create a self-contained player file. 2021-12-03 16:38:57 +01:00
Erik Thuning
78f32649d9 Moving hardcoded thins into hardcoding places 2021-10-01 11:29:29 +02:00
Erik Thuning
c2135bed24 More iOS playback fixing 2021-10-01 11:27:02 +02:00
Erik Thuning
f8a802fed7 Merge branch 'master' of gitea.dsv.su.se:DMC/multiplayer 2021-10-01 11:25:29 +02:00
8d9f212836 iOS playback fix 2021-10-01 11:24:11 +02:00
Erik Thuning
e89292bf83 Removed xsome redundant declarations 2021-08-05 10:52:34 +02:00
Erik Thuning
0330293e1a Changed import of range-style.css to live in style.css 2021-08-05 10:51:34 +02:00
Erik Thuning
8a778520d6 Fixed the player crashing in production if playlist is null 2021-04-28 16:34:46 +02:00
Erik Thuning
e7753ab41d Disabled text highlighting on the speed and resolution selection popups 2021-04-23 14:04:12 +02:00
Erik Thuning
4eece90b93 Fixed the popup display bug in chrome and re-enabled the popup.
It should still follow the mouse on hover, but that will have to wait.
2021-04-23 14:02:06 +02:00
Erik Thuning
9c4c44caf4 Disabled the progress popup for the time being 2021-04-23 13:32:57 +02:00