MediathekViewMobile
MediathekViewMobile copied to clipboard
The mobile MediathekView.
MediathekViewMobile is an Android and iOS application written with Flutter that allows searching through and downloading videos from a wide range of public German TV providers (ARD, ZDF, Arte, 3Sat, SWR, BR, MDR, NDR, WDR, HR, RBB, ORF, SRF). It uses the API of MediathekViewWeb.
Hier gibts die READ.ME in deutscher Sprache.
Highlights
- Quick and comfortable search (including filters) over all videos from supported German public TV channels.
- Download Videos for offline viewing.
- Videoplayer that remembers last viewing positions
- Stream videos to supported TVs (currently Samsung) and use your device for remote control.
- View History
Installation
Android
- FDroid (coming soon)
- Github Releases
iOS
- See the iOS installation instructions
Installation from Source for Android
First install Flutter. Then, clone this repository.
git clone https://github.com/mediathekview/MediathekViewMobile
Connect your Android or iOS device to your computer. Make sure that your device is detected via
flutter doctor
Then install MediathekViewMobile by executing flutter run --release
from the repository root.
Installation from Source for iOS
In addition to the steps for iOS, you need to setup XCode and configure the project to use your Apple ID. Please check the Flutter iOS platform setup Guide.
To install MediathekViewMobile, make sure you have setup XCode properly.
You can install the application via XCode or by executing flutter run --release
from the repository root.