1
0
Fork
You've already forked CastLab
0
forked from tom79/CastLab
CastLab is an app that allows to cast gallery media through DLNA protocol
  • TypeScript 99.1%
  • JavaScript 0.9%
2025年09月23日 09:20:13 -05:00
assets Create .gitkeep 2025年09月21日 06:36:13 +02:00
db Clear webserver directory 2025年09月15日 10:29:05 +02:00
drizzle First commit 2025年09月13日 16:59:12 +02:00
fastlane/metadata/android/en-US Prepare test release 2025年09月16日 17:39:49 +02:00
src Improve player + add more ToDo 2025年09月16日 16:33:43 +02:00
.gitignore First commit 2025年09月13日 16:59:12 +02:00
app.json Remove 'assets/webroot' from assets list. Fixes #2 . 2025年09月23日 09:20:13 -05:00
App.tsx First commit 2025年09月13日 16:59:12 +02:00
babel.config.js Downgrade lib + todo in README 2025年09月16日 16:15:00 +02:00
drizzle.config.ts First commit 2025年09月13日 16:59:12 +02:00
index.ts First commit 2025年09月13日 16:59:12 +02:00
LICENSE First commit 2025年09月13日 16:59:12 +02:00
metro.config.js First commit 2025年09月13日 16:59:12 +02:00
package-lock.json Downgrade lib + todo in README 2025年09月16日 16:15:00 +02:00
package.json Downgrade lib + todo in README 2025年09月16日 16:15:00 +02:00
README.md Improve player + add more ToDo 2025年09月16日 16:33:43 +02:00
tsconfig.json First commit 2025年09月13日 16:59:12 +02:00

CastLab

An app that allows to cast gallery media through DLNA protocol

Build the app

System requirements:

Clone this repo:

git clone https://codeberg.org/tom79/CastLab.git CastLab

Running the project:

  • cd CastLab
  • npm install
  • npx expo prebuild --clean

Via expo

  • npx expo run:android => Android or npx expo run:ios => iOS

Android (only)

  • cd android/app
  • gradle assembleRelease

TODO

  1. Remove the direct dependency to "react-native" 0.79.4 when this issue is solved (https://github.com/callstack/react-native-paper/issues/4763)
  2. Allow to create playlists
  3. Filter media with date ranges
  4. More settings like automatic loading next media
  5. Player controller in a notification when the app is in background
  6. Remove mode debug
  7. Prepare the FDroid version (prod)