-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
28 lines (28 loc) · 1.58 KB
/
addon.xml
File metadata and controls
28 lines (28 loc) · 1.58 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.radiothek" name="ORF Radiothek" version="0.1.3+matrix.1" provider-name="sofaking">
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">ORF Radiothek - Radio Streaming</summary>
<summary lang="de_DE">ORF Radiothek - Radio Streaming</summary>
<description lang="en_GB">This is a Kodi Addon to provides access to the ORF Radiothek (Austrian public service broadcaster) Streaming Portal (Live Radio, OE1 Dolby Stream, Podcasts, Archive, ...). </description>
<description lang="de_DE">Die ORF Radiothek stellt das Radiomaterial der öffentlich-rechtlichen Radiosender aus Österreich zur Verfügung. Neben Livestreaming (auch OE1 Dolby) können auch vergangene Sendungen und eine Vielzahl an Podcasts abgerufen werden.</description>
<language>de en</language>
<license>GPL-2.0-only</license>
<platform>all</platform>
<email>sofaking@gettingmoney.at</email>
<website>https://radiothek.orf.at</website>
<forum>https://forum.kodi.tv/showthread.php?tid=350090</forum>
<source>https://github.com/s0faking/plugin.audio.radiothek</source>
<news>v0.1.3+matrix.1 (22/09/2021)
[fix] New schema url sound.orf.at
</news>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>