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.

Make some silly changes to en.json and fix lightbar

+13 -7
+11 -5
src/assets/locales/en.json
··· 1 1 { 2 2 "about": { 3 - "description": "sudo-flix is a web application that searches the internet for streams. Which aims for a mostly minimalistic approach to consuming media.", 3 + "description": "sudo-flix is a fork of movie-web that is ensured to stay up even after the shutdown of movie-web.app, sudo-flix.lol will soon (if not already) use a offshore .ru domain to ensure we do not get suspended. sudo-flix.lol is a namecheap domain that simply points to sudo-flix.ru.", 4 4 "faqTitle": "Common questions", 5 5 "q1": { 6 6 "body": "sudo-flix does not host any content. When you click on something to watch, the internet is searched for the selected media (On the loading screen and in the 'video sources' tab you can see which source you're using). Media never gets uploaded by sudo-flix, everything is through this searching mechanism.", ··· 132 132 "titles": { 133 133 "day": { 134 134 "default": "What would you like to watch this afternoon?", 135 - "extra": ["Have you seen Blazing Saddles?"] 135 + "extra": ["Have you seen Blazing Saddles?"], 136 + "extra": ["Welcome to Sudo-Flix!"], 137 + "extra": [" /ᐠ>ヮ<ᐟ\\ฅ"] 136 138 }, 137 139 "morning": { 138 140 "default": "What would you like to watch this morning?", 139 - "extra": ["I hear The Expanse is popular"] 141 + "extra": ["Can't go wrong with Friends"], 142 + "extra": ["I hear The Expanse is popular"], 143 + "extra": ["\"૮₍ ˶•⤙•˶ ₎ა"] 140 144 }, 141 145 "night": { 142 146 "default": "What would you like to watch tonight?", 143 - "extra": ["Go smoke and watch The Simpsons!"] 147 + "extra": ["Rick & Morty is great with friends!"], 148 + "extra": ["Go smoke and watch The Simpsons!"], 149 + "extra": ["(づ ᴗ _ᴗ)づ♡"] 144 150 }, 145 151 "420": { 146 152 "default": "What would you like to watch this 4/20?", ··· 528 534 "insecure": "Insecure", 529 535 "notLoggedIn": "You are not logged in", 530 536 "secure": "Secure", 531 - "title": "App information (for nerds) 🤓", 537 + "title": "App stats (for nerds) 🤓", 532 538 "unknownVersion": "Unknown", 533 539 "userId": "User ID" 534 540 }
+2 -2
src/components/utils/Lightbar.tsx
··· 185 185 const month2 = date.getMonth() + 1; 186 186 const day2 = date.getDate(); 187 187 const shouldShowZa = 188 - (month2 === 4 && day2 === 20) || Math.floor(Math.random() * 425) > 420; 188 + (month2 === 4 && day2 === 20) || Math.floor(Math.random() * 435) > 420; 189 189 if (shouldShowZa) { 190 190 imageOverride = [ 191 191 { ··· 197 197 } 198 198 199 199 // Kitty easter egg 200 - const shouldShowCat = Math.floor(Math.random() * 50) > 45; 200 + const shouldShowCat = Math.floor(Math.random() * 52) > 45; 201 201 if (shouldShowCat) { 202 202 imageOverride = [ 203 203 {