An open API service indexing awesome lists of open source software.

https://github.com/mediathekview/mserver

Server zum Steuern des Crawler
https://github.com/mediathekview/mserver

hacktoberfest mserver

Last synced: 3 months ago
JSON representation

Server zum Steuern des Crawler

Awesome Lists containing this project

README

          

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![Build status](https://github.com/mediathekview/MServer/workflows/Build%20and%20test/badge.svg?branch=master)](https://github.com/mediathekview/MServer/actions?query=workflow%3A%22Build+and+test%22+branch%3Amaster)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mediathekview_MServer&metric=alert_status)](https://sonarcloud.io/dashboard?id=mediathekview_MServer)

# MServer
Server zum crawlen der Mediatheken. Teil von [MediathekView](https://github.com/mediathekview).

# Entwicklung

## Code auschecken
```bash
mkdir mediathekview
cd mediathekview
git clone https://github.com/mediathekview/MServer.git
git clone https://github.com/mediathekview/Mlib.git
```

## Bauen und starten an der Kommandozeile
```bash
cd MServer
./gradlew start
```

## Einstellungen

Kompression zu xz Datei deaktivieren:
```bash
export NOCOMPRESS=y
java -jar MServer.jar
```

## Entwicklung mit Netbeans
* Verzeichnisse `MLib` und `MServer` mit Netbeans öffnen

## Entwicklung mit Eclipse
* Falls noch nicht vorhanden: [Plugin buildship](https://projects.eclipse.org/projects/tools.buildship) installieren
* Projekt `MServer` als Gradle-Projekt importieren. `MLib` wird automatisch mit importiert.

# Überblick der Crawler

| Crawler | liest Mediathek | beinhaltet Sender | bestückt Sender | entspricht Develop |
|---------|-----------|----------------------------------------------------------------------------------------------|---------|--|
| 3sat|3sat-Mediathek| 3sat |3sat|x|
| ARD|ARD-Mediathek| Alpha, BR, Das Erste, FUNK, HR, MDR, NDR, ONE, Radio Bremen, RBB, SR, SWR, WDR, tagesschau24 |ARD, BR, HR, MDR, NDR, Radio Bremen, RBB, SWR, WDR| x|
| ARTE|ARTE-Mediathek| ARTE in DE, FR, EN, ES, PL, IT |ARTE.DE, ARTE.FR||
| DW|DW-Mediathek| DW |DW|x|
| KIKA|KIKA-Mediathek| KIKA |KIKA|x|
| ORF|ORF-Mediathek| ORF1, ORF2, ORF3, ORFSport |ORF|x|
| PHOENIX|PHOENIX-Mediathek| PHOENIX |PHOENIX|x|
| SR|SR-Mediathek| SR |SR|x|
| SRF|SRF-Mediathek| SRF1, SRF2, SRFinfo |SRF|x|
| ZDF|ZDF-Mediathek| ZDF, ZDFneo, ZDFinfo |ZDF|x|