From 5e79b5a5816b0ff594e05e1bc669a125fefa09b9 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Tue, 31 Dec 2024 10:33:59 +0100 Subject: [PATCH] fix: improve readme --- README.md | 35 +++++------------------------------ 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 360f4949..d5c828a9 100644 --- a/README.md +++ b/README.md @@ -89,36 +89,10 @@ We welcome any help to make Streamyfin better. If you'd like to contribute, plea ### Development info -1. Use node `20` -2. Install dependencies `bun i` -3. Create an expo dev build by running `npx expo run:ios` or `npx expo run:android`. - -## Extended chromecast controls - -Add this to AppDelegate.mm: - -``` -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -{ -// @generated begin react-native-google-cast-didFinishLaunchingWithOptions - expo prebuild (DO NOT MODIFY) sync-8901be60b982d2ae9c658b1e8c50634d61bb5091 -#if __has_include() -... - -[GCKCastContext sharedInstance].useDefaultExpandedMediaControls = true;` -#endif -``` - -Add this to Info.plist: - -``` -NSBonjourServices - - _googlecast._tcp - _CC1AD845._googlecast._tcp - -NSLocalNetworkUsageDescription -${PRODUCT_NAME} uses the local network to discover Cast-enabled devices on your WiFi network. -``` +1. Use node `>20` +2. Install dependencies `bun i && bun run submodule-reload` +3. Make sure you have xcode and/or android studio installed. +4. Create an expo dev build by running `npx expo run:ios` or `npx expo run:android`. This will open a simulator on you computer and run the app. ## 📄 License @@ -153,6 +127,7 @@ I'd like to thank the following people and projects for their contributions to S - [Reiverr](https://github.com/aleksilassila/reiverr) for great help with understanding the Jellyfin API. - [Jellyfin TS SDK](https://github.com/jellyfin/jellyfin-sdk-typescript) for the TypeScript SDK. +- [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) for enabling API integration with their project. - The Jellyfin devs for always being helpful in the Discord. ## Star History