Seun Taiwo
90c4365422
Fixed next episode button not showing next season
1 year ago
qtchaos
e46ca23516
chore: clean up code and remove intervals
1 year ago
Vijay
374fd57dbc
Replaced button with react-router-dom's Link component for better navigation.
1 year ago
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.
1 year ago
qtchaos
c8fa561c7f
fix: remove unnecessary lodash functions and use setInterval instead
1 year ago
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.
1 year ago
Jorrin
9d4be2cb55
Select default audio language based on setting
1 year ago
Jorrin
855e594c09
Fix switching from hls source to hls source
1 year ago
qtchaos
34168a7037
feat: add autoplay configurability with `VITE_ALLOW_AUTOPLAY` and custom proxy
1 year ago
qtchaos
20cec61eac
feat: add autoplay preference for extension users
1 year ago
Jorrin
6a905bf517
Also route hls audio tracks through extension
1 year ago
Isra
e54077045d
Change icon
1 year ago
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
1 year ago
Jorrin
e19ac55847
add pretty language to menu selection
1 year ago
Jorrin
dbb1c19796
add flags to audio options
1 year ago
Jorrin
c2e587bf90
unused import
1 year ago
Jorrin
6ba53ec29a
only show audio when its available
1 year ago
qtchaos
39bcf8c270
fix: add overflow-y-hidden for mac users
1 year ago
Isra
b2ec99c4d1
Make bg darker
1 year ago
Isra
a172322a54
Animate show/hide
1 year ago
Isra
a26097ffd4
Bold and change size
1 year ago
Isra
c9d2d7134b
Fix issues
1 year ago
Jorrin
c08dea89d1
add audio track selector
1 year ago
Isra
57d3f69efa
Drop subtitles
1 year ago
qtchaos
e0fec7ffa3
fix: add check for setPositionState to avoid TypeError
1 year ago
ssssobek
9f025bd12b
Move `filterDuplicateCaptionCues` to a different file
1 year ago
ssssobek
810a12a097
Apply requested changes
1 year ago
qtchaos
bde2231a90
fix: set touch-action to none
1 year ago
ssssobek
c1f9382f50
Add embedded subtitles support
1 year ago
William Oldham
d33faf370f
Bump padding to pb-5 to match top of card
1 year ago
qtchaos
35c9c85b86
fix: increase maximum subtitle size, set background blur max to 100% and increase padding on the bottom of captions view
1 year ago
ssssobek
ca180ab9ea
Go back to using percentages instead of pixels
1 year ago
ssssobek
e09c04b57b
Add blurred backgroud for subtitles
1 year ago
qtchaos
256f9f9df9
feat: add season/episode to the start of title
1 year ago
Jorrin
d20ab4be08
double map into one
1 year ago
Jorrin
7af58dd9e8
prepare stream for all domains in a hls playlist
1 year ago
qtchaos
67c86a270e
feat: make volume scrollable with your mouse
1 year ago
William Oldham
0c19716836
Fix HLS i18n key
2 years ago
Jorrin
2b402ac5ba
Fix HTTP error 403 on HLS stream after switching source
2 years ago
qtchaos
761e952ce2
fix: update if conditions to allow for updates after changing episodes
2 years ago
Astrid
0ba699d66e
useCopyToClipboard
2 years ago
Astrid
71ddbca657
Copy playlist link instead of download playlist
2 years ago
mrjvs
a87f4cf222
Make download subtitle not automatically crash the tab but only after clicking (if ram is too low)
2 years ago
William Oldham
25ae949995
Check for extension in scrape logic
2 years ago
mrjvs
20e35d0549
fix linting problem
2 years ago
mrjvs
ad69c9381c
remove resolved TODO
2 years ago
mrjvs
8cc6faff09
improve HLS disclaimer
2 years ago
mrjvs
f96a0de373
Style the settings onboarding card
2 years ago
mrjvs
b3222b130f
Fix some thumbnail scraping setting logic
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2 years ago
mrjvs
3b2be31691
Add thumbnail generation as a setting
...
Co-authored-by: Jip Frijlink <JipFr@users.noreply.github.com>
2 years ago