pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update docs reference

Pas 77f91276 b2648e19

+18 -24
+1 -1
.github/CONTRIBUTING.md
··· 99 99 100 100 Language contributions help P-Stream massively, allowing people worldwide to use our app! 101 101 102 - We use Weblate for crowdsourcing our translations. [Click here to go to our translation tool.](https://docs.pstream.mov/links/weblate) 102 + We use Weblate for crowdsourcing our translations. 103 103 104 104 1. First make sure you make an account. (click the link above) 105 105 2. Click the language you want to help translate, if it's not listed you can click the plus top left to add a new language.
+8 -10
README.md
··· 1 1 # P-Stream 2 2 3 - [![P-Stream Image](.github/P-Stream.png)](https://docs.pstream.mov) 3 + [![P-Stream Image](.github/P-Stream.png)](https://p-stream.github.io/docs/) 4 4 5 5 ## Quick Deploy 6 6 ··· 8 8 9 9 [![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/p-stream/p-stream) 10 10 11 - **NOTE: To self-host, more setup is required. Check the [docs](https://docs.pstream.mov) to properly set up!!!!** 11 + **NOTE: To self-host, more setup is required. Check the [docs](https://p-stream.github.io/docs/) to properly set up!!!!** 12 12 13 13 ## Links And Resources 14 14 15 15 | Service | Link | Source Code | 16 16 | ------------- | ----------------------------------------------- | ------------------------------------------------------- | 17 - | P-Stream Docs | [docs](https://docs.pstream.mov) | [source code](https://github.com/p-stream/docs) | 18 - | Extension | [extension](https://docs.pstream.mov/extension) | [source code](https://github.com/p-stream/browser-ext) | 19 - | Proxy | [simple-proxy](https://docs.pstream.mov/proxy) | [source code](https://github.com/p-stream/simple-proxy) | 20 - | Backend | [backend](https://server.fifthwit.net) | [source code](https://github.com/p-stream/backend) | 21 - | Frontend | [P-Stream](https://docs.pstream.mov/instances) | [source code](https://github.com/p-stream/p-stream) | 22 - | Weblate | [weblate](https://weblate.pstream.mov) | | 23 - 24 - **_I provide these if you are not able to host yourself, though I do encourage hosting the frontend._** 17 + | P-Stream Docs | [docs](https://p-stream.github.io/docs/) | [source code](https://github.com/p-stream/docs) | 18 + | Extension | [extension](https://p-stream.github.io/docs/extension) | [source code](https://github.com/p-stream/browser-ext) | 19 + | Proxy | [simple-proxy](https://p-stream.github.io/docs/proxy) | [source code](https://github.com/p-stream/simple-proxy) | 20 + | Backend | [backend](https://github.com/p-stream/backend) | [source code](https://github.com/p-stream/backend) | 21 + | Frontend | [P-Stream](https://p-stream.github.io/docs/instances) | [source code](https://github.com/p-stream/p-stream) | 22 + | Weblate | [weblate](https://p-stream.github.io/docs/weblate) | | 25 23 26 24 ## Referrers 27 25
+2 -2
public/notifications.xml
··· 2 2 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 3 3 <channel> 4 4 <title>P-Stream Notifications</title> 5 - <link>https://pstream.mov</link> 5 + <link>https://raw.githubusercontent.com/p-stream/p-stream/production/public/notifications.xml</link> 6 6 <description>Site updates and important notifications for P-Stream users</description> 7 7 <language>en</language> 8 8 <lastBuildDate>Mon, 29 Sep 2025 18:00:00 MST</lastBuildDate> 9 - <atom:link href="https://pstream.mov/notifications.xml" rel="self" type="application/rss+xml" /> 9 + <atom:link href="https://raw.githubusercontent.com/p-stream/p-stream/production/public/notifications.xml" rel="self" type="application/rss+xml" /> 10 10 11 11 <item> 12 12 <guid>notification-061</guid>
+1 -1
src/assets/README.md
··· 4 4 5 5 ## Process on adding new languages 6 6 7 - 1. Use [Weblate](https://docs.pstream.mov/links/weblate) to add translations, see contributing guidelines. 7 + 1. Use [Weblate](https://github.com/p-stream/p-stream) to add translations, see contributing guidelines. 8 8 2. Add your language to `@/assets/languages.ts`. Must be in ISO format (ISO-639 for language and ISO-3166 for country/region). For joke languages, use any format. 9 9 3. If the language code doesn't have a region specified (Such as in `pt-BR`, `BR` being the region), add a default region in `@/utils/language.ts` at `defaultLanguageCodes` 10 10 4. If the language code doesn't contain a region (Such as in `zh-Hant`), add a default country in `@/utils/language.ts` at `countryPriority`.
+1 -1
src/backend/metadata/traktApi.ts
··· 11 11 TraktReleaseResponse, 12 12 } from "./types/trakt"; 13 13 14 - export const TRAKT_BASE_URL = "https://fed-airdate.pstream.mov"; 14 + export const TRAKT_BASE_URL = ""; 15 15 16 16 // Token cookie configuration 17 17 const TOKEN_COOKIE_NAME = "turnstile_token";
-4
src/components/LinksDropdown.tsx
··· 349 349 )} 350 350 <CircleDropdownLink href={conf().FLUXER_LINK} icon={Icons.FLUXER} /> 351 351 <CircleDropdownLink href="/support" icon={Icons.SUPPORT} /> 352 - <CircleDropdownLink 353 - href="https://rentry.co/nnqtas3e" 354 - icon={Icons.TIP_JAR} 355 - /> 356 352 </div> 357 353 </div> 358 354 </Transition>
+1 -1
src/components/player/hooks/useSkipTime.ts
··· 11 11 12 12 // Thanks Nemo for this API 13 13 const THE_INTRO_DB_BASE_URL = "https://api.theintrodb.org/v2"; 14 - const FED_SKIPS_BASE_URL = "https://fed-skips.pstream.mov"; 14 + const FED_SKIPS_BASE_URL = ""; 15 15 const INTRODB_BASE_URL = "https://api.introdb.app/intro"; 16 16 const MAX_RETRIES = 3; 17 17
+2 -2
src/pages/parts/settings/ConnectionsPart.tsx
··· 116 116 </p> 117 117 <p className="max-w-[30rem] font-medium"> 118 118 <Trans i18nKey="settings.connections.workers.description"> 119 - <MwLink to="https://docs.pstream.mov/proxy/deploy"> 119 + <MwLink to="https://p-stream.github.io/docs/proxy/deploy"> 120 120 {t("settings.connections.workers.documentation")} 121 121 </MwLink> 122 122 </Trans> ··· 237 237 </p> 238 238 <p className="max-w-[30rem] font-medium"> 239 239 <Trans i18nKey="settings.connections.server.description"> 240 - <MwLink to="https://docs.pstream.mov/backend/deploy"> 240 + <MwLink to="https://p-stream.github.io/docs/backend/deploy"> 241 241 {t("settings.connections.server.documentation")} 242 242 </MwLink> 243 243 </Trans>
+2 -2
src/setup/config.ts
··· 140 140 DMCA_EMAIL: getKey("DMCA_EMAIL"), 141 141 ONBOARDING_CHROME_EXTENSION_INSTALL_LINK: getKey( 142 142 "ONBOARDING_CHROME_EXTENSION_INSTALL_LINK", 143 - "https://docs.pstream.mov/extension", 143 + "https://p-stream.github.io/docs/extension", 144 144 ), 145 145 ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK: getKey( 146 146 "ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK", 147 - "https://docs.pstream.mov/extension", 147 + "https://p-stream.github.io/docs/extension", 148 148 ), 149 149 ONBOARDING_PROXY_INSTALL_LINK: getKey("ONBOARDING_PROXY_INSTALL_LINK"), 150 150 BACKEND_URLS: getKey("BACKEND_URL", BACKEND_URL)