-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathde.mediathekview.MediathekView.appdata.xml
73 lines (73 loc) · 3.61 KB
/
de.mediathekview.MediathekView.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>de.mediathekview.MediathekView</id>
<launchable type="desktop-id">de.mediathekview.MediathekView.desktop</launchable>
<name>MediathekView</name>
<summary>Access public German TV Mediatheken</summary>
<summary xml:lang="de">Zugriff auf Mediatheken</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<developer_name>MediathekView developers</developer_name>
<url type="homepage">https://mediathekview.de/</url>
<url type="help">https://mediathekview.de/anleitung/</url>
<url type="vcs-browser">https://github.com/mediathekview/MediathekView</url>
<url type="donation">https://mediathekview.de/spenden/</url>
<categories>
<category>AudioVideo</category>
<category>Video</category>
<category>Player</category>
<category>Recorder</category>
</categories>
<description>
<p>
MediathekView searches the online media libraries of German public broadcasting stations
(ARD, ZDF, Arte, 3Sat, SWR, BR, MDR, NDR, WDR, HR, RBB, ORF, SRF) and lists available
shows and movies.
It supports filtering this list for specific broadcasts, and allows viewing and
downloading videos.
It also enables subscriptions and automatically downloads new episodes.
</p>
<p xml:lang="de">
MediathekView durchsucht die Mediatheken der deutschsprachigen öffentlich-rechtlichen
Fernsehsender (ARD, ZDF, Arte, 3Sat, SWR, BR, MDR, NDR, WDR, HR, RBB, ORF, SRF) und
zeigt verfügbare Serien und Filme an.
Die Liste der Filme kann nach bestimmten Sendern, etc. durchsucht werden. Videos können
direkt angesehen oder heruntergeladen werden.
Mediathekview unterstützt ebenfalls Abonnements von Serien und kann neue Folgen
automatisch herunterladen.
</p>
<p>
Viewing videos requires the "org.videolan.VLC" flatpak.
</p>
<p xml:lang="de">
Zum Anschauen von Videos muss "org.videolan.VLC" installiert sein.
</p>
</description>
<screenshots>
<!-- We duplicate screenshots here: Mediathekview only provides German-language screenshots,
which
we tag with the correct language, but flathub requires us to provide a default screenshot too -->
<screenshot type="default">
<image>https://mediathekview.de/images/screenshots/filme_uebersicht-standardansicht.png</image>
<image xml:lang="de">
https://mediathekview.de/images/screenshots/filme_uebersicht-standardansicht.png</image>
<caption>The movie list upon first launch</caption>
<caption xml:lang="de">Liste der Filme beim ersten Start</caption>
</screenshot>
<screenshot>
<image>https://mediathekview.de/images/screenshots/download_uebersicht.png</image>
<image xml:lang="de">https://mediathekview.de/images/screenshots/download_uebersicht.png</image>
<caption>The download view</caption>
<caption xml:lang="de">Die Download-Ansicht</caption>
</screenshot>
</screenshots>
<update_contact>sebastian@swsnr.de</update_contact>
<releases>
<release version="14.1.0" date="2024-08-21">
<url>https://mediathekview.de/changelog/14-1-0/</url>
</release>
<release version="14.0.0" date="2023-07-20" />
<release version="13.9.1" date="2022-07-14" />
</releases>
<content_rating type="oars-1.1" />
</component>