Pas
bef85aa741
let me hold to widescreen on bigger screens
2025-11-02 11:38:41 -07:00
Pas
82757248d5
update missing home section order setting syncer
2025-11-02 11:06:19 -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
3ac786011f
update trakt format
2025-10-31 18:34:14 -06:00
Pas
696e17be17
add halloween movie list
2025-10-31 17:40:21 -06:00
Pas
110a47f86d
remove progressCleanupPart for now
2025-10-31 17:38:48 -06:00
Pas
d28f25118a
Update ProgressCleanupPart.tsx
2025-10-30 13:28:07 -06:00
Pas
afccb7fa4d
add progress cleaning tool to admin page
2025-10-30 13:05:33 -06:00
Pas
3446d01e01
update progress so we dont save finished or unwatched media
2025-10-30 13:05:33 -06:00
Pas
b20b183545
fix febbox input not fitting on mobile
2025-10-28 17:27:01 -06:00
Pas
6b1eaf6d34
fix typo
2025-10-28 12:59:39 -06:00
Pas
51a8f3a7a1
hide player settings button when not playing
2025-10-28 12:59:39 -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
7ea5f28b76
Revert "fix settings save confirmation not showing"
...
This reverts commit 21475315d2 .
2025-10-28 11:15:55 -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
21475315d2
fix settings save confirmation not showing
2025-10-28 10:34:50 -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
...
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
Pas
8687d6da8c
update env stuff
2025-10-26 21:24:50 -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
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
e20bbf27ad
delete unused import
2025-10-25 14:24:52 -06:00
Pas
09c5fc65c0
add missing watchparty translation
2025-10-25 12:41:18 -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
bd21f7d104
update tips number
...
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
downside is we wont show other language's tips that dont have eng translations
2025-10-25 00:47:57 -06:00
Pas
4d1dbe9b3d
fix watchparty not getting reset when changing shows
2025-10-25 00:24:58 -06:00
Pas
b46f618386
update packages
2025-10-25 00:21:34 -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
5c9f8eea8a
fix airplay not being shown on some screen sizes
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
71a3d91b2a
add save confirmation to admin page
...
fixes embed order not propagating to backend
2025-10-24 22:18:24 -06:00
Pas
52c1162f3c
fix new settings with incorrect data
...
homeSectionOrder should never be empty.
2025-10-23 12:01:06 -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
d756108c85
add settings search bar
2025-10-20 15:37:26 -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
1b5231ae72
Move admin link (panel) to settings sidebar
2025-10-19 19:14:01 -06:00
Pas
d0db810e2a
add remaining (missing) settings to all the parts
2025-10-19 18:43:35 -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
0a25ee25f2
Fix preferences part order
...
The double tap to skip setting was on the right and the source settings were on the left. Double tap setting was incorrectly placed
2025-10-19 18:07:43 -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
ba3ca004cb
Add discover media carousel skeleton
2025-10-19 17:57:21 -06:00
Pas
f71b287c6a
Cache all tmdb data (1h)
2025-10-19 17:54:42 -06:00
Pas
5bf1d5f1ff
update navigation z index
2025-10-19 17:51:19 -06:00
Pas
60f1438327
Update traktApi.ts
2025-10-16 12:57:42 -06:00
Pas
72ef9eb944
Update SetupPart.tsx
2025-10-15 16:58:22 -06:00
Pas
2586e4c9d3
Update CaptionsView.tsx
2025-10-15 10:19:33 -06:00
Pas
4096001ad7
nvm just remove the widescreen button and function like the site
...
if you cant fullscreen on ios quit complaining
2025-10-15 10:14:31 -06:00
Pas
9b4c8e39b5
update turnstile
2025-10-14 18:54:39 -06:00
Pas
31cefc8e7a
fix fullscreen button on pwa
2025-10-14 18:32:15 -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
5a17ee5f89
disable fed subs
2025-10-12 12:45:46 -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
f0736c60f1
Fixed the big casting btn
2025-10-12 20:48:33 +03: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
243314b12a
restore manual source selection in auth
2025-10-10 14:05:13 -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
Pas
ba6b4414d7
Merge branch 'pr/46' into production
2025-10-10 13:34:47 -06:00
MaltronCraft Network
2884c0a6f4
Fix issue where sync fails if using older sync backend
2025-10-10 10:14:43 -07:00
Aykhan
c240ccefd5
add double-tap to seek feature
2025-10-10 20:50:25 +04:00
Pas
bf774106ff
fix overflow for manual source select
2025-10-08 20:30:39 -06:00
Pas
678a5e4806
add manual scrape setting
2025-10-08 19:30:12 -06:00
Pas
583599d6a3
clear embedID and sourceID when switching ep
2025-10-08 17:38:47 -06:00
Chris-tian123
0ed0496692
Added new theme called skyRealm
2025-10-01 19:12:23 +03: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
565e93fa73
Allow watching and bookmark section to be reordered
2025-09-29 19:03:25 -06:00
Pas
e9af26b917
allow user to select text again
2025-09-29 19:03:25 -06:00
Pas
a9cd1e9895
remove the hold to edit bookmarks/watching feature
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
a498fdde87
move region selector part to fedapi setup parts!
2025-09-25 11:41:48 -06:00
Pas
2a1dab87a9
dont send fedapi region header
2025-09-18 15:08:14 -06:00
Pas
b393213dda
use FED API for token check
2025-09-15 10:04:58 -05:00
Pas
cce24a246c
Update detectRegion.tsx
2025-09-10 09:20:12 -06:00
Pas
26504bd7e8
are you ok buddy
2025-09-09 14:57:02 -06:00
Pas
313125d68c
Reapply "add more fed regions"
...
This reverts commit 3b2e1b062c .
2025-09-09 12:49:42 -06:00
Pas
3b2e1b062c
Revert "add more fed regions"
...
This reverts commit 0be7d9f75b .
2025-09-09 12:03:23 -06:00
Pas
4ee63177d1
Update region item version
...
To reset everyone's region
2025-09-06 20:58:33 -06:00
Pas
0be7d9f75b
add more fed regions
2025-09-06 19:48:30 -06:00
Pas
b34e263369
add setting to disable speed boost
2025-09-03 21:14:04 -06:00
Pas
e79a04c204
Revert hide/show carousel buttons based on carousel length
2025-09-01 09:51:50 -06:00
Pas
b1b2539814
Update externalSubtitles.ts
2025-08-31 20:11:08 -06:00
Pas
4384781cf9
Update CaptionsView.tsx
2025-08-26 23:14:52 -06:00
Pas
ede305c684
Update externalSubtitles.ts
2025-08-26 23:12:00 -06:00
Pas
bcf9d294c4
add external caption source badges
2025-08-26 22:43:55 -06:00
Pas
dd7ee4b2f3
dont use promise.race for subs. fixes slower sources!
2025-08-26 22:37:23 -06:00
Pas
6f9e08b4ab
add febbox subtitles API
2025-08-26 22:31:35 -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
40555fbb7e
update discover picks
2025-08-24 23:35:02 -06:00
Pas
ffd38b64ef
Update Legal.tsx
2025-08-24 23:13:57 -06: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
a9ff5cb168
update sintel meta
2025-08-24 22:30:46 -06:00
Pas
dacff177ec
make speed popout smaller
2025-08-24 22:11:50 -06:00
Pas
4f52cd2ba2
update sintel hls
2025-08-22 15:12:07 -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
47182ca615
shorten speed boosted label
2025-08-16 12:16:00 -06:00
Pas
8693cd55d8
add notif and update style
2025-08-16 12:14:24 -06:00
Weblate
6eae03e3c4
Translated using Weblate (Swedish)
...
Currently translated at 75.0% (603 of 804 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 87.5% (704 of 804 strings)
Co-authored-by: Pinky Brown <07.advised_chaises@icloud.com>
Co-authored-by: hello everybody <thisisanaltforutube@gmail.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/sv/
Translation: P-Stream/P-Stream
2025-08-15 19:00:21 +00:00
Weblate
1a0a13fe79
Translated using Weblate (Swedish)
...
Currently translated at 73.2% (587 of 801 strings)
Translated using Weblate (Russian)
Currently translated at 50.8% (407 of 801 strings)
Co-authored-by: Deante X <firdavsfayzulin@gmail.com>
Co-authored-by: hello everybody <thisisanaltforutube@gmail.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/ru/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/sv/
Translation: P-Stream/P-Stream
2025-08-14 23:55:43 +00:00
Pas
6a50fec37b
add embed order on admin page
2025-08-14 09:41:36 -06:00
Weblate
aef4745e61
Update translation files
...
Updated by "Remove blank strings" add-on in Weblate.
Translated using Weblate (Swedish)
Currently translated at 55.9% (447 of 799 strings)
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: hello everybody <thisisanaltforutube@gmail.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/sv/
Translation: P-Stream/P-Stream
2025-08-13 21:13:14 +00:00
Pas
c38240a7f6
add onboarding reminder to notfound page
...
TODO find a place for the discover button here
2025-08-11 11:35:50 -06:00
Weblate
d7d956332d
Translated using Weblate (German (Switzerland))
...
Currently translated at 88.5% (704 of 795 strings)
Co-authored-by: Pinky Brown <07.advised_chaises@icloud.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/de_CH/
Translation: P-Stream/P-Stream
2025-08-11 11:23:57 +00:00
Pas
d0ce03823a
update en
2025-08-10 13:27:32 -06:00
Pas
32d9cd040c
update all movie lists
2025-08-10 13:27:32 -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
Weblate
1a95c052a9
Translated using Weblate (German (Switzerland))
...
Currently translated at 87.9% (699 of 795 strings)
Co-authored-by: Pinky Brown <07.advised_chaises@icloud.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/de_CH/
Translation: P-Stream/P-Stream
2025-08-10 10:37:55 +00:00
Pas
7b2cacc8fd
update region logic
2025-08-07 20:36:08 -06:00
Weblate
6cf81e1ae6
Translated using Weblate (minion (generated) (minion))
...
Currently translated at 32.2% (256 of 795 strings)
Translated using Weblate (uwu (generated) (uwu))
Currently translated at 95.7% (761 of 795 strings)
Co-authored-by: kermit <metalewis21@gmail.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/minion/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/uwu/
Translation: P-Stream/P-Stream
2025-08-05 20:15:14 +00: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
Weblate
aa3bb9d7c9
Translated using Weblate (French)
...
Currently translated at 87.9% (699 of 795 strings)
Translated using Weblate (Danish)
Currently translated at 49.6% (395 of 795 strings)
Translated using Weblate (Hungarian)
Currently translated at 82.7% (658 of 795 strings)
Translated using Weblate (German)
Currently translated at 70.0% (557 of 795 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 87.7% (698 of 795 strings)
Translated using Weblate (Arabic)
Currently translated at 94.2% (749 of 795 strings)
Translated using Weblate (Spanish)
Currently translated at 61.8% (492 of 795 strings)
Translated using Weblate (Greek)
Currently translated at 72.2% (574 of 795 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 59.1% (470 of 795 strings)
Translated using Weblate (Vietnamese)
Currently translated at 59.8% (476 of 795 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Florescu <filipflorescu06@gmail.com>
Co-authored-by: Wei Bin Zhuang <siqzlike003@gmail.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/ar/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/da/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/de/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/el/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/es/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/fr/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/hu/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/pt_BR/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/vi/
Translation: P-Stream/P-Stream
2025-08-04 18:30:44 +00:00
Pas
33a67ed883
add fallback group order for old backends
2025-08-04 10:42:37 -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
bd9ff1698f
add debug info copy button to playback error
2025-08-03 14:48:17 -06:00
Pas
a7c5821dd3
add sources button to playback error page
2025-08-03 14:32:37 -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
a1366a99d0
only hold to edit with left mouse
2025-08-03 12:33:33 -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
f91bb50564
improve featured carousel
2025-08-02 01:31:19 -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
78af5d76b8
fix getState overflow
2025-08-01 19:52:58 -06:00
Pas
9cccb2637c
add dedicated bookmarks page
2025-08-01 17:09:47 -06:00
Pas
2aece97408
only show carousel nav buttons when needed
...
for media cards only
maybe ill do this for episodes
2025-08-01 16:44:57 -06:00
Pas
7dee206776
update groupdropdown styles
2025-08-01 16:28:04 -06:00
Pas
ccf38a2cad
Update ScrollToTopButton.tsx
2025-08-01 16:08:19 -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
fbba8bc90f
clear group order when logging out
2025-07-31 10:19:04 -06:00
Pas
0acb043960
fix groups and order initialization for new accounts
2025-07-31 10:14:50 -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
2f968bfe48
load groups on signin
2025-07-30 21:22:16 -06:00
Pas
128c9d7657
fix, couldnt log in when using a custom passphrase
2025-07-30 21:20:39 -06:00
Pas
084078d75a
add febbox token example modal
2025-07-27 21:25:51 -07:00
Pas
5e7a8cc228
Update en.json
2025-07-25 09:23:42 -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
Weblate
28c305da66
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/
Translation: P-Stream/P-Stream
2025-07-24 15:29:10 +00: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
5ff95d6393
Update M3U8TestPart.tsx
2025-07-22 10:09:25 -06:00
Pas
94e3a9682f
revert "add admin option to force enable extension detection"
2025-07-22 10:02:58 -06:00
Weblate
84aac608b1
Update translation files
...
Updated by "Remove blank strings" add-on in Weblate.
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/
Translation: P-Stream/P-Stream
2025-07-22 15:52:43 +00: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
Weblate
95697d98af
Translated using Weblate (Indonesian)
...
Currently translated at 44.0% (341 of 774 strings)
Translated using Weblate (Hebrew)
Currently translated at 98.4% (762 of 774 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 90.8% (703 of 774 strings)
Co-authored-by: Pinky Brown <07.advised_chaises@icloud.com>
Co-authored-by: Ranwiesiel <ronggofc@gmail.com>
Co-authored-by: aroush <arik251008@gmail.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/he/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/id/
Translation: P-Stream/P-Stream
2025-07-21 01:53:14 +00:00
Weblate
ffdd96cf46
Translated using Weblate (uwu (generated) (uwu))
...
Currently translated at 100.0% (774 of 774 strings)
Co-authored-by: toxicfox <may@toxicfox.xyz>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/uwu/
Translation: P-Stream/P-Stream
2025-07-19 20:53:14 +00:00
Weblate
838689b504
Translated using Weblate (uwu (generated) (uwu))
...
Currently translated at 99.6% (771 of 774 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 90.6% (702 of 774 strings)
Co-authored-by: Pinky Brown <07.advised_chaises@icloud.com>
Co-authored-by: toxicfox <may@toxicfox.xyz>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/uwu/
Translation: P-Stream/P-Stream
2025-07-18 20:41:25 +00:00
Pas
1b8f274377
group dropdown and icons
2025-07-18 12:37:08 -06:00
Weblate
22b232a171
Translated using Weblate (uwu (generated) (uwu))
...
Currently translated at 100.0% (765 of 765 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (765 of 765 strings)
Co-authored-by: aroush <arik251008@gmail.com>
Co-authored-by: toxicfox <may@toxicfox.xyz>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/he/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/uwu/
Translation: P-Stream/P-Stream
2025-07-18 08:02:05 +00:00
Pas
cc04c9e6c0
Add bookmark groups
2025-07-17 12:39:50 -06:00
Pas
5a74886e7d
dont require account to download data
2025-07-15 20:48:29 -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
151c3bb397
increase hold to edit time
2025-07-15 18:18:54 -06:00
Pas
52cc975420
readd right click to open card modal
2025-07-15 18:18:02 -06:00
Pas
b137669428
use cia api for status check
2025-07-15 08:50:15 -06:00
Pas
0a6c162ba5
fix local upload for migration
2025-07-15 08:49:58 -06:00
Weblate
aab87f1ced
Translated using Weblate (Portuguese (Portugal))
...
Currently translated at 51.3% (393 of 765 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 92.1% (705 of 765 strings)
Co-authored-by: Francisco Real <franciscotinocoreal@gmail.com>
Co-authored-by: Pinky Brown <07.advised_chaises@icloud.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/pt_PT/
Translation: P-Stream/P-Stream
2025-07-15 00:08:32 +00:00
Pas
621c2a0c13
update some urls
2025-07-14 17:47:46 -06:00
Pas
cdf18f08c6
dont require account for upload (temp)
2025-07-14 16:44:43 -06:00
Weblate
59da290b1a
Translated using Weblate (Portuguese (Portugal))
...
Currently translated at 43.2% (331 of 765 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 91.5% (700 of 765 strings)
Co-authored-by: Francisco Real <franciscotinocoreal@gmail.com>
Co-authored-by: Pinky Brown <07.advised_chaises@icloud.com>
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.mov/projects/p-stream/p-stream/pt_PT/
Translation: P-Stream/P-Stream
2025-07-14 15:53:15 +00:00
Pas
774237c537
add m3u8 proxy test and toggle to admin page
2025-07-12 16:58:33 -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
102c228f3c
allow banner id changes
2025-07-11 16:15:48 -06:00
Weblate
b81685a9b0
Translated using Weblate (Polish)
...
Currently translated at 84.9% (650 of 765 strings)
Translated using Weblate (Polish)
Currently translated at 76.9% (584 of 759 strings)
Co-authored-by: John Doe <johndoe170505@protonmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/pl/
Translation: P-Stream/P-Stream
2025-07-11 17:30:10 +00:00
Pas
0875c3b7fb
return github and fix typos
2025-07-11 11:29:43 -06:00
Pas
bec4160bad
add admin option to force enable extension detection
...
without having it installed
2025-07-10 12:13:11 -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
9ed21823d0
make ads slightly larger for desktop
2025-07-10 09:10:24 -06:00
Pas
9f9c603bc5
add info banner with env
2025-07-10 09:07:53 -06:00
Weblate
d59c5b584c
Translated using Weblate (Urdu (Pakistan))
...
Currently translated at 1.5% (12 of 759 strings)
Translated using Weblate (Vietnamese)
Currently translated at 63.3% (481 of 759 strings)
Translated using Weblate (Polish)
Currently translated at 72.3% (549 of 759 strings)
Translated using Weblate (French)
Currently translated at 88.5% (672 of 759 strings)
Co-authored-by: Arham <mhmdarham24@icloud.com>
Co-authored-by: Inkawu <chevalier.kelian@gmail.com>
Co-authored-by: John Doe <johndoe170505@protonmail.com>
Co-authored-by: Khanh Kieu <hov81202@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fr/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/pl/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/ur_PK/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/vi/
Translation: P-Stream/P-Stream
2025-07-10 00:53:15 +00:00
Pas
f2fbf6accc
ah fix those new locales
2025-07-08 17:34:11 -06:00
Pas
6eb48c5236
maybe fix translations?
2025-07-08 17:24:42 -06:00
Pas
6ad05e5a86
Delete 7358455941559356193.mp3
2025-07-08 17:21:33 -06:00
Pas
007cebc1c5
add Urdu (Pakistan) locale
2025-07-08 17:21:31 -06:00
Weblate
2515d0d62d
Translated using Weblate (Vietnamese)
...
Currently translated at 40.9% (311 of 759 strings)
Translated using Weblate (Turkish)
Currently translated at 55.0% (418 of 759 strings)
Translated using Weblate (Polish)
Currently translated at 65.2% (495 of 759 strings)
Translated using Weblate (Hindi)
Currently translated at 67.0% (509 of 759 strings)
Translated using Weblate (French)
Currently translated at 86.9% (660 of 759 strings)
Translated using Weblate (French)
Currently translated at 86.9% (660 of 759 strings)
Translated using Weblate (Czech)
Currently translated at 43.6% (331 of 759 strings)
Co-authored-by: Fruiko <fruiko@seznam.cz>
Co-authored-by: John Doe <johndoe170505@protonmail.com>
Co-authored-by: Kerim 1337 <kerimw1337@gmail.com>
Co-authored-by: Khanh Kieu <hov81202@gmail.com>
Co-authored-by: Mikul Ghunawat <mikulghunawat@gmail.com>
Co-authored-by: RASTIQ <louis.licari91@gmail.com>
Co-authored-by: logout <console.logout7285@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/cs/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fr/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/hi/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/pl/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/tr/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/vi/
Translation: P-Stream/P-Stream
2025-07-08 23:19:48 +00: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
5cd63c2a25
add getRelatedMedia tmdb.ts function
2025-07-07 17:10:01 -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
c6b2236a19
init new languages
2025-06-29 10:42:31 -06:00
Weblate
dd1fc10928
Added translation using Weblate (Albanian (Gheg))
...
Translated using Weblate (Arabic)
Currently translated at 100.0% (757 of 757 strings)
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: hazem ibrahim ahmed <lhazem0543@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/ar/
Translation: P-Stream/P-Stream
2025-06-29 10:19:32 +00:00
Weblate
f71d5abf9c
Added translation using Weblate (Umbundu)
...
Translated using Weblate (Arabic)
Currently translated at 100.0% (757 of 757 strings)
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: hazem ibrahim ahmed <lhazem0543@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/ar/
Translation: P-Stream/P-Stream
2025-06-28 12:23:08 +00:00
Weblate
d5453be7d8
Added translation using Weblate (Avestan)
...
Translated using Weblate (Swedish)
Currently translated at 35.5% (269 of 757 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (757 of 757 strings)
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: hazem ibrahim ahmed <lhazem0543@gmail.com>
Co-authored-by: mille n <millevar07@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/ar/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/sv/
Translation: P-Stream/P-Stream
2025-06-28 12:12:10 +00:00
Weblate
676679fbdf
Translated using Weblate (Indonesian)
...
Currently translated at 39.2% (297 of 757 strings)
Translated using Weblate (Persian)
Currently translated at 44.6% (338 of 757 strings)
Co-authored-by: IsaacConners <IsaacUniversalCoding2010@gmail.com>
Co-authored-by: zeelen zilla <xkhatar2077@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fa/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/id/
Translation: P-Stream/P-Stream
2025-06-28 00:07:08 +00: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
1e27249df7
update subtitle title translations
2025-06-25 13:35:03 -06:00
Pas
e3a515b135
Update MediaCarousel.tsx
2025-06-25 13:26:21 -06:00
Weblate
3aba7c3d4f
Update translation files
...
Updated by "Cleanup translation files" add-on in Weblate.
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/
Translation: P-Stream/P-Stream
2025-06-25 19:04:31 +00:00
Pas
9b82d70a30
remove low performance url parameter
2025-06-25 09:27:41 -06:00
Pas
8cbe8f986a
optimize trakt loading for carousel view
2025-06-25 08:53:43 -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
7b4a013fae
fix trakt if it doesnt return valid ids
2025-06-24 11:39:24 -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
7c89b2ffc1
remove RD ext requirement
2025-06-11 15:47:13 -06:00
Pas
715c26e6ab
add realdebrid setup
2025-06-11 13:34:25 -06:00
Pas
29c412707c
Revert "attempt to fix casting methods"
...
This reverts commit cca925bf03 .
2025-06-11 13:33:50 -06:00
Pas
bbbda4f130
fix febbox setup on onboarding
2025-06-11 13:33:30 -06:00
Weblate
5943f25a68
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (668 of 668 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 98.8% (660 of 668 strings)
Co-authored-by: Peter Fox <07.advised_chaises@icloud.com>
Co-authored-by: SAbel <abel.words1@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/hu/
Translation: P-Stream/p-stream
2025-06-10 10:21:42 +00:00
Weblate
2529ff70c6
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (668 of 668 strings)
Translated using Weblate (French)
Currently translated at 90.7% (606 of 668 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 90.7% (606 of 668 strings)
Co-authored-by: Lucas <wazilucas@protonmail.com>
Co-authored-by: Peter Fox <07.advised_chaises@icloud.com>
Co-authored-by: SAbel <abel.words1@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fr/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/hu/
Translation: P-Stream/p-stream
2025-06-09 04:48:19 +00:00
Pas
c173873907
Automatically open the settings overlay when a playback error occurs
2025-06-08 22:20:19 -06:00
Pas
38d4e6928a
Update base.ts
2025-06-08 22:13:05 -06:00
Pas
752b1751ed
fix typo
2025-06-08 15:33:59 -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
Weblate
03b4a1fab1
Translated using Weblate (French)
...
Currently translated at 90.9% (606 of 666 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 90.8% (605 of 666 strings)
Translated using Weblate (Arabic)
Currently translated at 99.8% (665 of 666 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 90.5% (602 of 665 strings)
Co-authored-by: Lucas <wazilucas@protonmail.com>
Co-authored-by: Mohammad <bestmohammad909@gmail.com>
Co-authored-by: Peter Fox <07.advised_chaises@icloud.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/ar/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fr/
Translation: P-Stream/p-stream
2025-06-08 00:39:39 +00:00
Pas
8e9ec84fd7
fix carousels and categories
2025-06-07 18:39:34 -06:00
Pas
03c30425e6
fix some styles
2025-06-07 18:28:11 -06:00
Pas
d182ccc680
add all movie lists page (letterboxd)
...
use backend urls
2025-06-07 18:22:28 -06:00
Pas
9b6fbf8aa8
add network images
2025-06-07 17:51:02 -06:00
Pas
eaf2399539
new trakt /discover endpoint for featured carousel
2025-06-07 12:34:04 -06:00
Pas
0f1ce2811f
add latest tv from trakt api
2025-06-07 12:21:36 -06:00
Mohammad
a050a15767
Translated using Weblate (Arabic)
...
Currently translated at 100.0% (665 of 665 strings)
Translation: P-Stream/p-stream
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/ar/
2025-06-07 18:06:40 +00:00
SAbel
a150838c85
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (665 of 665 strings)
Translation: P-Stream/p-stream
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/hu/
2025-06-07 18:06:40 +00:00
Lucas
899851c4a1
Translated using Weblate (French)
...
Currently translated at 91.1% (606 of 665 strings)
Translation: P-Stream/p-stream
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fr/
2025-06-07 18:06:39 +00:00
diegallou
615f3e6acc
Translated using Weblate (Spanish)
...
Currently translated at 74.5% (496 of 665 strings)
Translation: P-Stream/p-stream
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/es/
2025-06-07 18:06:39 +00:00
Pas
3a726d0957
Revert "init hu.json"
...
This reverts commit 982aee04c0 .
2025-06-07 11:44:19 -06:00
Pas
982aee04c0
init hu.json
2025-06-07 11:42:55 -06:00
Weblate
2a6fa80813
Update translation files
...
Updated by "Remove blank strings" add-on in Weblate.
Added translation using Weblate (Hungarian)
Translated using Weblate (French)
Currently translated at 66.3% (441 of 665 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 71.2% (474 of 665 strings)
Translated using Weblate (Spanish)
Currently translated at 66.6% (443 of 665 strings)
Co-authored-by: Lucas <wazilucas@protonmail.com>
Co-authored-by: SAbel <abel.words1@gmail.com>
Co-authored-by: Thiago <thiagozevedo2@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: diegallou <distrixer@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/es/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fr/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/pt_BR/
Translation: P-Stream/p-stream
2025-06-06 21:03:29 +00:00
Weblate
417cd8ddfd
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 70.3% (468 of 665 strings)
Co-authored-by: Thiago <thiagozevedo2@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/pt_BR/
Translation: P-Stream/p-stream
2025-06-06 18:27:59 +00: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
b1fdc56a0a
disable experimental preferences
2025-06-05 13:07:37 -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
2b9680313c
hide recommended if there is no progress
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
bd9d9bc74a
update featured skeleton
2025-06-05 13:00:30 -06:00
Pas
6adfe7ede2
use trakt lists for some genres and providers
2025-06-05 13:00:30 -06:00
Pas
33d6daba25
update more content skeletons
2025-06-05 13:00:30 -06:00
Pas
62ff46b191
readd placeholder poster
2025-06-05 13:00:29 -06:00
Pas
e10a49f0ea
add pagination to trakt api
2025-06-05 13:00:29 -06:00
Pas
3b32c5eef3
dont show quality for shows on featured
2025-06-05 13:00:29 -06:00
Pas
c7bc1d238c
Update traktApi.ts
2025-06-05 13:00:29 -06:00
Pas
396fddb496
fix genre and provider changing
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
743f5ffabc
fix more content page loading
2025-06-05 13:00:29 -06:00
Pas
7d09f0b0e0
improve fallback and translations
2025-06-05 13:00:29 -06:00
Pas
b7c6f71a4c
fix loading skeleton
2025-06-05 13:00:29 -06:00
Pas
185555a960
rewrite discover using a single hook
2025-06-05 13:00:29 -06:00
Pas
b1e4b77b13
add quality indicator to 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
ff6d2cc835
remove log
2025-06-05 13:00:29 -06:00
Pas
07ecd38567
move Top Rated section down
2025-06-05 13:00:29 -06:00
Pas
401f4bfd53
fix carousel translations
2025-06-05 13:00:29 -06:00
Pas
5cc4485629
add trackt latest and 4k
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
f1d97d4892
add ratings to featured carousel
2025-06-05 13:00:29 -06:00
Pas
2eae4ffa14
complete merge
2025-06-05 13:00:29 -06:00
Pas
2011e1c2d5
add people carousel
2025-06-05 13:00:29 -06:00
Pas
ac344e8ce9
components!
2025-06-05 13:00:29 -06:00
Pas
366cf3e99f
move trailer to new overlay
2025-06-05 13:00:29 -06:00
FifthWit
bd0a42ded1
Added extra QoL features, a Share button, better mobile design, made it so you can actually scroll on larger movies where you normally couldn't and it'd overflow, lastly made it possible for the text to be highlighted on the detailsmodal
2025-06-05 13:00:29 -06:00
FifthWit
309e9118d1
Fixed up DetailsModal to be more consistent with the conventions of MediaCard
2025-06-05 13:00:29 -06:00
Pas
a1523bd0fb
fix some padding
2025-06-05 13:00:29 -06:00
Pas
bab39e2580
fix lazy carousels
2025-06-05 13:00:29 -06:00
Pas
b8ca66b4cb
fix homepage layout and carousels
2025-06-05 13:00:29 -06:00
Pas
3cc435332c
add carousel view for watching and bookmarks
2025-06-05 13:00:29 -06:00
Pas
bcfed9b0b8
hide scrollbar on media carousel
2025-06-05 13:00:29 -06:00
Pas
3ce5053af5
Overhaul Discover Page and Featured
...
Add Featured Modal
Removed Individual Carousels for each genre
Recommended Carousel
View More page for viewing all
Improve several minor visuals
Update search and navigation
Full Commit Log:
add more carousel skeleton dots
bug fix and languages
remove provider translations
Add change button for recommended more content
add buttons to moreContent page
dropdown for changing recommended
Increase genres and providers
add home/search button to discover
Update FeaturedCarousel.tsx
fix recommended load more pages
increase number of featured items
clean up featured image fetch
maybe fix ff bug?
add dynamic blur to header
Update Dropdown.tsx
fix dropdown
add recommended carousel
animate dropdown
fix some visuals
random button
fix padding
reset timer when manually switching slides
fix editor picks more titles
add store for discover
fix editor picks
Update FeaturedCarousel.tsx
add view more card
move view more link
update carousel buttons and dropdown
finish 5 carousels
use 5 carousels
init carousel nav buttons
update dropdown
update featured sizing
update blurs
add clear blur to navigation
update padding and sizing
Update FeaturedCarousel.tsx
add loading skeleton
update discover navigation again
simplify featured media
Update SearchBar.tsx
tweak some minor visual stuff
fix button sizes
update carousel gradient
fix sticky
fix safari overlay bug
make search transparent
use secondary buttons on featured
fix up negative margins
fix searching classes
fix buttons because of the overlay
make it shorter
add featured section to home page
add toggle for image logos
fix details modal title overlay position
clean up some buttons
improve fed setup status check
update grid
Update FeaturedCarousel.tsx
dont show more content for providers
more stuff
clean and bugfix
update editor picks more content page
Update DetailsModal.tsx
more more more!
shuffle editor picks
discover update part 2
fix more info button
init discover v3
2025-06-05 13:00:29 -06:00
Pas
4aa47ffbef
remove some unneeded changes
2025-06-05 12:10:30 -06:00
Weblate
12b3002b5a
Translated using Weblate (German (Switzerland))
...
Currently translated at 93.0% (592 of 636 strings)
Co-authored-by: Peter Fox <07.advised_chaises@icloud.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translation: P-Stream/p-stream
2025-06-03 08:21:41 +00:00
Weblate
535734e8c9
Translated using Weblate (Italian)
...
Currently translated at 65.5% (417 of 636 strings)
Co-authored-by: Jamie P. <jamie@tinypixel.uk>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/it/
Translation: P-Stream/p-stream
2025-05-30 22:21:33 +00:00
Pas
fd3761bd37
fix carousel overlay
2025-05-29 20:56:29 -06:00
Pas
66d451af86
improve fed setup status check
2025-05-28 22:35:56 -06:00
Weblate
96536c6809
Translated using Weblate (French)
...
Currently translated at 65.8% (418 of 635 strings)
Co-authored-by: ri1_ <hello@notri1.fr>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fr/
Translation: P-Stream/p-stream
2025-05-25 16:21:31 +00:00
Weblate
2b9d7a3f2b
Translated using Weblate (Sinhala)
...
Currently translated at 4.5% (29 of 635 strings)
Translated using Weblate (French)
Currently translated at 60.9% (387 of 635 strings)
Co-authored-by: Kylian <kylian.s.portable@gmail.com>
Co-authored-by: chami lakshan <chami44@proton.me>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fr/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/si/
Translation: P-Stream/p-stream
2025-05-24 08:21:32 +00:00
Pas
cca925bf03
attempt to fix casting methods
2025-05-23 11:39:12 -06:00
Weblate
dc14662c3b
Translated using Weblate (Sinhala)
...
Currently translated at 1.1% (7 of 635 strings)
Co-authored-by: chami lakshan <chami44@proton.me>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/si/
Translation: P-Stream/p-stream
2025-05-23 08:02:48 +00:00
Weblate
fb8779f391
Update translation files
...
Updated by "Remove blank strings" add-on in Weblate.
Added translation using Weblate (Sinhala)
Translated using Weblate (Finnish)
Currently translated at 39.6% (252 of 635 strings)
Translated using Weblate (Finnish)
Currently translated at 39.6% (252 of 635 strings)
Translated using Weblate (Turkish)
Currently translated at 64.0% (407 of 635 strings)
Co-authored-by: Veeti <veetialen2@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: chami lakshan <chami44@proton.me>
Co-authored-by: kol mio <nikoeihax@gmail.com>
Co-authored-by: lol <baciziplatan78@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fi/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/tr/
Translation: P-Stream/p-stream
2025-05-23 07:53:27 +00:00
Pas
b91af8c9fa
sync watchparty playback speed
2025-05-22 21:42:33 -06:00
Pas
f096cdccff
Delete WatchPartyStatus.tsx.bak
2025-05-22 10:45:13 -06:00
Weblate
e29d485c04
Translated using Weblate (Finnish)
...
Currently translated at 22.6% (144 of 635 strings)
update overlay
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Pas <74743263+Pasithea0@users.noreply.github.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fi/
Translation: P-Stream/p-stream
2025-05-22 16:39:06 +00:00
Pas
3af0a8aaa2
update hls.js loading props
2025-05-21 14:46:20 -06:00
Pas
4ad4114125
update onboarding explainers
2025-05-21 13:00:10 -06:00
Pas
80577cb0e4
fix title sizing
2025-05-20 16:30:12 -06:00
Pas
077edd7da8
Update IosPwaLimitations.tsx
2025-05-20 14:05:43 -06:00
Pas
cd1079eb8c
use clear logo for details logo
2025-05-20 14:01:37 -06:00
Pas
9087ca7136
fix tomato path
2025-05-18 17:42:36 -06:00
Pas
3dc6a0db0c
update overlay
2025-05-18 17:33:56 -06:00
Pas
ec7b281103
disable controls if watchparty guest
2025-05-18 16:02:21 -06:00
Pas
dd1af01c57
add subtitle track option
2025-05-18 14:15:59 -06:00
Pas
3428abdbc1
clean up rt scraper
2025-05-18 13:58:40 -06:00
Pas
91af92dd0d
get rotten tomato score
2025-05-18 13:00:39 -06:00
Pas
b78077804a
add runtime
2025-05-18 12:00:38 -06:00
Pas
7b1235e4f9
add skip to episode button details modal
2025-05-18 11:57:28 -06:00
Pas
93632d9673
update unreleased details modal
2025-05-18 11:44:58 -06:00
Pas
b97abb78c8
Update en.json
2025-05-18 11:27:18 -06:00
Pas
e3eba88eb8
room code validation
2025-05-18 09:39:57 -06:00
Pas
952621c584
Update WatchPartyView.tsx
2025-05-18 09:30:10 -06:00
Pas
c9bd628fd0
add custom room codes
2025-05-18 09:26:03 -06:00
Pas
fd4dd08153
update a bit
2025-05-18 09:05:37 -06:00
Pas
497ed64a09
hide if backend is out of date
2025-05-17 21:41:31 -06:00
Pas
fb3bc161ce
Merge: Add Watch Party
...
commit 6034a1ebeaa97a97552dc249f97cc935dcbd1cd6
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 20:02:36 2025 -0600
update stuff
commit 91d1370668a3e05fed3687ffef697a96c28a0b2c
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 19:47:34 2025 -0600
Update Downloads.tsx
commit 1c25c88175abebe761d27194f22eec9fd3bcf2e1
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 19:46:27 2025 -0600
clean some more stuff
commit d6c24e76348c135f3c1ae0444491ff0b302eca2e
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 19:38:07 2025 -0600
clean this again
commit 6511de68a1b1397e4884dfc6e6f0599497b9afee
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 19:30:08 2025 -0600
clean up a bit
commit 467358c1f50c1555b42f9ae8d22f955ebc9bba1b
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 17:45:04 2025 -0600
validate content
commit 59d4a1665b32bdf4ca453859816a2245b184b025
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 17:35:22 2025 -0600
add auto join link
commit 6f3c334d2157f1c82f9d26e9a7db49371e6a2b5e
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 17:08:35 2025 -0600
watch partyyyy
commit 1497377692fba86ea1ef40191dbaa648abc38e2e
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 13:56:04 2025 -0600
add watch party view stuff
commit 80003f78d0adf6071d4f2c6b6a6d8fdcb2aa204a
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 13:14:07 2025 -0600
init sending webhooks
testing on a discord hook
commit f5293c2eae5d5a12be6153ab37e50214289e20b6
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 12:31:41 2025 -0600
remove duplicate class
commit 7871162e6b2c580eb2bcb9c8abc5ecc19d706a06
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 12:25:49 2025 -0600
update legacy button
commit a2948f3aa1b7481a3ac5b69e2e4dab71552816de
Author: Pas <74743263+Pasithea0@users.noreply.github.com>
Date: Sat May 17 12:21:52 2025 -0600
move watchparty to new atoms menu
2025-05-17 20:04:40 -06:00
Pas
455daf6090
update ad banner
2025-05-16 15:38:21 -06:00
Pas
bd97db1fbd
init m3u8 proxy rotation
2025-05-15 16:51:41 -06:00
Weblate
963af9306f
Translated using Weblate (German (Switzerland))
...
Currently translated at 100.0% (595 of 595 strings)
Co-authored-by: Heidi <07.advised_chaises@icloud.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translation: P-Stream/P-Stream
2025-05-14 22:19:27 +00:00
Pas
02c7fe5fa1
add widescreen button hold feat
...
hold the fullscreen button to switch to the widescreen button.
2025-05-13 15:46:44 -06:00
literally two
f665bbb473
Merge branch 'p-stream:production' into production
2025-05-10 23:15:08 +01:00
Pas
0baeb72abc
add details modal trailer volume bar
2025-05-10 16:11:07 -06:00
mrapple
b122e4ff05
i have space!
...
the spacebar didnt work for speeding up the video because it just paused it, now it works!
2025-05-10 22:34:02 +01:00
mrapple
02bace8a47
We have short attention spans
...
now instead of watching your entire movie at one speed, you can do it in VARYING SPEEDS!
2025-05-10 22:19:12 +01:00
Weblate
9bfb2f8628
Translated using Weblate (German (Switzerland))
...
Currently translated at 100.0% (595 of 595 strings)
Co-authored-by: Heidi <07.advised_chaises@icloud.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translation: P-Stream/P-Stream
2025-05-10 08:19:26 +00:00
Weblate
a503c6e241
Translated using Weblate (German (Switzerland))
...
Currently translated at 100.0% (595 of 595 strings)
Co-authored-by: Heidi <07.advised_chaises@icloud.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translation: P-Stream/P-Stream
2025-05-08 20:19:37 +00:00
Weblate
099aae5444
Translated using Weblate (German (Switzerland))
...
Currently translated at 100.0% (595 of 595 strings)
Translated using Weblate (Vietnamese)
Currently translated at 20.3% (121 of 595 strings)
Translated using Weblate (Polish)
Currently translated at 63.6% (379 of 595 strings)
Translated using Weblate (Italian)
Currently translated at 68.4% (407 of 595 strings)
Translated using Weblate (futhark (generated) (futhark))
Currently translated at 80.0% (476 of 595 strings)
Translated using Weblate (French)
Currently translated at 57.8% (344 of 595 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (595 of 595 strings)
Translated using Weblate (German)
Currently translated at 85.8% (511 of 595 strings)
Translated using Weblate (Danish)
Currently translated at 66.8% (398 of 595 strings)
Translated using Weblate (Bengali)
Currently translated at 32.7% (195 of 595 strings)
Co-authored-by: Admin <admin@example.com>
Co-authored-by: Adrian Pontasch <adrian.pontasch@gmail.com>
Co-authored-by: Anargha Nandi <hiccyeugene99@gmail.com>
Co-authored-by: Heidi <07.advised_chaises@icloud.com>
Co-authored-by: Kuba <random@kubuuus.pl>
Co-authored-by: Martino Gallipoli <martino.gallipoli@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: azaz31 <chillrevenant007@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/bn/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/da/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/el/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/fr/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/futhark/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/it/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/pl/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/vi/
Translation: P-Stream/P-Stream
2025-05-07 19:23:42 +00:00
Pas
f3452ab6d8
restore useSettingsState.ts
2025-05-07 13:15:56 -06:00
Pas
5ae5da7f22
Merge branch 'main' into new-prod
2025-05-07 13:11:55 -06:00
Cooper
edfab0139b
Merge pull request #116 from p-stream/Enable-source-ordering
...
Add toggle for custom source order
2025-05-07 12:11:26 -04:00
Cooper
f08bca6530
Merge branch 'main' into update-packages
2025-05-07 12:10:19 -04:00
Pas
8ac6c07682
bug fix subtitles
2025-05-06 16:52:57 -06:00
Weblate
90de6918b9
Translated using Weblate (German (Switzerland))
...
Currently translated at 100.0% (595 of 595 strings)
Translated using Weblate (Greek)
Currently translated at 90.4% (538 of 595 strings)
Translated using Weblate (Danish)
Currently translated at 66.8% (398 of 595 strings)
Co-authored-by: Heidi <07.advised_chaises@icloud.com>
Co-authored-by: Michael Angelos Nathanailidis <m.angelos.nathanailidis@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: fanlim <fanlimgames@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/da/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/el/
Translation: P-Stream/P-Stream
2025-05-06 20:33:29 +00:00
Pas
06229983f5
use locale for get meta
2025-05-05 22:57:16 -06:00
Pas
a82797a34f
add german switzerland to languages
...
Update languages.ts
2025-05-05 22:57:16 -06:00
Weblate
d0d33494d2
Translated using Weblate (German (Switzerland))
...
Currently translated at 100.0% (595 of 595 strings)
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: azaz31 <chillrevenant007@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translation: P-Stream/P-Stream
2025-05-06 04:39:07 +00:00
Weblate
80c93f373f
Translated using Weblate (German (Switzerland))
...
Currently translated at 88.7% (528 of 595 strings)
Translated using Weblate (German (Switzerland))
Currently translated at 88.7% (528 of 595 strings)
Translated using Weblate (Romanian)
Currently translated at 60.6% (361 of 595 strings)
Translated using Weblate (German)
Currently translated at 85.2% (507 of 595 strings)
Translated using Weblate (Danish)
Currently translated at 66.8% (398 of 595 strings)
Translated using Weblate (Arabic)
Currently translated at 68.5% (408 of 595 strings)
Co-authored-by: Heidi <07.advised_chaises@icloud.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: azaz31 <chillrevenant007@gmail.com>
Co-authored-by: doiraduc <me@doirad.uk>
Co-authored-by: fanlim <fanlimgames@gmail.com>
Co-authored-by: idk <merojoc236@idoidraw.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/ar/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/da/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de_CH/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/ro/
Translation: P-Stream/P-Stream
2025-05-06 04:19:34 +00:00
Weblate
8170afac1e
Translated using Weblate (German)
...
Currently translated at 84.8% (505 of 595 strings)
Co-authored-by: Heidi <07.advised_chaises@icloud.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de/
Translation: P-Stream/P-Stream
2025-05-05 17:44:51 +00:00
Pas
a5dd4813db
Update de-CH.json
2025-05-05 11:44:48 -06:00
Pas
6c009bb2b1
Update de-CH.json
2025-05-05 11:43:40 -06:00
Weblate
c58611acb2
Added translation using Weblate (German (Switzerland))
...
Translated using Weblate (uwu (generated) (uwu))
Currently translated at 60.3% (359 of 595 strings)
Translated using Weblate (Hebrew)
Currently translated at 100.0% (595 of 595 strings)
Translated using Weblate (Spanish)
Currently translated at 70.2% (418 of 595 strings)
Translated using Weblate (German)
Currently translated at 78.3% (466 of 595 strings)
Translated using Weblate (German)
Currently translated at 78.3% (466 of 595 strings)
Translated using Weblate (Arabic)
Currently translated at 62.6% (373 of 595 strings)
Co-authored-by: Admin <admin@example.com>
Co-authored-by: Heidi <07.advised_chaises@icloud.com>
Co-authored-by: Kipoddo <kipoddo@users.noreply.weblate.pstream.org>
Co-authored-by: Michael Angelos Nathanailidis <m.angelos.nathanailidis@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: azaz31 <chillrevenant007@gmail.com>
Co-authored-by: moopic <Joseloranuevo@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/ar/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/de/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/es/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/he/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/uwu/
Translation: P-Stream/P-Stream
2025-05-05 16:11:31 +00:00
Pas
18488c0b5b
update episodes carousel on details modal
2025-05-05 09:17:09 -06:00
Pas
8b678078f5
add translations for tips
2025-05-04 13:17:25 -06:00
Pas
f5c512c011
add more translation strings
2025-05-04 13:17:25 -06:00
Pas
f719361f8a
add prime to tv discover
2025-05-04 13:17:25 -06:00
Pas
d512bf1cae
add a bunch of themes
2025-05-04 13:17:25 -06:00
Pas
e1cf13cf3d
fix some carousel stuff
2025-05-04 13:17:25 -06:00
Pas
3efd78025b
add theme selector carousel
2025-05-04 13:17:25 -06:00
Pas
d10a182fff
lint
2025-05-04 13:17:25 -06:00
Pas
f024f91c51
scrape imdb with languages
2025-05-04 13:17:25 -06:00
Pas
1205eebc2e
scape tmdb data with languages
2025-05-04 13:17:25 -06:00
Pas
4d45dfd06e
add more language keys
2025-05-04 13:17:25 -06:00
Pas
267f46aa7b
fix style dropdown default
2025-05-04 13:17:25 -06:00
Pas
3de83f28dd
add text styles to captions
2025-05-04 13:17:25 -06:00
Pas
53c6de1e6f
add ember theme
2025-05-04 13:17:25 -06:00
Weblate
262f8cc943
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (503 of 503 strings)
Co-authored-by: Kipoddo <kipoddo@users.noreply.weblate.pstream.org>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/he/
Translation: P-Stream/P-Stream
2025-05-02 19:36:39 +00:00
Pas
c77a4d2e78
add carousel gradients to episode selector
2025-04-30 21:00:51 -06:00
Pas
648df78aad
Add setting to make captions lower
2025-04-30 20:55:53 -06:00
Weblate
597cd2257c
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 99.4% (497 of 500 strings)
Co-authored-by: Noah <xicrosofts@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/zh_Hans/
Translation: P-Stream/P-Stream
2025-04-24 15:19:25 +00:00
Weblate
12d809338e
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (500 of 500 strings)
Co-authored-by: Kipoddo <kipoddo@users.noreply.weblate.pstream.org>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/he/
Translation: P-Stream/P-Stream
2025-04-20 03:58:28 +00:00
Weblate
1d2043aca6
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (500 of 500 strings)
Co-authored-by: Kipoddo <kipoddo@users.noreply.weblate.pstream.org>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/he/
Translation: P-Stream/P-Stream
2025-04-20 03:39:57 +00:00
Weblate
839e4a7a7f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (500 of 500 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (500 of 500 strings)
Translated using Weblate (Greek)
Currently translated at 99.4% (497 of 500 strings)
Co-authored-by: Robert Bartson <pstream.evident510@passinbox.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: bryan <b8035820@gmail.com>
Co-authored-by: giankon <businesskonito@gmail.com>
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/el/
Translate-URL: http://weblate.pstream.org/projects/p-stream/p-stream/nl/
Translation: P-Stream/P-Stream
2025-04-19 09:19:33 +00:00
Pas
e81bdbc322
remove old feb token store and just use auth
2025-04-18 19:46:47 -06:00
Pas
1192582263
remove it from the backend :(
2025-04-18 17:45:37 -06:00
Pas
2a4b74bbec
move const await to async
2025-04-18 17:07:23 -06:00
Pas
94e4e9300b
send region to backend
2025-04-18 17:01:29 -06:00
Pas
6ed0192d9d
remove country code
2025-04-18 14:28:21 -06:00
Pas
19daeda170
add backup loc checker
2025-04-18 14:27:00 -06:00