forked from tom79/CastLab
CastLab is an app that allows to cast gallery media through DLNA protocol
- TypeScript 99.1%
- JavaScript 0.9%
CastLab
An app that allows to cast gallery media through DLNA protocol
Build the app
System requirements:
- Node.js (LTS).
- macOS, Windows (Powershell and WSL 2), and Linux are supported.
Clone this repo:
git clone https://codeberg.org/tom79/CastLab.git CastLab
Running the project:
cd CastLabnpm installnpx expo prebuild --clean
Via expo
npx expo run:android=> Android ornpx expo run:ios=> iOS
Android (only)
cd android/appgradle assembleRelease
TODO
- Remove the direct dependency to "react-native" 0.79.4 when this issue is solved (https://github.com/callstack/react-native-paper/issues/4763)
- Allow to create playlists
- Filter media with date ranges
- More settings like automatic loading next media
- Player controller in a notification when the app is in background
- Remove mode debug
- Prepare the FDroid version (prod)