sussy-code
5238257999
Oops i broke something :-(
2024-05-07 18:22:25 +00:00
Ari
b0142fd800
fix gear viewbox
2024-05-05 14:32:14 -04:00
Captain Jack Sparrow
e45a71305d
Make the customize button hotter
2024-05-05 17:52:36 +00:00
Captain Jack Sparrow
8ce52438d1
Merge pull request 19 with minor changes
2024-05-05 14:47:00 +00:00
Captain Jack Sparrow
493d2bee88
Merge remote-tracking branch 'text-bold/text-bold'
2024-05-05 14:35:48 +00:00
sussy-code
ecd3c6130f
Make the bookmark button a little more elegant
2024-05-03 17:59:22 +00:00
carince
e8b7406569
subtitles: add bold setting
2024-05-03 14:49:33 +08:00
Ivan Evans
9a8ecf2e88
Bookmarks only while browsing
...
Disabled bookmarks when there is nothing in the search bar.
2024-04-30 09:53:31 -06:00
Ivan Evans
2b7a054d5f
Merge branch 'sussy-code:main' into main
2024-05-01 15:00:00 -06:00
Captain Jack Sparrow
6f7e79c2d3
Try fixing border color
2024-04-29 16:47:48 +00:00
Ivan Evans
bc4b28fd9c
revert sudoflix customs
2024-04-28 22:16:50 -06:00
Ivan Evans
6a7ea0ea2f
Update MediaCard.tsx
2024-04-28 22:09:11 -06:00
Ivan Evans
690ea3480c
Create MediaBookmark.tsx
2024-04-28 22:08:34 -06:00
Captain Jack Sparrow
c33efc51ee
Remove extension banner and update dropdown
2024-04-29 02:49:43 +00:00
Captain Jack Sparrow
2d1c5a132f
Remove donations !
2024-04-28 22:52:38 +00:00
Captain Jack Sparrow
73b98422b6
Do my lil thang with the sources
2024-04-28 17:25:06 +00:00
Captain Jack Sparrow
ee00d0e853
Fix the lightbar bug on discover page... (MW has a jank ahh impl)
2024-04-27 15:04:23 +00:00
Captain Jack Sparrow
b981760e09
Reduce padding on mediaCard and change homepage in package.json
2024-04-25 19:17:21 +00:00
Cooper Ransom
a387fa2e61
Merge remote-tracking branch 'movie-web/dev'
2024-04-22 18:28:54 -04:00
William Oldham
cfc74dfa78
Merge branch 'dev' into fix/#962
2024-04-22 21:15:23 +01:00
Jorrin
ae81832037
improve how to change seasons
2024-04-22 20:26:54 +02:00
Jorrin
3da8955607
decrease amount of margin on small screens
2024-04-22 19:12:18 +02:00
Cooper Ransom
e1d69873fc
Add UwU lang
2024-04-20 23:34:18 -04:00
Cooper Ransom
301a808fad
Merge remote-tracking branch 'movie-web/dev'
2024-04-20 13:09:20 -04:00
Jorrin
0a15bb2023
consistent returns
2024-04-20 11:36:38 +02:00
Cooper Ransom
049a91cb2b
4/20 update !
2024-04-20 00:07:10 -04:00
Jorrin
cfa3cfd072
check for undefined
2024-04-19 19:28:49 +02:00
Jorrin
5fbe5d1ff5
fix tmdb 404 request
2024-04-19 19:26:29 +02:00
Cooper Ransom
fb45f4384d
enable 4k and update packages
2024-04-15 21:30:56 -04:00
Jorrin
b671f22863
grey out sources that are not available on your current device
2024-04-15 22:46:38 +02:00
Jorrin
427646b444
fix dragging not working on mobile devices
2024-04-15 17:29:30 +02:00
Jorrin
42d7be106e
use name of source instead
2024-04-15 17:15:15 +02:00
Jorrin
df89bda66a
rename
2024-04-15 16:52:50 +02:00
Jorrin
9d796108a5
setup sources reordering
2024-04-15 16:49:39 +02:00
Cooper Ransom
7277ebe3a3
resolve merge conflicts from update
2024-04-14 17:28:32 -04:00
Cooper Ransom
d32e285d8d
update sudo-flix
2024-04-14 17:28:14 -04:00
William Oldham
ad83797451
Merge branch 'dev' into feat/autoplay
2024-04-14 21:30:44 +01:00
William Oldham
85337018b1
Merge branch 'dev' into fix/next-episode
2024-04-14 21:17:41 +01:00
Seun Taiwo
90c4365422
Fixed next episode button not showing next season
2024-04-14 20:20:48 +01:00
Jorrin
391554538a
Merge branch 'dev' into feat/autoplay
2024-04-12 19:06:40 +02:00
Cooper Ransom
a21d68e7ca
Merge remote-tracking branch 'movie-web/dev'
2024-04-11 19:34:02 -04:00
qtchaos
e46ca23516
chore: clean up code and remove intervals
2024-04-12 00:01:57 +03:00
Vijay
374fd57dbc
Replaced button with react-router-dom's Link component for better navigation.
2024-04-11 03:48:56 +05:30
Cooper Ransom
ee6883d27b
Merge remote-tracking branch 'movie-web/dev'
2024-04-10 17:14:03 -04:00
Vijay
5275c56725
Implement functionality to open URL in new tab on middle click
...
Added handleClick function to check for middle mouse button (event.button === 1), opening the URL in a new tab using window.open.
Improves user experience by offering an alternative method to open URLs without leaving the current page.
2024-04-11 00:39:55 +05:30
qtchaos
c8fa561c7f
fix: remove unnecessary lodash functions and use setInterval instead
2024-04-10 20:25:45 +03:00
chaos
e78d7a36f5
Merge branch 'dev' into feat/autoplay
2024-04-10 19:24:26 +03:00
Jorrin
4bdb366139
Merge branch 'dev' into feature/default-audio-language
2024-04-10 18:18:52 +02:00
Vijay
2722a7db96
Fix keyboard event handling in KeyboardEvents component
...
- Changed the condition from 'k' to 'keyL' for 'j', 'l', 'm', 'f', 'c', 'r' keys to handle uppercase keys properly.
- Fixed the condition for toggling play/pause to work with both ' ' and 'k' keys.
This commit addresses issues with keyboard event handling and ensures proper functionality with both uppercase and lowercase keys.
2024-04-10 21:24:29 +05:30
Cooper Ransom
f671afcd1b
Make media card larger
2024-04-09 22:59:16 -04:00
Cooper Ransom
81d91fc5bd
Mess up a lot of shit, this commit is unstable asf
2024-04-09 12:29:10 -04:00
Cooper Ransom
4e855021bf
add shows header
2024-04-08 14:23:53 -04:00
Jorrin
9d4be2cb55
Select default audio language based on setting
2024-04-08 16:32:33 +02:00
Cooper Ransom
178776f3ae
Merge lock-file
2024-04-05 14:44:32 -04:00
Jorrin
855e594c09
Fix switching from hls source to hls source
2024-04-05 19:16:46 +02:00
Cooper Ransom
97551951de
Make it better lol
2024-04-02 22:59:41 -04:00
qtchaos
34168a7037
feat: add autoplay configurability with VITE_ALLOW_AUTOPLAY and custom proxy
2024-04-01 00:43:00 +03:00
Cooper Ransom
8df715a13b
Fix le code
2024-03-31 17:06:07 -04:00
qtchaos
20cec61eac
feat: add autoplay preference for extension users
2024-03-31 21:55:06 +03:00
Jorrin
6a905bf517
Also route hls audio tracks through extension
2024-03-31 20:20:10 +02:00
Cooper Ransom
82cba14db1
Merge dev of movie-web
2024-03-29 15:11:27 -04:00
lmmelo16
9aebffd9c9
Merge branch 'dev' into dev
2024-03-29 15:34:26 +00:00
Cooper Ransom
46402863cf
Merge branch 'main' of https://github.com/sussy-code/sudo-flix
2024-03-28 14:19:16 -04:00
Cooper Ransom
40671c80a7
Set 4K to higher priority
2024-03-28 14:19:10 -04:00
Cooper Ransom
0b7f909478
Merge remote-tracking branch 'movie-web/dev'
2024-03-28 12:25:43 -04:00
Cooper Ransom
623d9f6bd9
Merge remote-tracking branch 'movie-web/dev'
2024-03-28 09:57:31 -04:00
William Oldham
20202d2216
Add logic for same year not released and fix language string
2024-03-28 13:39:18 +00:00
Honkertonken
bfee71f446
Update MediaCard.tsx
2024-03-28 16:47:18 +05:30
Honkertonken
9888798c28
Update MediaCard.tsx
2024-03-28 13:36:56 +05:30
Honkertonken
4386772404
Update MediaCard.tsx
2024-03-28 13:27:05 +05:30
Cooper Ransom
5b1d8dc5a0
add a todo
2024-03-28 00:16:02 -04:00
Cooper Ransom
5fb0a32456
Add Open Sans option!
2024-03-27 17:36:16 -04:00
Honkertonken
e431626bfa
Update MediaCard.tsx
2024-03-27 23:19:12 +05:30
Cooper Ransom
9d658e8f8d
Fix messed up control flow with navigation brandpill
2024-03-26 23:01:08 -04:00
Cooper Ransom
551a4367d1
Merge remote branch 'main'
2024-03-26 22:52:33 -04:00
Cooper Ransom
e5a1a614fa
Refine brandpill mobile adaption
2024-03-26 22:48:37 -04:00
Cooper Ransom
ed8be82836
Merge remote-tracking branch 'movie-web/dev' into dev
2024-03-26 21:52:21 -04:00
Cooper Ransom
cfd43c789d
Use useIsMobile to only show the text on large displays
2024-03-26 13:14:57 -04:00
Cooper Ransom
657b63858c
Change font and remove text from brandpill
2024-03-26 13:04:52 -04:00
zisra
a0b0753d45
Merge branch 'movie-web:dev' into dev
2024-03-26 10:58:52 -05:00
Isra
4e93865aed
Merge branch 'dev' of https://github.com/zisra/movie-web into dev
2024-03-26 10:58:23 -05:00
Isra
e54077045d
Change icon
2024-03-26 00:29:47 -05:00
Cooper Ransom
a5f4fb726a
Merge remote-tracking branch 'movie-web/dev'
2024-03-25 21:04:59 -04:00
zisra
8d0549d2e7
Merge branch 'movie-web:dev' into dev
2024-03-25 13:12:12 -05:00
Joao Melo
f4dd6f95a4
Fix #241 : Last episode completed does not save
...
After ending episode or clicking on next episode, store state wasn't updating. Changed NextEpisodeButton and which series episodes are displayed
2024-03-25 17:59:11 +00:00
Jorrin
e19ac55847
add pretty language to menu selection
2024-03-24 23:55:58 +01:00
Jorrin
dbb1c19796
add flags to audio options
2024-03-24 23:54:09 +01:00
Cooper Ransom
d0dd0921d6
Give up!
2024-03-24 14:26:53 -04:00
Cooper Ransom
566f7e921d
Use peak debugging tech #3
2024-03-24 14:13:39 -04:00
Cooper Ransom
883503dab3
Use peak debugging tech #2
2024-03-24 13:50:52 -04:00
Cooper Ransom
fb8b8f1a9e
Use peak debugging tech #1
2024-03-24 13:45:36 -04:00
Jorrin
ef6b0ad1dc
Merge branch 'feature/audiotracks' of https://github.com/movie-web/movie-web into feature/audiotracks
2024-03-24 01:52:17 +01:00
Jorrin
c2e587bf90
unused import
2024-03-24 01:52:16 +01:00
Jorrin
abf10c645d
Merge branch 'dev' into feature/audiotracks
2024-03-24 01:26:31 +01:00
Jorrin
6ba53ec29a
only show audio when its available
2024-03-24 01:04:11 +01:00
Cooper Ransom
478b24e627
Tweak shouldShowNextEpisodeButton percentage
2024-03-22 23:14:51 -04:00
Cooper Ransom
090eac0539
Remove cancerous lightbar random code
2024-03-22 22:21:17 -04:00
Cooper Ransom
f942e6cf6b
Decrease fishie particles
2024-03-22 22:02:59 -04:00
Cooper Ransom
0c4cc5aca4
Merge remote-tracking branch 'movie-web/dev'
2024-03-22 12:58:37 -04:00
William Oldham
b74d05afce
Merge branch 'dev' into fix/scroll-volume
2024-03-22 15:47:12 +00:00
qtchaos
39bcf8c270
fix: add overflow-y-hidden for mac users
2024-03-22 17:42:18 +02:00
Cooper Ransom
b2e1cc5aab
Change next episode button to be more universal
2024-03-21 20:08:46 -04:00
Cooper Ransom
4155c4b610
Remove shitty auto next episode
2024-03-21 19:01:52 -04:00
Cooper Ransom
549d19e16f
Add auto next episode
2024-03-20 14:55:09 -04:00
Isra
b2ec99c4d1
Make bg darker
2024-03-18 22:08:58 -05:00
Isra
a172322a54
Animate show/hide
2024-03-18 15:50:56 -05:00
Isra
a26097ffd4
Bold and change size
2024-03-18 13:47:05 -05:00
Isra
c9d2d7134b
Fix issues
2024-03-18 13:41:10 -05:00
Cooper Ransom
603b6b4510
Convet /route#route to the sexier useNavigation
2024-03-17 21:35:16 -04:00
Jorrin
c08dea89d1
add audio track selector
2024-03-18 00:06:27 +01:00
Isra
57d3f69efa
Drop subtitles
2024-03-16 14:55:29 -05:00
Cooper Ransom
0b2729a850
Merge remote-tracking branch 'movie-web/dev'
2024-03-16 14:14:36 -04:00
TechyGiraffe999
9a56c71e30
Add Watch Party Option
2024-03-16 18:08:55 +00:00
Cooper Ransom
db280095ae
Test this way of routing
2024-03-15 23:12:11 -04:00
Cooper Ransom
0fa62191e1
Perfect direct links and add buttons that link to TopFlix and Support to about us
2024-03-15 23:02:11 -04:00
Cooper Ransom
b9a830a298
Polish flix page again, all we have to do is add endpoint redirects and posters!
2024-03-15 15:54:08 -04:00
qtchaos
e0fec7ffa3
fix: add check for setPositionState to avoid TypeError
2024-03-15 17:30:37 +02:00
sudo-flix
d9ded30a86
Update star easter egg
2024-03-15 00:37:35 -04:00
Cooper Ransom
c8c932ccce
Add start lightbar easter egg
2024-03-15 00:12:16 -04:00
Cooper Ransom
7f2b343216
Merge remote branch 'movie-web/dev'
2024-03-14 23:54:28 -04:00
Cooper Ransom
5c74b40ebc
Add a way to access it via nav
2024-03-14 23:22:09 -04:00
Cooper Ransom
22041f67d0
Make the top-flix page
2024-03-14 21:12:38 -04:00
ssssobek
9f025bd12b
Move filterDuplicateCaptionCues to a different file
2024-03-14 20:34:32 +01:00
ssssobek
810a12a097
Apply requested changes
2024-03-14 01:01:24 +01:00
qtchaos
bde2231a90
fix: set touch-action to none
2024-03-13 23:20:17 +02:00
ssssobek
c1f9382f50
Add embedded subtitles support
2024-03-12 23:45:34 +01:00
sudo-flix
8a4cd3b435
Update probability for guns easter egg
2024-03-11 23:14:04 -04:00
Cooper Ransom
a9da2d5ef6
Fix proabilty on gangster
2024-03-11 21:06:50 -04:00
Cooper Ransom
924da37b4e
Add gangster easter egg
2024-03-11 21:06:27 -04:00
Cooper Ransom
0f81ef90fb
Merge movie-web/dev
2024-03-11 19:28:08 -04:00
William Oldham
d33faf370f
Bump padding to pb-5 to match top of card
2024-03-11 18:48:52 +00:00
qtchaos
35c9c85b86
fix: increase maximum subtitle size, set background blur max to 100% and increase padding on the bottom of captions view
2024-03-11 17:46:47 +02:00
Cooper Ransom
0d1d889661
Merge movie-web/dev
2024-03-10 23:05:36 -04:00
ssssobek
ca180ab9ea
Go back to using percentages instead of pixels
2024-03-10 23:10:25 +01:00
ssssobek
e09c04b57b
Add blurred backgroud for subtitles
2024-03-10 20:14:48 +01:00
sudo-flix
544a265e9d
Update probability of dui
2024-03-09 11:18:20 -05:00
Cooper Ransom
2b199cbeba
Add DUI easter egg
2024-03-09 00:10:44 -05:00
Cooper Ransom
e465d2a340
Force rebuild on VPS
2024-03-08 23:33:16 -05:00
Cooper Ransom
8c29042cb8
Make the admin page cool asf
2024-03-08 18:03:03 -05:00
Cooper Ransom
a63bb88a25
Fix next episode stuff! and add another proxy
2024-03-08 10:40:46 -05:00
Cooper Ransom
aa9bbf289f
Finish turnstile setup
2024-03-07 12:16:28 -05:00
Cooper Ransom
4a6395842e
Merge remote-tracking branch 'movie-web/dev'
2024-03-07 11:41:08 -05:00
Cooper Ransom
d5357d7549
fix turnstile look
2024-03-07 11:33:07 -05:00
William Oldham
425c7beeea
Merge branch 'dev' into mediasession
2024-03-07 15:52:35 +00:00
Cooper Ransom
845528dc34
Merge remote-tracking branch 'movie-web/dev'
2024-03-06 15:33:14 -05:00
Cooper Ransom
de5f2514ec
Add a support page!
2024-03-06 15:31:52 -05:00
Isra
b74a4cd4c6
Make x-button more visible
2024-03-06 10:56:06 -06:00
Cooper Ransom
7604d7d724
Add more to aboutus in en.json and mess with footer
2024-03-06 00:18:37 -05:00
Cooper Ransom
1b15a7f55d
add cat pfp and fix others
2024-03-05 18:39:17 -05:00
Cooper Ransom
6eab2a013c
change tab description to tagline in en.json and turn maintace page into route and add twitter link to footer!
2024-03-05 14:10:22 -05:00
qtchaos
256f9f9df9
feat: add season/episode to the start of title
2024-03-05 00:33:31 +02:00
William Oldham
18e9bdbfc5
Merge branch 'dev' into mediasession
2024-03-04 21:42:40 +00:00
Cooper Ransom
3b06bfaecb
Add back maintance page for server update/maintence tmr!
2024-03-04 10:31:11 -05:00
Cooper Ransom
f127b5fbee
fix pirate easter egg chance
2024-03-03 21:55:40 -05:00
Cooper Ransom
82c0201b91
Branding and lightbar changes
2024-03-03 20:48:40 -05:00
Cooper Ransom
c9c071e95e
Merge dev!!
2024-03-03 20:11:17 -05:00
qtchaos
f33bc583ea
fix: when navigating to own pages, use useNavigate()
2024-03-03 22:47:51 +02:00
Cooper Ransom
fd00b65276
Fix small issue with maintance page and lightbar
2024-03-02 21:58:20 -05:00
Cooper Ransom
4ec3324319
Lower particle TOL
2024-03-01 17:20:29 -05:00
Cooper Ransom
f8b3b68570
fix dev chance oops :(
2024-03-01 16:57:11 -05:00
Cooper Ransom
507fa97d77
Add retry button to notfound and make another easter egg!
2024-03-01 16:38:44 -05:00
Cooper Ransom
8c3c124516
Fix prettier error...
2024-03-01 14:11:26 -05:00
Cooper Ransom
41a7eead1f
Normalize easter eggs chance out of 100
2024-03-01 14:05:28 -05:00
Cooper Ransom
39f34c15b1
Add so many easter eggs
2024-03-01 13:55:21 -05:00
Cooper Ransom
8a85033b0f
Fix viewbox finally (i hope)
2024-03-01 10:34:01 -05:00
Cooper Ransom
c1f2841ff2
Center pfp and go to sleep :)
2024-03-01 00:47:26 -05:00
Cooper Ransom
8d795f07b3
Remove some pfps and only keep the best one!
2024-03-01 00:35:22 -05:00
Cooper Ransom
1b76c5b8d5
Try to fix pfps
2024-02-29 23:49:46 -05:00
Cooper Ransom
da73c05764
reduce cat change again
2024-02-29 23:35:34 -05:00
Cooper Ransom
cd440de3a7
Add dmca email and page!
2024-02-29 23:14:36 -05:00
Cooper Ransom
9cce97967d
i am done with the icons i promise
2024-02-29 13:56:49 -05:00
Cooper Ransom
e787611582
fix cat not being centered
2024-02-29 13:10:33 -05:00
Cooper Ransom
448f8a98b2
Bug fix / code cleanup
2024-02-29 12:47:33 -05:00
Cooper Ransom
63936b2f8e
Fix pfp identifcatin issue
2024-02-29 11:32:07 -05:00
Cooper Ransom
930ba26d30
add chrome extension and better pfps
2024-02-29 11:23:33 -05:00
Cooper Ransom
207525a017
reduce santa easter egg possibilty
2024-02-29 09:37:07 -05:00
Cooper Ransom
3aea58a91c
Add halloween easter egg and fix manifest
2024-02-29 08:24:53 -05:00
Cooper Ransom
ffb6aa2dd3
Fix proxies and easter eggs (last flipping time)
2024-02-28 22:12:13 -05:00
Cooper Ransom
fbcc7b8009
Add 2 proxies instead of one for default setup
2024-02-28 21:39:53 -05:00
Cooper Ransom
5b56f2427d
Reduce cat possiblity
2024-02-28 21:30:52 -05:00
Cooper Ransom
917f4e7e7c
Reduce cat amount
2024-02-28 21:30:21 -05:00
Cooper Ransom
ab71b24024
Reduce leaves in za easter egg #2
2024-02-28 21:26:53 -05:00
Cooper Ransom
5bc3f3becf
Reduce leaves in za easter egg
2024-02-28 21:22:51 -05:00
Cooper Ransom
f4bc4c2c8b
Update to 4.5.1 !!
2024-02-28 21:17:56 -05:00
Cooper Ransom
dfd5cefb41
Fix lightbar AGAIN!!
2024-02-28 16:44:44 -05:00
Cooper Ransom
70c92569de
Make some silly changes to en.json and fix lightbar
2024-02-28 16:38:17 -05:00
Cooper Ransom
829c175104
Increase easter egg size!
2024-02-28 16:14:54 -05:00
Cooper Ransom
d0df347e7a
Add sharks, fix easter eggs and increase visablity of 'did you enable the extension?'
2024-02-28 15:42:10 -05:00
Cooper Ransom
d7e20c81b7
Fix kitty easter egg chances
2024-02-28 00:30:11 -05:00
Cooper Ransom
341c253d6e
Fix easter egg chances
2024-02-28 00:28:22 -05:00
Cooper Ransom
d1f8b9e652
fix another easter egg issue
2024-02-28 00:16:47 -05:00
Cooper Ransom
533d55e5cb
add easter eggs...
2024-02-28 00:07:08 -05:00
Cooper Ransom
6b4a61d6fc
ADD EVEN MORE FISHIE
2024-02-27 19:34:04 -05:00
Jorrin
d20ab4be08
double map into one
2024-02-27 23:30:00 +01:00
Jorrin
7af58dd9e8
prepare stream for all domains in a hls playlist
2024-02-27 23:19:40 +01:00
qtchaos
67c86a270e
feat: make volume scrollable with your mouse
2024-02-26 22:39:32 +02:00
qtchaos
5321afe2cd
chore: remove useNavigate import
2024-02-26 17:06:35 +02:00
qtchaos
e8d8c16d41
fix: use window.open instead of react-router on href within Button
2024-02-26 16:56:46 +02:00
William Oldham
0c19716836
Fix HLS i18n key
2024-02-11 12:23:10 +00:00
Jorrin
2b402ac5ba
Fix HTTP error 403 on HLS stream after switching source
2024-02-09 17:45:48 +01:00
chaos
b129181b6c
Merge branch 'dev' into mediasession
2024-02-09 15:52:31 +00:00
qtchaos
761e952ce2
fix: update if conditions to allow for updates after changing episodes
2024-02-09 17:51:47 +02:00
Astrid
0ba699d66e
useCopyToClipboard
2024-01-31 22:58:38 +01:00
Astrid
71ddbca657
Copy playlist link instead of download playlist
2024-01-31 22:22:26 +01:00
Astrid
a562cbeb25
Proper onClick types and give <a> the callback
2024-01-31 22:22:07 +01:00
mrjvs
a2a3066bc7
Merge branch 'dev' into mediasession
2024-01-31 16:56:36 +01:00
mrjvs
5f4cff8975
Cleanup some styling
2024-01-30 20:39:40 +01:00
RyloRiz
6cf870d246
Reviewed changes & simplified clearing process
2024-01-29 17:58:13 -08:00
RyloRiz
32c6bf12c7
Removed clear pointer/action when not visible
2024-01-27 21:38:01 -08:00
RyloRiz
2a93804fbd
Restyled clear button & visibility
2024-01-27 21:32:04 -08:00
RyloRiz
ef9792827a
Fixed search query updating on clear
2024-01-27 15:34:33 -08:00
RyloRiz
5be4833b8d
Created an 'x' button to clear search query
2024-01-24 18:41:45 -08:00
mrjvs
a87f4cf222
Make download subtitle not automatically crash the tab but only after clicking (if ram is too low)
2024-01-24 15:13:59 +01:00
William Oldham
25ae949995
Check for extension in scrape logic
2024-01-23 21:44:53 +00:00
William Oldham
d38cb6b632
Merge branch 'dev' into dev
2024-01-22 15:45:38 +00:00
mrjvs
20e35d0549
fix linting problem
2024-01-21 20:33:49 +01:00
Mehdi Dara
6010c2bab0
⚡ Backdrop blur for the navigation buttons
2024-01-21 21:28:10 +03:30
mrjvs
4fa500013e
Style the extension onboarding
2024-01-21 15:28:46 +01:00
mrjvs
cf38e26c5b
Merge branch 'extension' of https://github.com/movie-web/movie-web into extension
2024-01-20 14:02:00 +01:00
mrjvs
8a79924abd
Merge branch 'dev' into extension
2024-01-20 14:57:40 +01:00
mrjvs
ad69c9381c
remove resolved TODO
2024-01-20 14:00:15 +01:00
mrjvs
8cc6faff09
improve HLS disclaimer
2024-01-20 13:27:58 +01:00
mrjvs
741a35dee8
Style and localize the preference section of settings
2024-01-20 13:20:06 +01:00
mrjvs
f96a0de373
Style the settings onboarding card
2024-01-20 13:09:42 +01:00
mrjvs
de5d47a730
Theme skip setup card
2024-01-20 12:24:02 +01:00
mrjvs
9ec273e78c
Style onboarding pages
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2024-01-20 11:18:16 +01:00
mrjvs
bb147a1367
Fixed flares
2024-01-20 00:24:06 +01:00
mrjvs
b3222b130f
Fix some thumbnail scraping setting logic
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2024-01-18 19:29:58 +01:00
mrjvs
dc95bd7455
Add full layout and styling for the first step in onboarding
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2024-01-18 19:22:55 +01:00
mrjvs
3b2be31691
Add thumbnail generation as a setting
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2024-01-18 19:22:39 +01:00
mrjvs
925f3dff19
Basic onboarding structure
2024-01-16 20:28:33 +01:00
chaos
224d823eb6
Merge branch 'dev' into mediasession
2024-01-11 22:25:07 +02:00
mrjvs
72f6960c60
Merge branch 'dev' into dev
2024-01-11 19:02:30 +01:00
mrjvs
3704dfba10
Fix styling bugs, fix player not switching source after error, fix allowed state in extension, add ip locked sourced for extension
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2024-01-10 22:04:21 +01:00
Jorrin
d32ef6ed9a
fix extension not preparing stream on embed selection
2024-01-10 19:43:54 +01:00
mrjvs
421186cb54
Version checking + preparing streams
2024-01-09 21:56:39 +01:00
Astrid
dec967418b
Mark cursor-not-allowed as important so that cursor-pointer gets overridden
2024-01-09 20:50:45 +01:00
mrjvs
f70d13f2c9
Clean up extension code
2024-01-09 20:07:22 +01:00
Ashutosh Shinde
803668b492
added return value of selectCaptionById from selectLanguage function
2024-01-09 10:43:20 +05:30
Jorrin
ef85c217f7
first mvp extension
2024-01-08 17:06:27 +01:00
Ashutosh Shinde
f09a185335
updated selectLanguage callback to call selectCaptionById after searching for correct caption
2024-01-06 23:19:06 +05:30
Ashutosh Shinde
32dd68c90e
updated CaptionOption key to use caption id instead of index and url in CaptionView
2024-01-06 23:18:54 +05:30
qtchaos
c6f359d4ea
Remove unused import in MediaSession.ts
2024-01-06 19:31:05 +02:00
qtchaos
fb68efa522
Rework MediaSession to be less bad
2024-01-06 18:43:42 +02:00
Ashutosh Shinde
cd02f6d7a3
fixed #614 multiple captions of the same language all appeared as selected when selecting only one
2024-01-06 13:40:04 +05:30
qtchaos
00066ba788
somewhat ok mediasession implementation
2024-01-05 21:19:59 +02:00
William Oldham
d0ef78020a
Add Galician Flag
2024-01-04 20:44:11 +00:00
William Oldham
38fe8df228
Move flags into flag directory
2024-01-04 20:43:05 +00:00
mrjvs
1091253392
Handle more turnstile errors + show interactive prompt + handle provider api metadata errors
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2024-01-03 23:54:08 +01:00
mrjvs
7155ffce40
Add missing languages + add support for scripts (pain)
2024-01-03 21:20:57 +01:00
mrjvs
aca7827a15
Implement new country code system and new language code system
2024-01-03 20:06:08 +01:00
Jip Fr
adbf11969e
Fix player UI not always vanishing (or so we hope :D)
2024-01-03 00:55:42 +01:00
Jip Fr
58e1a17215
Make disabled episodes clickable
2024-01-02 20:29:19 +01:00
Jip Fr
de74eac008
Disable episodes in list when episode hasn't aired yet
2024-01-01 21:55:04 +01:00
Ruslan
9678bd566e
add toki pona flag
2023-12-30 01:57:38 +01:00
Ruslan
18ad3753e2
add full ukrainian transtaltion, fix flags
2023-12-30 01:29:57 +01:00
Astrid
95b1e05667
Fix translation keys
2023-12-29 22:25:09 +01:00
mrjvs
378a1696b3
Update provider package
2023-12-29 18:17:37 +01:00
Jip Fr
e9aee9e7e8
Correct nepal flag
2023-12-29 16:52:13 +01:00
Jip Fr
ac31d963a1
Fix Estonia flag
2023-12-29 14:34:12 +01:00
mrjvs
80ded57051
Merge branch 'dev' into colors
2023-12-29 13:47:59 +01:00
chaos
6c28ed8249
Update order of colors
2023-12-29 14:39:56 +02:00
chaos
b3367fd60d
Change to darker gray
2023-12-29 13:16:26 +02:00
qtchaos
447b7c6311
Add darker gray color to subtitle colors
2023-12-29 03:46:59 +02:00
qtchaos
5e52ea8e8f
Add check for non existent index.
2023-12-28 22:53:47 +02:00
qtchaos
27b28a6d96
Remove seeking with numbers.
2023-12-28 22:18:47 +02:00
qtchaos
c3494c2f84
Refactor video playback speed options
2023-12-28 21:57:14 +02:00
qtchaos
9f7432450b
Improve video progress/playback keybinds
2023-12-28 21:43:52 +02:00
Vijay
bc32fc3f8a
Create translation string for backlink in subtitles settings
2023-12-28 22:01:16 +05:30
Vijay
c347fe7ef5
Enhance Clarity, Consistency, and Formatting in Captioning and Subtitling Options
...
Refined language for captioning and subtitling options in the codebase:
- Replaced 'captions' with 'subtitles' in player.menus keys.
- Updated occurrences of "settings.captions" to "settings.subtitles" in view components.
- Updated occurrences of "player.menus.settings.enableCaptions" to "player.menus.settings.enableSubtitles" in SettingsMenu.tsx component.
Ensured consistency in translations by applying these changes to locales for different languages across the repository.
Additionally, performed auto-formatting using ESLint and Prettier for consistent code style.
This commit aims to improve overall clarity, alignment with preferred terminology, and maintain code quality through auto-formatting.
2023-12-28 22:01:16 +05:30
mrjvs
13011ad379
Merge branch 'dev' into cdn-replacements
2023-12-27 23:55:47 +01:00
mrjvs
23c1df5aef
Fix some cdn replacement bugs
2023-12-27 23:52:18 +01:00
mrjvs
adddb84417
Add cdn replacements
2023-12-27 23:39:32 +01:00
Astrid
57edcbeb79
Playlist downloads
2023-12-27 22:40:04 +01:00
Astrid
ac0e5e6927
Add support for playlist download
2023-12-27 22:39:38 +01:00
Ikko Eltociear Ashimine
e19703122e
Fix typo in player/README.md
...
seperate -> separate
2023-12-28 01:09:03 +09:00
mrjvs
2e0a5910ca
Fix missing timeout on touch controls hovering
2023-12-24 16:12:28 +01:00
mrjvs
51724987ca
Fix popout bug
2023-12-24 15:51:19 +01:00
Contreras, Raf
48b708d569
Upgrade packages, bundling, performance
2023-12-23 18:24:43 +13:00
mrjvs
75af3b992d
Made some more keys translatable
2023-12-21 20:47:38 +01:00
blackvid
a59668f46c
Important update
2023-12-20 15:48:06 -04:00
mrjvs
b5a11ef000
turnstile integration for provider api
2023-12-19 20:41:56 +01:00
mrjvs
4847980947
Improve error handling for providers api
2023-12-19 18:47:54 +01:00
mrjvs
ca2e20fdbc
Add provider-api to source selection menu
2023-12-19 18:09:05 +01:00
mrjvs
15d97dda02
remove unused import
2023-12-19 00:14:42 +01:00
mrjvs
116501e0c1
Source list
2023-12-19 00:14:13 +01:00
mrjvs
2bf0b5b03c
Metadata fetching
2023-12-19 00:10:46 +01:00
zisra
43ed6edd99
Fix RTL subtitles
2023-12-17 13:37:28 -06:00
mrjvs
3ddcb9feaa
Fix some RTL bugs
2023-12-16 18:45:21 +01:00
mrjvs
6766337fdb
Update languages + update swedish flag override
2023-12-16 18:39:59 +01:00
mrjvs
0c9eb7e0df
Merge branch 'dev' into rtl
2023-12-16 16:59:25 +01:00
mrjvs
ad81b23c95
Fix thumbnail going under next episode button
2023-12-16 16:58:53 +01:00
mrjvs
6dea1fb3f6
Fix RTL issues
2023-12-16 16:50:34 +01:00
Jip Fr
cf4cb6f300
Some RTL fixes
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 16:21:50 +01:00
Jip Fr
4813d9dbfe
RTL text
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 15:27:42 +01:00
mrjvs
1249f35f8b
Merge branch 'dev' into mobile-fixes
2023-12-16 14:56:23 +01:00
Jip Fr
b91f0e4b3d
Fix modal offset
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 14:42:51 +01:00
Jip Fr
179bdb07dd
Re-add auto captions
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 14:37:52 +01:00
Jip Fr
6862255de9
Replace 1.25 playback speed with 1.5
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 14:37:12 +01:00
Jip Fr
ed957f3872
Make passphrase input into toggleable password field
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-16 14:16:48 +01:00
Jip Fr
33fac3b718
Fix logged out font size in navigation
2023-12-16 13:51:33 +01:00
Jip Fr
1c9a18a52c
Convert passphrase display to 3 cols with smaller text on mobile
2023-12-16 13:48:41 +01:00
Jip Fr
00e57a932f
Downscale navigation on very small screens
2023-12-16 13:46:04 +01:00
Jip Fr
e3807d31c1
Add minionlang
2023-12-16 01:48:26 +01:00
Jip Fr
0baad79fde
Add brush lmao
2023-12-16 00:04:33 +01:00
Jip Fr
4caada49a4
Oops :3
2023-12-14 21:57:06 +01:00
Jip Fr
8e0f385024
https://youtu.be/G4MV9Q83zaY Add santa hats
2023-12-14 21:54:06 +01:00
Jip Fr
cf24ddc71f
https://youtu.be/G4MV9Q83zaY
2023-12-14 21:24:59 +01:00
Jip Fr
46f2da3c45
Fix lightbar being too tall (again)
2023-12-14 20:41:03 +01:00
Jip Fr
f8b83a6f8c
Remove play() to stop weird audio buffering thingie https://youtu.be/dQw4w9WgXcQ
2023-12-13 21:51:06 +01:00
Jip Fr
87b6399d5d
Fix tall boi page UwU
2023-12-13 21:25:48 +01:00
Jip Fr
b5cb432241
Add safe area to next episode button, clean up debugging stuff, disable thumbnails on Safari, fix lightbar on landscape
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-13 21:13:57 +01:00
Jip Fr
903185f5a3
Add safe area inset bottom to next episode button
2023-12-11 17:47:24 +01:00
Jip Fr
3109da2154
Some progress for thumbnail fix on iOS
2023-12-10 22:12:09 +01:00
Jip Fr
c4dcc42b9d
Fix weird underflow on media card on Safari
2023-12-10 22:11:54 +01:00
Jip Fr
056fabb266
Add safe area to mobile overlays
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-12-10 20:58:56 +01:00
mrjvs
436a75d3f2
Add chromecasting UI
2023-12-10 17:47:38 +01:00
mrjvs
fac61d26da
Add chromecasting display interface
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-12-10 17:12:05 +01:00
mrjvs
09da337362
Focustrap workaround, pain
2023-12-10 13:12:51 +01:00
mrjvs
ef9eaf074e
Handle image rendering error for thumbnails
2023-12-10 12:58:45 +01:00
mrjvs
386741807c
Merge branch 'dev' into v4-themes
2023-12-09 17:47:49 +01:00
William Oldham
a837894f6d
Move type-fest to a dev dependency and update import to import type
2023-12-09 15:37:37 +00:00
William Oldham
9fb12e7e34
Fix DMCA Footer link
2023-12-09 14:24:46 +00:00
William Oldham
99de885216
Change about me icon to circle question icon
2023-12-09 14:23:40 +00:00
William Oldham
fc89a5c6b5
Add additional donation link and change donation icon
2023-12-09 14:23:19 +00:00
mrjvs
3fa7a5ef27
recolor default theme
2023-12-08 18:42:37 +01:00
mrjvs
1217bae7ee
Add back and forth links for register and login
2023-12-07 01:52:35 +01:00
mrjvs
e420049097
Added proper FAQ body text
2023-12-06 22:59:58 +01:00
mrjvs
08f378bc72
new user icons + better defaults for register form
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-12-06 21:47:36 +01:00
mrjvs
8015ec5a92
Reset caption specific settings
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-12-06 21:06:46 +01:00
mrjvs
a74bc2257f
new colors
2023-12-04 23:10:06 +01:00
mrjvs
29d0b05845
remove buffered todo, after research it should already be working as intended
2023-12-02 00:13:48 +01:00
mrjvs
7841fadcb6
make email an optional setting + add device name validation
2023-12-02 00:02:09 +01:00
mrjvs
83bc9637b0
Prevent language duplication in search
2023-12-01 23:36:48 +01:00
mrjvs
c7b361bcac
add hover to locale dropdown
2023-12-01 23:29:24 +01:00
mrjvs
4dc3a3216a
Some shoepolish for movie-web
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-30 21:25:28 +01:00
mrjvs
b1b604d322
hide pause when loading
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-30 20:05:49 +01:00
Jip Fr
4f810a58d9
Fix flag alignment on subtitles page
2023-11-29 22:19:27 +01:00
Jip Fr
fa2fac351e
Fix router page overflow on mobile
2023-11-29 22:16:46 +01:00
mrjvs
39b1952906
Fix overlapping issues
2023-11-29 20:26:37 +01:00
mrjvs
17b9a8d674
Add info text for ios and HLS + fix lightbar overflows
2023-11-29 19:37:01 +01:00
mrjvs
9772711a2f
Fix url encoding in search + error page not showing any error info
2023-11-29 18:30:35 +01:00
mrjvs
8bf6510eaf
shortcut for enter to unfocus + slash to focus searchbar
2023-11-29 18:20:31 +01:00
mrjvs
08cc5260bd
Fix overlay always staying on on touch devices
2023-11-29 18:11:10 +01:00
mrjvs
9cb694d65b
Fix mobile overlays going offscreen
2023-11-29 17:54:09 +01:00
mrjvs
761884ee01
Fix remaining time for mobile + smaller heading sizes
2023-11-29 17:51:22 +01:00
mrjvs
bc22c323a0
fix savebar still persisting + fix stopEditing translation key
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-29 17:42:51 +01:00
mrjvs
d7298a9027
remove unnecesary max height
2023-11-29 17:33:48 +01:00
mrjvs
b9f4e7f412
HLS for ios
2023-11-29 17:27:17 +01:00
mrjvs
48dca948e8
Merge branch 'dev' into v4
2023-11-28 22:12:10 +01:00
mrjvs
a4808415db
Localize the rest of everything
2023-11-28 21:11:46 +01:00
mrjvs
63c509891e
Merge branch 'v4' of https://github.com/JamesHawkinss/movie-web into v4
2023-11-26 16:33:05 +01:00
mrjvs
0ef492f58b
Remove unused files/functions + localize everything except player and pages + reorganize files + fix lint warnings
2023-11-26 16:04:23 +01:00
Jip Fr
91a8b07257
Hide device name in navigation on smaller devices
2023-11-26 14:40:35 +01:00
mrjvs
7bc3bb1416
Fix sticky sidebar + new design for app information + gorgegous new dropdown + bunch of small bug fixes + fix encryption not supporting utf8
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-25 17:09:01 +01:00
Jip Fr
8cdedbfca6
Adjust setting sidebar font size, add secure/insecure icon
2023-11-24 23:28:19 +01:00
mrjvs
a9abe14810
make settings page fully functional
2023-11-24 21:54:44 +01:00
mrjvs
b38e5768e3
only make new save item if difference
2023-11-24 20:05:22 +01:00
mrjvs
e62238459c
Add more settings saving logic + add connections section to settings + fix broken modals
2023-11-24 18:39:40 +01:00
mrjvs
5a5f3e8b8c
a whole bunch of final todos
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-24 17:11:00 +01:00
mrjvs
415419f3ef
Fix navigation zindex issues
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-24 14:37:17 +01:00
Jip Fr
8db25148de
Account styling in settings
2023-11-23 00:45:06 +01:00
mrjvs
ce6b6ef88b
add focus traps to overlays
2023-11-22 17:50:24 +01:00
mrjvs
2def74cb32
autocompletion
2023-11-22 17:00:14 +01:00
mrjvs
3434074b1e
delete account modal
2023-11-22 15:04:58 +01:00
mrjvs
7a591c82b9
Logic to conditionally show continue watching items
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-21 20:34:30 +01:00
Jip Fr
9f65821fce
mediagrid focus styles
2023-11-21 19:34:42 +01:00
Jip Fr
9f41228a0c
Make settings tabbable
2023-11-21 19:24:45 +01:00
Jip Fr
ab167d565a
Add popup close keyboard shortcut, more tabbable styles
2023-11-21 18:22:50 +01:00
Jip Fr
d3184113cc
Tabbable styles in header & footer
2023-11-21 18:03:08 +01:00
mrjvs
9c1195e131
Add premid support back (in different format)
2023-11-20 20:09:50 +01:00
mrjvs
340673237b
Add fullscreen preview for caption settings + optimize subtitle rendering
2023-11-20 19:36:35 +01:00
mrjvs
b69c1a4518
fix spinner sizings
2023-11-20 19:03:48 +01:00
mrjvs
e7257e392e
progress sycning + device name in user dropdown
2023-11-19 20:47:20 +01:00
mrjvs
fa990d16b2
linked captions + primary navigation dropdown
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-19 16:49:17 +01:00
Jip Fr
9152ad7bb0
Replace icon in dropdown
2023-11-18 21:03:02 +01:00
Jip Fr
2b23353e40
Language dropdown, language in settings, add temporary confirmation to delete account
2023-11-18 20:55:46 +01:00
mrjvs
54cd1d52ca
caption settings + working settings sidebar
2023-11-18 19:27:19 +01:00
mrjvs
d8913bb2b7
theme system + device list + device logout + delete account + register callout + split up settings page components
2023-11-18 17:28:10 +01:00
mrjvs
0dd73eec54
make grid for passphrase display
2023-11-18 15:21:11 +01:00
mrjvs
061c944034
finish register and login flow + suspense fallback fix
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-18 15:12:31 +01:00
mrjvs
328414ab06
Fixed hardcoded sitekey, fixed hasCaptcha being ignored, fixed setState while unmounted
2023-11-17 19:10:02 +01:00
Jip Fr
a5512b95e5
Add "top" part to large card, create auth input, add captcha things, put rest of auth flow in cards
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-17 17:38:52 +01:00
Jip Fr
a25b3dee54
First two pages of register flow
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-17 14:45:13 +01:00
mrjvs
b4efe88252
add backend url to admin page + volume changed overlay bug fixed
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-12 17:07:48 +01:00
mrjvs
117da3335b
reporting source selection menu
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-11-12 16:54:32 +01:00
mrjvs
8dcb94d3ae
update comments
2023-11-11 17:35:25 +01:00
Jip Fr
2c92bbf94e
Fix poster issue
2023-11-09 15:34:35 +01:00
Jip Fr
b2608505f8
Probably fix aspect ratio issue
2023-11-09 15:29:59 +01:00
mrjvs
743ecc7869
authentication register and login
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-11-05 17:56:56 +01:00
mrjvs
6ba57d701f
account login shit
2023-10-31 21:08:09 +01:00
mrjvs
2953b8f29f
Fix playback error when switching episode
2023-10-31 19:13:35 +01:00
mrjvs
023a850e4f
error handling for video + bookmark migration + last watched episode shown + progress migrations
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-30 21:29:02 +01:00
mrjvs
4c43208deb
udpate hls config
2023-10-29 23:34:16 +01:00
mrjvs
a8b47baa5a
fix warning in console
2023-10-29 22:22:27 +01:00
Jip Fr
e2ede02293
Fix ol going over the header
2023-10-28 17:49:07 +02:00
Jip Fr
abb2db1146
Optical alignment on button
2023-10-28 17:47:18 +02:00
Jip Fr
de4a7afec1
fix flag
2023-10-28 17:33:49 +02:00
mrjvs
b39ef2c31f
start at beginning when pressing next episode button
2023-10-27 22:20:42 +02:00
mrjvs
65d0218f81
removed old todos, disable captions on load
2023-10-27 22:12:03 +02:00
mrjvs
9ff603f87c
correct languages + settings page styling
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-27 21:51:14 +02:00
mrjvs
606acb8ac4
make it possible to show unknown quality when available
2023-10-26 20:11:31 +02:00
mrjvs
df5735cfbf
pwa fix and dont remove t param after use
2023-10-26 19:53:22 +02:00
mrjvs
92bca33b91
add T param back
2023-10-26 19:36:15 +02:00
mrjvs
4f7728bb51
resize triggers anchor position update
2023-10-25 23:38:09 +02:00
mrjvs
ca402a219d
fix custom subs + download
2023-10-25 19:14:41 +02:00
mrjvs
de68438793
admin page + beginning of settings page
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-25 18:05:40 +02:00
mrjvs
e267482d33
opush
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-25 16:41:52 +02:00
mrjvs
51b7305799
Fix bug where sometimes the wrong episode is played through episode selector
2023-10-24 21:14:17 +02:00
mrjvs
f30161fb1c
Fix incorrect season showing when opening episode menu + fix selected season not resetting after reopen episode menu
2023-10-24 20:52:39 +02:00
mrjvs
6a125a593d
error handle pages + migration page
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-24 20:34:54 +02:00
Jip Fr
7731938729
Add target _blank to button component
2023-10-24 13:27:10 +02:00
Jip Fr
faed749691
Fix download button
2023-10-24 13:25:42 +02:00
Jip Fr
9bd31071f9
Add ol component
2023-10-24 13:15:13 +02:00
mrjvs
cec0744907
the start on a docs page + error pages
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-10-23 23:06:24 +02:00
mrjvs
109d9054d6
caption settings reorganize
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-23 21:06:31 +02:00
mrjvs
a2968d3bf8
scroll to active episode and caption, fix last provider being nonactive. caption delays mobile friendly input, bigger range caption delay range
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-23 21:03:50 +02:00
Jip Fr
269d2b59eb
Add manipulation buttons to caption offset
2023-10-23 17:15:13 +02:00
Jip Fr
e569b5ba32
Re-add caption delay
2023-10-23 16:30:20 +02:00
mrjvs
e41d1fdb3f
improve most voted algorithm, remove temporary state
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-22 22:27:36 +02:00
mrjvs
8e65db04a3
searching of subs + caching of results + sort subs by common usage + better loading state for subs + PiP added to mobile + remove useLoading
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-22 22:07:45 +02:00
mrjvs
9ce0e6a099
caption keyboard shortcut + searchbar for captions + enabled toggle for keyboard + subtitle padding
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-22 21:11:40 +02:00
mrjvs
ca2bab30a4
make download button use real link, and improve PC download text
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-22 20:17:28 +02:00
Jip Fr
ade84013d1
Move PC to the top
2023-10-22 19:34:04 +02:00
Jip Fr
e45b088108
Add download explanation routes
2023-10-22 19:28:04 +02:00
Jip Fr
01ea3c6d1e
Add unable to download route
2023-10-22 19:17:39 +02:00
Jip Fr
2ae9c37a26
Add download view
2023-10-22 18:57:35 +02:00
mrjvs
5aefbe6a91
improve download window
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-22 18:18:12 +02:00
mrjvs
4c782b0c47
subtitle scraping + new subtitle setting to fix capitalization
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-22 17:58:49 +02:00
mrjvs
e57d4578a2
remove some old stuff
2023-10-21 22:14:54 +02:00
mrjvs
b5dae824c8
banners in video player
2023-10-21 21:44:08 +02:00
Jip Fr
294f31c567
Fix type error, only show pip if pip is available
2023-10-21 20:17:18 +02:00
Jip Fr
78ae77392c
Add pip
2023-10-21 19:37:44 +02:00
mrjvs
fcec845f21
thumbnail styling
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-21 16:39:20 +02:00
mrjvs
068b7071a4
thumbnail fixes + next episode fixes + cursor now hides when controls are dismissed + back link can go back to search + hovering over controls no longer dismisses controls + improved colors for context menus + progress ring shown in episode selector + scrape progress ring shows progress again
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-21 16:13:16 +02:00
mrjvs
46cb7793c2
thumbnail queue algorithm
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-21 14:17:14 +02:00
mrjvs
3f9f072ab7
add 50 temporary sections to thumbnail scraper
2023-10-21 05:48:56 +02:00
mrjvs
c53dd741d3
timestamp near thumbnail
2023-10-21 05:18:02 +02:00
mrjvs
23e711ccfd
add start and end to queue
2023-10-21 05:13:17 +02:00
mrjvs
76073043bf
Whoops, condition wrong way around
2023-10-21 05:11:11 +02:00
mrjvs
32f031ab23
thumbnail scraping
2023-10-21 04:50:14 +02:00
mrjvs
6395d75d78
testing subtitle scraping
2023-10-21 01:40:21 +02:00
mrjvs
a3b64c5105
fix bad alignment in context menus
2023-10-20 23:30:46 +02:00
mrjvs
18b434c9ac
very rudementary chromecasting
2023-10-20 23:24:37 +02:00
mrjvs
43d4869f7e
chromecasting connectivity
2023-10-20 22:39:56 +02:00
mrjvs
5b145e1707
error states in sources and episodes empty state
2023-10-20 17:57:20 +02:00
mrjvs
6c019aa822
next episode button actually working
2023-10-20 17:29:10 +02:00
mrjvs
8b3bd97dd4
mobile close button for popouts
2023-10-20 16:59:07 +02:00
mrjvs
5d6c672136
fix double routing bug + positioning bottom for context menus mobile
2023-10-20 16:31:35 +02:00
mrjvs
75109ce45c
refactored context menu links, + next episode button styling + mobile UI
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-20 15:54:10 +02:00
mrjvs
2c38e8281c
quality selection HLS, keyboard shortcuts, playback settings
2023-10-19 19:27:21 +02:00
mrjvs
6aa79c64c8
remove comment
2023-10-19 17:19:57 +02:00
mrjvs
49e922cbfb
hls quality discovery
2023-10-19 16:59:55 +02:00
mrjvs
2cea886867
fix duplicate keys
2023-10-19 16:37:15 +02:00
mrjvs
e939c6b0bd
autoplay if there is only one embed
2023-10-19 16:33:14 +02:00
mrjvs
e1edb1cc1f
some extra checks for the progress saver
2023-10-19 16:28:09 +02:00
mrjvs
1491a117b4
subtitle customization
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-19 16:05:05 +02:00
mrjvs
f6bbec8907
airplay button
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-19 14:16:10 +02:00
mrjvs
acd6541ba7
add video tester page back
2023-10-18 21:18:47 +02:00
mrjvs
3da2d616a2
quality preference saving
2023-10-18 20:31:03 +02:00
mrjvs
bc27a7ffa7
fix border of context menu
2023-10-18 17:21:31 +02:00
mrjvs
79e4a689e0
fix fullscreen bug with safari
2023-10-18 17:14:59 +02:00
mrjvs
2b240c8155
Fix subtitles not showing up in safari, using a blob
2023-10-18 16:54:52 +02:00
mrjvs
adf5689c48
selected source shown correctly
2023-10-18 16:08:33 +02:00
mrjvs
c8172fa344
fix utf8 being lost in example captions
2023-10-18 16:01:03 +02:00
mrjvs
037960f587
Fix excessive memory usage on chrome+webkit
2023-10-18 15:30:04 +02:00
mrjvs
0ca585f70a
show subtitles in ios fullscreen
2023-10-18 15:17:46 +02:00
mrjvs
596e97e1ba
track element support
2023-10-18 15:00:12 +02:00
mrjvs
454fa1279b
caption rendering is back!
2023-10-18 14:30:52 +02:00
mrjvs
8796d5b942
source selection
2023-10-17 23:26:53 +02:00
mrjvs
abec91a322
cleanup settings modal + add sources list
2023-10-17 21:25:54 +02:00
mrjvs
65d46190e6
remove backend from this repo
2023-10-17 19:11:53 +02:00
Jip Fr
37b577fb4e
UwU I'm soz I fucked up :( :3 forgive me D: (^.^) (update card styling to be closer to design)
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-10-17 17:57:45 +02:00
Jip Fr
de885ba44d
Quality sorting, language selection UI for captions
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-10-17 17:43:50 +02:00
Jip Fr
09c52d9f37
Bookmarking/continue watching + sorting, color options in caption settings
...
Co-authored-by: mrjvs <mistrjvs@gmail.com>
2023-10-17 17:04:03 +02:00
mrjvs
18ec79af07
add bookmarks in new store
2023-10-17 16:14:46 +02:00
mrjvs
aff39d1999
new continue watching store
2023-10-17 16:01:26 +02:00
mrjvs
accc13ab0e
progress saving, progress restoring, toggle in caption settings
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-15 20:25:14 +02:00
mrjvs
fa1ad06968
Delete old video components, delete popout system, delete old hooks and implement new volume store
2023-10-14 22:28:13 +02:00
mrjvs
b9f79b97c0
fix player not resetting + fix episode selection not switching episode
2023-10-14 22:03:13 +02:00
mrjvs
3c5fb66073
add episode selector, fix bug where video doesnt unload properly, move to react helmet async to fix react warning
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-14 19:28:27 +02:00
mrjvs
f2266bff6b
HLS support and some styling fixes for context menus
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-14 16:32:54 +02:00
mrjvs
8f8bbf28c1
quality selection, context menu style fully implemented
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-14 16:06:25 +02:00
mrjvs
7222abf567
refactored search bar url shenanigans
2023-10-13 21:41:44 +02:00
mrjvs
5c1807c8f4
settings menu styling + fix shows + fix back link and double redirects
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-12 23:05:47 +02:00
mrjvs
562ab8fa49
implement video player into the media page
2023-10-12 20:31:40 +02:00
mrjvs
d07a611c35
fix pause bugs and stuff
2023-10-11 23:36:46 +02:00
mrjvs
f3084d37a8
volume storage fixed, title cleanup, settings cog start, touch controls start
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-11 23:04:41 +02:00
mrjvs
7b3452c535
buffer more visible, fix volume mute, rewrote entire overlay router system
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-11 22:09:28 +02:00
mrjvs
4a2a8e89cc
router positions
2023-10-09 21:25:52 +02:00
mrjvs
68441b90e5
put cleanup in correct place
2023-10-09 21:02:18 +02:00
mrjvs
d485d3200b
overlay router
2023-10-09 21:00:58 +02:00
mrjvs
d9855cb244
more overlay system testing
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-08 20:12:31 +02:00
mrjvs
a05191e1c4
scraping page refining + bigger back text + start on overlay router
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-08 19:35:11 +02:00
mrjvs
0a3155d399
meta data shown correctly
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-08 18:16:30 +02:00
mrjvs
3e210b979e
volume controls
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-08 17:48:48 +02:00
mrjvs
4289b96039
Fix icons
2023-10-06 00:23:32 +02:00
mrjvs
faff7ee7e0
scrape styling and attempt at centering
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-10-06 00:01:35 +02:00
mrjvs
2d106ec7ca
loading spinner, auto play start button + bug fix of multiple videos playing over each other
...
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
2023-10-05 22:12:25 +02:00
mrjvs
dcb199a1fe
scraping ui
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2023-10-03 20:24:09 +02:00