This is the mobile app interface for the Gerbera UPnP media server. It's built with React Native, using Expo, so it can function both on Android and iOS.
Downloads are available here: APK
Contributions and Bug Reports are welcome
This process should allow you to build your own version of this apk.
Clone git repo
git clone https://github.com/gerbera/gerbera-mobile-app.git
cd gerbera-mobile-app
Install dependencies
(you can use npm
to install dependencies if you prefer)
yarn global add expo-cli
yarn install
Build the app (you will be aksed some questions when building, answer with the defaults and you should be good)
expo build -t apk
FYI: The build may take a while since you are using a shared build server
- Download files from Database to your mobile phone
- Browse File System & Database
- Add files / folders from File System to Database
- Edit Containers / Items in Database
- Delete Containers / Items from Database
- View Item properties in Database (duration / bit rate / resolution / size / etc.)
- Add / Edit Autoscans on the File System
- View previously connected clients
- Dark Mode support
Currently the app doesn't support the following (but it should very soon!):
- Username/password authentication
- Adding containers in the database