Commit graph

212 commits

Author SHA1 Message Date
Kavin
fe22731192
Fix segment autoskip not being defined sometimes. 2023-08-07 20:00:02 +01:00
Kavin
981133ebd0
Fix navigate next keybind not working.
Closes #2784
2023-08-07 19:45:54 +01:00
Kavin
fb99dbdc0a
Fix eslint warning. 2023-08-07 19:45:26 +01:00
Bnyro
5f4f793232 feat: support for video metainfo 2023-08-07 17:43:48 +02:00
Kavin
c7f1f23d09
Add optional chaining to check 2023-08-04 13:28:18 +01:00
sweep-ai[bot]
9a93dfd017
Hide show/hide comments button when comments are disabled (#2767)
* Update src/components/WatchVideo.vue

* Update src/components/WatchVideo.vue

* Update src/components/WatchVideo.vue

---------

Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
2023-08-04 11:39:31 +01:00
Bnyro
d1d7b72e21 fix: wrap video tags into multiple lines 2023-08-03 14:00:01 +02:00
Bnyro
7cf1679960 feat: support for video tags 2023-07-30 18:19:26 +02:00
Bnyro
7a14ab08a2 show video license and visibility in description 2023-07-30 18:10:08 +02:00
Kavin
301877e2e1
Fix eslint config and apply all fixes. 2023-07-27 12:46:05 +01:00
Kavin
22c10a6f9a
Tree shake DomPurify. 2023-07-22 17:22:57 +01:00
Kavin
9539d51126
Implement DeArrow support everywhere.
Closes #2575
2023-07-21 21:07:53 +01:00
Kavin
d6acb3e098
Add more DeArrow support. 2023-07-19 02:54:15 +01:00
Bnyro
1d7036a30b
disable scrolling for embedded videos (#2679) 2023-07-17 17:30:47 +02:00
Bnyro
98faddaf97 Highlight links in video description 2023-07-17 10:49:38 +02:00
Bnyro
3381be51e4
Merge pull request #2603 from Bnyro/comment-count
Support for the comment count of a video
2023-06-27 21:40:02 +02:00
Bnyro
c751d45607 Support for the comment count of a video 2023-06-27 21:38:34 +02:00
Bnyro
c1c8faaf5b
Merge pull request #2553 from Bnyro/local-playlists
Playlists without an account
2023-06-19 14:34:32 +02:00
Bnyro
dd8f86e179 Hide watch on odysee button when no lbryId 2023-06-18 10:32:23 +02:00
Nyte
840e844947
Fix buttons UI under video player, add icon for Odysee (#2551)
Co-authored-by: Bnyro <bnyro@tutanota.com>
2023-06-16 15:07:35 +00:00
Bnyro
f854af3581 Remove unused logging for debugging 2023-06-15 23:12:26 +02:00
Bnyro
37d6423e08 Add support for local playlists 2023-06-15 19:18:47 +02:00
Bnyro
2e64c4f003 Refactor playlist logic into dedicated functions 2023-06-15 17:32:32 +02:00
Sai Karthik
ec4e2dba15
refactor(WatchVideo): add spacing b/w chapters & minimize description btn 2023-06-10 22:54:41 +05:30
Kavin
6abb2711cc
Merge pull request #2455 from robertkleinschuster/fix-comment-timestamps-seek
fix safari "SyntaxError: Invalid regular expression: invalid group sp…
2023-05-31 17:57:12 +01:00
robertkleinschuster
66f3584895 correct parsing for timestamp-links in current video 2023-05-31 18:18:50 +02:00
robertkleinschuster
1cae65d133 improved watch video action buttons on small screens 2023-05-25 21:40:14 +02:00
FireMasterK
7db00846b0 Fix video like dislike icons
Closes #2367
2023-05-09 07:44:34 +01:00
Kavin
f1c1cb94f8
Dismiss autoplay on page unload. 2023-04-29 19:45:13 +01:00
Kavin
defefed9ed
Merge remote-tracking branch 'origin/master' into toast 2023-03-17 04:13:04 +00:00
EscherMoore
b51af7d798 Fix hotkeys not working 2023-03-15 19:46:36 -04:00
Bnyro
ae855c2bac Use a slot for displaying the loading indicator content 2023-03-13 14:39:07 +01:00
Bnyro
cc48fe8e27 Add a loading indicator to the player page 2023-03-12 16:03:24 +01:00
vr10t
e46cbadc51 add countdown until next video 2023-03-02 21:56:06 +00:00
Kavin
d29240546b
Merge pull request #2112 from vr10t/progress-bar
Watch progress bar under video thumbnails
2023-02-20 10:23:53 +00:00
vr10t
e0e195c7c8 remove unnecessary double if statement 2023-02-19 16:00:59 +00:00
vr10t
ed8bb4846a add category 2023-02-19 15:15:17 +00:00
vr10t
949527ed43 update watched videos in each separate component 2023-02-19 13:41:13 +00:00
Kavin
d3ef7e2b81
Fix npe when there are no segments in a video. 2023-02-10 08:56:50 +00:00
novenary
f03e323f90 Fix handling of unset preferences 2023-02-06 19:20:33 +02:00
novenary
7b832a981c Use getPreference* instead of accessing localStorage directly 2023-02-02 15:25:45 +02:00
novenary
d980edd843 Add an option to ignore short sponsorblock segments 2023-02-01 23:31:39 +02:00
novenary
e1b355e92a Add an option to skip sponsorblock segments manually
Fixes #894
2023-02-01 23:31:22 +02:00
Bnyro
5978848327 Properly rewrite channel descriptions 2023-01-30 19:42:57 +01:00
Tyrritt
4732c76dac Factor out handler func, remove Listener on unmount 2023-01-26 19:01:24 +01:00
Tyrritt
b8fdf3efeb Fix variable usage 2023-01-26 18:31:05 +01:00
Tyrritt
8311888501 Add only one listener on the window 2023-01-26 18:23:49 +01:00
Tyrritt
95a0e4cbc8 Make timestamps in comments seek instead of reload 2023-01-18 16:56:21 +01:00
Kavin
ece47821fb
Ensure watch history preference actually works. 2023-01-13 13:40:12 +00:00
Kavin
65118a440f
Merge pull request #1851 from gmnsii/playlist-integration-with-share
Add playlist integration for share button
2023-01-02 21:29:07 +00:00