-
Notifications
You must be signed in to change notification settings - Fork 0
/
PXML.xml
executable file
·112 lines (86 loc) · 3.58 KB
/
PXML.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
<!-- please see http://pandorawiki.org/PXML_specification for more information before editing, and remember the order does matter -->
<package id="mediathekview">
<author name="willhelm" website="http://boards.openpandora.org/topic/17025-mediathekview/"/>
<version major="0" minor="2" release="2" build="4"/>
<titles>
<title lang="en_US">Mediathekview</title>
</titles>
<descriptions>
<description lang="en_US">Mediathekview for OpenPandora
Mediathekview is a java based for wrapper for german state channels.
New in version 0.2.2.4
adjustet maximum memory for javaVM towards 250MB
###
New in version 0.2.2.3
adjustet maximum memory for javaVM towards 250MB
###
New in version 0.2.2.0
-Bugfix: adjustet maximum memory for javaVM towards 200MB
+updated to latest Mediathekview (version 11 build 556)
###
New in version 0.2.1.0:
+git repository https://github.com/willhelm-mueller/mediathekview_openpandora/tree/master
+updated to latest Mediathekview (version 10 build 865)
###
New in version 0.2.0.1:
Bugfix: adjustet maximum memory for javaVM towards 180MB
###
New in version 0.2.0.0:
-updated to version 10 (Version 9.0.7.2 Mar. 13 2015)
Thanks to ingoreis:
-added smplayer
-avoid initial setup routine
###
New in version 0.1.1.1:
-updated to version 9 (8.877)
-for changelog see: http://zdfmediathk.sourceforge.net/releases.html
###
New in version 0.1.1.0:
-using latest mediathekview build from github (7.984)
###
New in version 0.1.0.2:
-Description (nicer PCML)
+added application information and links
</description>
</descriptions>
</package>
<application id="MediathekView" appdata="mediathekview">
<exec command="run"/>
<titles>
<title lang="en_US">Mediathekview</title>
</titles>
<author name="xaver_w" website="http://zdfmediathk.sourceforge.net/anleitung.html"/>
<version major="11" minor="0" release="0" build="556"/> <!--This programs version-->
<osversion major="1" minor="0" release="0" build="0"/> <!--The minimum OS version required-->
<descriptions>
<description lang="en_US">Mediathekview
###### German description
Das Programm MediathekView ist eine Art Suchmaschine für Filme der Mediatheken der Öffentlich-Rechtlichen Sender. Das Programm stellt eine Liste mit Links zu den Filmen zur Verfügung.
Es ist möglich, diese URLs an externe Programme weiterzugeben. Mit diesen Programmen können dann diese Filme angesehen oder aufgezeichnet werden.
###### /German description
</description>
</descriptions>
<icon src="icon.png"/>
<previewpics>
<pic src="preview_1.png"/>
</previewpics>
<licenses>
<license name="GPLv3" url="http://www.gnu.org/copyleft/gpl.html" sourcecodeurl="http://www.kernel.org/default"/>
</licenses>
<!--<info name="MediathekView.exe documentation" type="text/plain" src="/home/willhelm/pandora/pnd/mediathekview/readme.txt"/>-->
<categories>
<!-- http://standards.freedesktop.org/menu-spec/latest/apa.html -->
<category name="Network">
</category>
</categories>
<!--
<associations>
<association name="Deinterlaced Bitmap Image" filetype="image/bmp" exec="-f %s"/>
<association name="Style sheet system crasher" filetype="text/css" exec="-f %s"/>
</associations>
-->
<!--- <clockspeed frequency=""/> -->
</application>
</PXML>