Commit graph

1305 commits

Author SHA1 Message Date
Pas
43a1b57b66 Update EditGroupModal.tsx 2025-11-06 11:48:23 -07:00
Pas
ddcabc14de move group reorder handlers to the modal itself 2025-11-06 11:48:15 -07:00
Pas
9ce46dd3c7 update input border styles 2025-11-06 10:06:43 -07:00
Pas
1b073006f4 add edit group and edit bookmarks modals 2025-11-05 23:57:56 -07:00
Pas
2ad6b8b942 use random group icon for collection group 2025-11-05 22:59:48 -07:00
Pas
abd661e8a2 bookmark entire collection as a group 2025-11-05 22:54:19 -07:00
Pas
7d5c88c0a1 log skips to new api 2025-11-05 14:14:43 -07:00
Pas
324cff18cc fix some grey overlays on the video player with some browsers 2025-11-05 10:26:15 -07:00
Pas
f74c4aca42 show HD right away from release api 2025-11-04 17:12:08 -07:00
Pas
0c192d2582 bug fix the last successful source feature 2025-11-03 12:09:27 -07:00
Pas
d575d71108 add lastSuccessfulSource feature
to sort the last successful source to the top
2025-11-02 22:10:48 -07:00
Pas
627d66eced add paste and copy subtitle options 2025-11-02 21:54:45 -07:00
Pas
bef85aa741 let me hold to widescreen on bigger screens 2025-11-02 11:38:41 -07:00
Pas
1cdaed5625 add turnstile to skip api 2025-11-02 10:54:35 -07:00
zisra
ac5d4443b1
Use 12 hour clock + add box around time (#58)
* Use 12 hour clock + box around time

* Fix ref
2025-11-01 17:21:10 -06:00
Pas
6f3437277d refactor discover and trakt 2025-10-31 21:38:12 -06:00
Pas
3446d01e01 update progress so we dont save finished or unwatched media 2025-10-30 13:05:33 -06:00
Pas
1ab1b34187 Revert "Prevent settings from loading empty and rewriting to backend"
This reverts commit 3de8a35df4.
2025-10-28 11:16:00 -06:00
Pas
54060568ce update low performance mode to hide flare and show media card ellipse 2025-10-28 10:36:27 -06:00
Pas
84165370da create getProgressPercentage() function that handles greater than 100% values
Replace all old uses like
(itemToDisplay.progress.watched / itemToDisplay.progress.duration) * 100
2025-10-28 10:27:56 -06:00
Pas
ba59405612 refactor overlay stack and modals to allow multiple and better navigation
Some checks failed
Linting and Testing / Run Linters (push) Has been cancelled
Linting and Testing / Build project (push) Has been cancelled
Linting and Testing / Build Docker (push) Has been cancelled
overlays will not close previous ones so that they don't conflict and there can essentially be unlimited modal navigations. Done by passing the modal data to each modal using a global hook instead of relying on local data for each.
When navigating to a new path, it closes all modals.
On CollectionOverlay, when opening a new details modal overlay, it closes the previous using a custom ShowDetails handler.

This isn't the cleanest approach, but offers the greatest flexibility in the future
2025-10-26 23:58:04 -06:00
Pas
61593e7fe5 rewrite collections with simpler modal usage 2025-10-26 23:12:05 -06:00
Pas
295efd468e Merge branch 'pr/57' into dev 2025-10-26 21:25:07 -06:00
jaliaim
9dd88b7f7e Add collection feature to DetailModal for movies
Movies which are apart of a collection will now have a button to view the collection its apart of in the DetailModal, the overlay for the collection lets you filter them out by release, or rating.
2025-10-26 19:49:22 -07:00
Pas
422f46b406 add border caption style with thickness slider
Some checks are pending
Linting and Testing / Run Linters (push) Waiting to run
Linting and Testing / Build project (push) Waiting to run
Linting and Testing / Build Docker (push) Waiting to run
2025-10-25 14:39:15 -06:00
Pas
3de8a35df4 Prevent settings from loading empty and rewriting to backend
- No saves happen until backend settings are loaded and applied
- Automatic syncers wait for settings to be loaded before syncing
2025-10-25 12:07:15 -06:00
Pas
4d1dbe9b3d fix watchparty not getting reset when changing shows 2025-10-25 00:24:58 -06:00
Pas
d8070e5707 revert to old captions/sub handling 2025-10-24 22:34:44 -06:00
Pas
fe426a7413 update tips and add more keyboard shortcut info 2025-10-24 22:18:24 -06:00
Pas
3a31d172b1 add keyboard shortcut modal 2025-10-24 22:18:24 -06:00
Pas
99d3e11b80 pressing numbers jumps to that % 2025-10-24 22:18:24 -06:00
Pas
a16c84023f simplify advanced search since it was broken 2025-10-24 22:18:24 -06:00
Pas
af2c2b8acf update chromecast to use new proxy
also it was using the wrong proxy before 💀
2025-10-24 22:18:24 -06:00
Pas
e658d13ec5 attempt to fix airplay and add m3u8 proxy tool 2025-10-24 22:18:24 -06:00
Pas
328f50bbb9 Always emit time updates when seeking to prevent subtitle freezing 2025-10-24 22:18:24 -06:00
Pas
41a58f0045 always show time on progressbar instead of only with thumbnails 2025-10-24 22:18:24 -06:00
Pas
55b68c520e fix playbacksettingsview settigns not working correctly
didnt save to backend or apply thumbails. Also hid them when performance mode is enabled
2025-10-24 22:18:24 -06:00
Pas
8d7a61c5d4 increase watch party pull rate 2025-10-23 10:17:22 -06:00
Pas
0003ef1e98 Update WatchPartyResetter.tsx 2025-10-23 10:04:02 -06:00
Pas
83840594a6 watchparty goes to next episode with host 2025-10-23 09:50:51 -06:00
Chris
bf530902cc Updated MediaSession.tsx
A new and more cleaner MediaSession.tsx also fixed TypeError: Failed to execute 'setPositionState' on 'MediaSession': The provided duration cannot be NaN.
2025-10-23 09:17:42 -06:00
Pas
df2ec49ed3 fix z index issues 2025-10-20 15:42:01 -06:00
Pas
8c6d5031d5 fix stutter by moving intersect observer to media card
Instead of unloading the carousel, it now unloads the media card rendering while retaining sizing and metadata, but still saves on resources.
2025-10-20 15:37:26 -06:00
Pas
f0a35f6408 Add the ability to disable sources and embeds 2025-10-19 18:33:26 -06:00
Pas
40eb846a68 Revert "Delete duplicate code and unify source selecting views"
This reverts commit 28d03a06a5.
2025-10-19 18:32:58 -06:00
Pas
28d03a06a5 Delete duplicate code and unify source selecting views
There were two because one was used on the atoms settings menu and the other was in place of ScrapePart prior to video playback
2025-10-19 18:11:45 -06:00
Pas
9a6bb041b2 Make custom source effect source select menus 2025-10-19 18:08:00 -06:00
Pas
6355fae614 disable context menu on player 2025-10-19 18:02:20 -06:00
Pas
0e8850f419 attempt to fix progress resetting for no reason 2025-10-19 18:00:30 -06:00
Pas
5bf1d5f1ff update navigation z index 2025-10-19 17:51:19 -06:00
Pas
2586e4c9d3 Update CaptionsView.tsx 2025-10-15 10:19:33 -06:00
Pas
388a25fe12 If cast framework is not available (e.g., on Safari), hide the button 2025-10-14 17:27:17 -06:00
Pas
29687ff6c9 update subtitle delay slider with helper text 2025-10-12 12:36:58 -06:00
Pas
f03fbdfc6c unify source and external subtitle views 2025-10-12 12:19:01 -06:00
Chris
47653c2906
Fix casting (#49)
* Tbh i tried adding it and it works but i cant fix the dual casting

* clean up chromecasting

* Apply Chromecast fixes

* Update Icon.tsx

---------

Co-authored-by: Pas <74743263+Pasithea0@users.noreply.github.com>
2025-10-12 11:16:16 -06:00
Pas
c45004dc11 Remove PWA limitations stuff 2025-10-11 16:09:50 -06:00
Pas
da67d85760 fix double click to seek build 2025-10-10 13:58:37 -06:00
Pas
ca921612f0 remove unused translation on skip episode button 2025-10-10 13:47:48 -06:00
Aykhan
c240ccefd5 add double-tap to seek feature 2025-10-10 20:50:25 +04:00
Pas
583599d6a3 clear embedID and sourceID when switching ep 2025-10-08 17:38:47 -06:00
Pas
64b5d77919 fix notification bullet margin 2025-09-29 19:03:25 -06:00
Pas
6034274906 feat: add favorite episodes! 2025-09-29 19:03:25 -06:00
Pas
e9d8945f02 Add small skip episode button to player 2025-09-29 19:03:25 -06:00
Pas
d5b8fbe408 Feat: close any modal with esc 2025-09-29 19:03:25 -06:00
Pas
584a4794dd Add autumn theme 2025-09-29 19:03:25 -06:00
Pas
b34e263369 add setting to disable speed boost 2025-09-03 21:14:04 -06:00
Pas
4384781cf9 Update CaptionsView.tsx 2025-08-26 23:14:52 -06:00
Pas
bcf9d294c4 add external caption source badges 2025-08-26 22:43:55 -06:00
Vasilis Manetas
575521cc88
Merge branch 'p-stream:production' into chromecast-rework 2025-08-25 15:47:14 +02:00
Vasilis Manetas
2c121cc501 try to route casted hls content through proxy for better stability 2025-08-25 15:41:36 +02:00
Vasilis Manetas
1ae1629547 fix hls independently 2025-08-25 15:32:15 +02:00
Vasilis Manetas
d8368e6d40 rework chromecast implementation 2025-08-25 15:15:45 +02:00
Pas
9443b09782 add check for active embed 2025-08-24 23:07:57 -06:00
Pas
7161ee8163 add trailer api! 2025-08-24 23:01:01 -06:00
Pas
dacff177ec make speed popout smaller 2025-08-24 22:11:50 -06:00
Pas
c173a06ac1 Update SettingsMenu.tsx 2025-08-19 22:37:36 -06:00
Pas
725bca072a Update SettingsMenu.tsx 2025-08-19 22:32:40 -06:00
Pas
5f139643e3 show embed name on settings menu button 2025-08-19 22:24:27 -06:00
Pas
b859ad1b23 report embed id in debug copy 2025-08-19 22:18:02 -06:00
Pas
8693cd55d8 add notif and update style 2025-08-16 12:14:24 -06:00
Pas
88dc5f0890 update resume part 2025-08-10 13:27:32 -06:00
Pas
5bb28c02c7 add resume action page
asks what you want to do if your progress is greater than 80%
2025-08-10 13:27:32 -06:00
Pas
8e06ccea4c update notifications + styles 2025-08-05 11:58:26 -06:00
Pas
18c3588fba fix speed boost for mobile 2025-08-05 11:14:01 -06:00
Pas
8ec869c688 add more error handling 2025-08-03 21:05:14 -06:00
Pas
843c1b0895 add days ago counter 2025-08-03 16:46:58 -06:00
Pas
c320631fbb Merge branch 'beta' into production 2025-08-03 15:15:02 -06:00
Pas
5c25810c2e improve unreleased air date text clarity 2025-08-03 15:14:48 -06:00
Pas
b14f70c9fb close group dropdown when clicking off it 2025-08-03 14:28:24 -06:00
Pas
8e902e94e4 update details modal
new organization and fix the x
2025-08-03 14:26:44 -06:00
Pas
4d03a50481 update bookmark group reorder modal 2025-08-03 14:08:58 -06:00
Pas
501f0f78c1 Update ListView.tsx 2025-08-03 14:01:52 -06:00
Pas
a3ca870fe5 notification style updates 2025-08-03 13:48:18 -06:00
Pas
68407d7dad fix scrolling 2025-08-03 13:33:50 -06:00
Pas
7cafab767e add recommended feeds 2025-08-03 13:28:59 -06:00
Pas
2feb1c3657 fix missing date types 2025-08-03 13:10:31 -06:00
Pas
820f998f53 improve unread count badge 2025-08-03 13:01:56 -06:00
Pas
ac626098e4 add atom feed support 2025-08-03 12:54:40 -06:00
Pas
f478b059b3 use proxied fetcher for rss! 2025-08-03 12:47:08 -06:00
Pas
27fff44278 rename details folder to detailsModal 2025-08-03 12:16:07 -06:00
Pas
846303a75d Break notifications modal into components 2025-08-03 12:15:24 -06:00
Pas
064e08e9c9 temp disable cors proxy for rss 2025-08-03 12:04:40 -06:00
Pas
d0a4ed58c9 finalize merge of pr
update space bar holding to prevent watch party
2025-08-02 01:48:29 -06:00
Pas
746a5c4abb Merge branch 'pr/23' into beta 2025-08-02 01:37:48 -06:00
Pas
6f66fa707e update rss source title style 2025-08-02 01:17:44 -06:00
Pas
6557d56c62 add settings page and custom rss feeds 2025-08-02 00:59:20 -06:00
Pas
9636bddac6 update notification styles 2025-08-02 00:59:20 -06:00
Pas
95d641695b defer focustrap error to prevent crash 2025-08-02 00:59:20 -06:00
Pas
6d362294c4 Add notifications feed 2025-08-01 20:05:07 -06:00
Pas
7dee206776 update groupdropdown styles 2025-08-01 16:28:04 -06:00
Pas
851e134b7f update group styles 2025-08-01 15:54:29 -06:00
Pas
2d8b4f99fd attempt to bruteforce fix utf8 subs 2025-08-01 15:23:19 -06:00
Pas
8f5728ebf0 move external subtitle scrape to client 2025-08-01 13:57:45 -06:00
Pas
100d7cfe40 PARTIAL Revert "display season and episode on resume button"
This reverts commit cf9503f4b7.
2025-07-30 23:13:56 -06:00
Aykhan
cf9503f4b7 display season and episode on resume button 2025-07-30 23:12:25 -06:00
Pas
a9a9cbf6ea update whole season watched overlay and styles 2025-07-30 23:10:23 -06:00
Pas
1d70f002e7 add modal stacking support 2025-07-30 23:06:47 -06:00
SimSalabimse
cbf1d678f2 Feat: Added whole season watched button 2025-07-30 22:50:41 -06:00
Pas
65ea4c5091 add edit group order 2025-07-30 22:41:49 -06:00
Pas
29adab1bf1 update fed apis 2025-07-24 19:53:28 -06:00
Pas
1fb86995fc update fed apis 2025-07-24 19:53:05 -06:00
Pas
268e517591 use old url for skip time api for now 2025-07-23 19:30:57 -06:00
Pas
5c34664ccb fix some styles 2025-07-22 11:50:41 -06:00
Pas
fe8533251c add support for multiple groups 2025-07-22 11:10:18 -06:00
Pas
3a6b0fb2f2 add normal bookmark icon 2025-07-22 10:32:06 -06:00
Pas
256728af05 update "DMCA" to "Legal / DMCA" 2025-07-21 17:22:02 -06:00
Pas
f42e87dcc8 dont show watched toggle for current ep 2025-07-21 11:03:35 -06:00
Pas
1b8f274377 group dropdown and icons 2025-07-18 12:37:08 -06:00
Pas
cc04c9e6c0 Add bookmark groups 2025-07-17 12:39:50 -06:00
Pas
9b12beaaa0 improve subtitle selection 2025-07-15 20:41:21 -06:00
Pas
61c3b4acf0 change movie-web/providers to p-stream/providers and update 2025-07-15 20:13:36 -06:00
Pas
ef8521fdf4 allow user to select subtitle text 2025-07-15 19:08:08 -06:00
Pas
95f27565c7 sanitize custom passphrase + requirements 2025-07-15 19:03:35 -06:00
Pas
1e635c363b custom passphrase support
hold shift to enter a custom phrase
2025-07-15 18:48:07 -06:00
Pas
3f727364e8 re-add jiggle physics 2025-07-15 18:27:22 -06:00
Pas
52cc975420 readd right click to open card modal 2025-07-15 18:18:02 -06:00
Pas
621c2a0c13 update some urls 2025-07-14 17:47:46 -06:00
Pas
e8c3f1f25f fix build error and update packages!
Issue caused by Rollup 4.45.0
https://github.com/rollup/rollup/issues/6012
Solved with temp fix:
https://github.com/mengxi-ream/read-frog/issues/184
2025-07-12 15:54:27 -06:00
Pas
0875c3b7fb return github and fix typos 2025-07-11 11:29:43 -06:00
Pas
791591f06b add "type" search option
type:movie or type:tv
2025-07-10 11:56:32 -06:00
Pas
0399276c4f move and rename watchparty reporter 2025-07-10 11:33:43 -06:00
Pas
cfcca03d69 init skip time tracker 2025-07-10 11:33:33 -06:00
Pas
0edb4ece08 make native subtitles a proper setting 2025-07-07 22:44:18 -06:00
Pas
30f0d4ac52 dont show watched toggle button on unreleased episodes 2025-07-07 22:03:34 -06:00
Pas
fedcb4d2b6 fix is watched precentage 2025-07-07 22:00:48 -06:00
Pas
805cccf1b6
2/2 lower is watched to 80% 2025-07-07 21:23:37 -06:00
Pas
f4023c31a5
1/2 lower is watched to 80% 2025-07-07 21:22:53 -06:00
Pas
47a9e2a247 Revert "attempt to fix subtitle download"
This reverts commit 30c80053b6.
2025-07-07 19:59:19 -06:00
Pas
c12acf8cd9 Revert "maybe add check beside active embed?"
This reverts commit 76124c9299.
2025-07-07 19:59:10 -06:00
Pas
4509a74a55 estimate quality for non standard levels 2025-07-07 18:31:02 -06:00
Pas
76124c9299 maybe add check beside active embed? 2025-07-07 18:06:33 -06:00
Pas
9cac3c87a3 add more user icons 2025-07-07 17:45:13 -06:00
Pas
1beab9cb4d add custom account colors option 2025-07-07 17:13:46 -06:00
Pas
cec7851d84 add buttons to mark as watched or unwatched 2025-07-07 16:52:04 -06:00
Pas
7014d85fcd fix "end time" to account for playback speed 2025-07-07 16:21:59 -06:00
Pas
654cb061a4 allow custom playback speed entry 2025-07-07 16:18:31 -06:00
Pas
98ec8a1d67 add autoplay to playback preferences 2025-07-07 16:09:21 -06:00
Pas
30c80053b6 attempt to fix subtitle download 2025-07-07 15:55:38 -06:00
Pas
9dc2e0099b Readd email to DMCA page 2025-07-06 16:25:21 -06:00
Pas
13f51a899b fix description expand not showing after changing seasons 2025-06-26 14:07:52 -06:00
Pas
c1421de03e add open in... button to download menu 2025-06-25 16:37:22 -06:00
Pas
e145e53ee3 add share sheet to details modal 2025-06-24 18:08:04 -06:00
Pas
200d3e69ac add low performance mode 2025-06-24 17:59:13 -06:00
Pas
9cc6dcb884 remove watchparty beta label 2025-06-20 13:31:42 -06:00
Pas
b6d30f1bec Update VideoContainer.tsx 2025-06-16 00:26:35 -06:00
Pas
ab5db9807e Revert "fix mp4 loading"
This reverts commit e93de414bb.
2025-06-15 23:58:21 -06:00
Pas
e93de414bb fix mp4 loading 2025-06-15 23:47:12 -06:00
Pas
acb9e95277 update about with faq 2025-06-13 12:48:21 -06:00
Pas
d6f132b4c9 add compact episodes view 2025-06-11 19:43:52 -06:00
Pas
29c412707c Revert "attempt to fix casting methods"
This reverts commit cca925bf03.
2025-06-11 13:33:50 -06:00
Pas
38d4e6928a Update base.ts 2025-06-08 22:13:05 -06:00
Pas
32a389ea7b forgot the language code 2025-06-08 14:04:40 -06:00
Pas
cd567416ad update some visuals 2025-06-08 00:11:02 -06:00
Pas
03c30425e6 fix some styles 2025-06-07 18:28:11 -06:00
Pas
9b6fbf8aa8 add network images 2025-06-07 17:51:02 -06:00
Pas
52aa105aed add all preferences and fix
fixed febbox token account sync and add every other preference (except subtitle) to the backend sync
2025-06-06 10:14:22 -06:00
Pas
fda85f0d8d make people clickable 2025-06-05 13:00:30 -06:00
Pas
e8e9352e88 disable playback speed in watchparty 2025-06-05 13:00:30 -06:00
Pas
49beea82b6 update blank quality title 2025-06-05 13:00:30 -06:00
Pas
0b2ef1a3e0 make text smaller 2025-06-05 13:00:30 -06:00
Pas
038909c7f4 update atoms overlay sizes 2025-06-05 13:00:30 -06:00
Pas
8e868fcb58 add generate thumbnail toggle in atoms 2025-06-05 13:00:30 -06:00
Pas
c0b97d848c update atoms settings style 2025-06-05 13:00:30 -06:00
Pas
5eb15d8fb6 remove glass button 2025-06-05 13:00:30 -06:00
Pas
263edf0043 keep overlay shown for details modal 2025-06-05 13:00:30 -06:00
Pas
62ff46b191 readd placeholder poster 2025-06-05 13:00:29 -06:00
Pas
d4969c0540 add expanding episode descriptions 2025-06-05 13:00:29 -06:00
Pas
ede3613112 clean up details modal 2025-06-05 13:00:29 -06:00
Pas
51c7cf50a9 add quality indicator to details overlay 2025-06-05 13:00:29 -06:00
Pas
3713a85720 fix details modal overflow 2025-06-05 13:00:29 -06:00
Pas
400c31336e add join watch party button to links dropdown 2025-06-05 13:00:29 -06:00
Pas
17695aefde update minor watch link copy 2025-06-05 13:00:29 -06:00
Pas
2a69d77c0b try to convert subtitles to utf8 2025-06-05 13:00:29 -06:00
Pas
fcba122399 remove clean subtitles function 2025-06-05 13:00:29 -06:00
Pas
609d4e79cd update other bookmark styles 2025-06-05 13:00:29 -06:00
Pas
29ca428b6a Remove media card overlay 2025-06-05 13:00:29 -06:00
Pas
9e85134dbd add tmdb id copy 2025-06-05 13:00:29 -06:00
Pas
db6fc4355d fix more details modal stuff 2025-06-05 13:00:29 -06:00
Pas
0b54fc5182 update details modal 2025-06-05 13:00:29 -06:00
Pas
2eae4ffa14 complete merge 2025-06-05 13:00:29 -06:00