Skip to content

Commit

Permalink
Prettify XML files
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed Feb 16, 2019
1 parent 27fe8ae commit 24949c7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 21 deletions.
43 changes: 25 additions & 18 deletions plugin.video.redbulltv/addon.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.redbull.tv" name="Red Bull TV" version="2.0.2" provider-name="andy-g">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Redbull TV</summary>
<description lang="en">Red Bull TV gives you front-row access to live events, the best inaction sports, new music and entertainment, and thrilling videos from world adventurers.</description>
<website>http:https://www.redbull.tv/</website>
<platform>all</platform>
<source>https://github.com/andy-g/kodi.plugin.video.redbulltv2</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
<addon
id="plugin.video.redbull.tv"
name="Red Bull TV"
version="2.0.2"
provider-name="andy-g"
>
<requires>
<import addon="xbmc.python" version="2.25.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Red Bull TV</summary>
<description lang="en">
Red Bull TV gives you front-row access to live events, the best in action sports, new music and entertainment, and thrilling videos from world adventurers.
</description>
<website>http:https://www.redbull.tv/</website>
<platform>all</platform>
<source>https://github.com/andy-g/kodi.plugin.video.redbulltv2</source>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>
12 changes: 9 additions & 3 deletions plugin.video.redbulltv/resources/settings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<category label="30000">
<setting id="video.resolution" type="enum" label="30010" default="5" lvalues="30011|30012|30013|30014|30015|30016" />
</category>
<category label="30000">
<setting
id="video.resolution"
type="enum"
label="30010"
default="5"
lvalues="30011|30012|30013|30014|30015|30016"
/>
</category>
</settings>

0 comments on commit 24949c7

Please sign in to comment.