diff options
author | Cory Fields <foss@atlastechnologiesinc.com> | 2012-12-19 16:46:21 -0800 |
---|---|---|
committer | Cory Fields <foss@atlastechnologiesinc.com> | 2012-12-19 16:46:21 -0800 |
commit | 44a981267f6c96017195f0f83c96210aab88464d (patch) | |
tree | c2ae5a721dadb70cb5e79188d07fbf6cf143c6d5 | |
parent | 4f76251dd267e93ab2e4ddfec09481028a4386d5 (diff) | |
parent | a398c0361c871e90ba9f384e8cdc248fcf4ad7a4 (diff) |
Merge pull request #1964 from theuni/pvr-repos
pvr: add pvr repos. For now they point to nowhere.
-rw-r--r-- | addons/repository.pvr-android.xbmc.org/addon.xml | 22 | ||||
-rw-r--r-- | addons/repository.pvr-android.xbmc.org/icon.png | bin | 0 -> 26829 bytes | |||
-rw-r--r-- | addons/repository.pvr-ios.xbmc.org/addon.xml | 22 | ||||
-rw-r--r-- | addons/repository.pvr-ios.xbmc.org/icon.png | bin | 0 -> 26829 bytes | |||
-rw-r--r-- | addons/repository.pvr-osx32.xbmc.org/addon.xml | 22 | ||||
-rw-r--r-- | addons/repository.pvr-osx32.xbmc.org/icon.png | bin | 0 -> 26829 bytes | |||
-rw-r--r-- | addons/repository.pvr-osx64.xbmc.org/addon.xml | 22 | ||||
-rw-r--r-- | addons/repository.pvr-osx64.xbmc.org/icon.png | bin | 0 -> 26829 bytes | |||
-rw-r--r-- | addons/repository.pvr-win32.xbmc.org/addon.xml | 22 | ||||
-rw-r--r-- | addons/repository.pvr-win32.xbmc.org/icon.png | bin | 0 -> 26829 bytes |
10 files changed, 110 insertions, 0 deletions
diff --git a/addons/repository.pvr-android.xbmc.org/addon.xml b/addons/repository.pvr-android.xbmc.org/addon.xml new file mode 100644 index 0000000000..aa1f74ccb2 --- /dev/null +++ b/addons/repository.pvr-android.xbmc.org/addon.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<addon id="repository.pvr-android.xbmc.org" + name="XBMC.org PVR Add-ons" + version="1.0.0" + provider-name="Team XBMC"> + <requires> + <import addon="xbmc.addon" version="12.0.0"/> + </requires> + <extension point="xbmc.addon.repository" + name="Official XBMC.org PVR Add-on Repository"> + <info compressed="true">http://mirrors.xbmc.org/addons/frodo/pvr/android/addons.xml</info> + <checksum>http://mirrors.xbmc.org/addons/frodo/pvr/android/addons.xml.md5</checksum> + <datadir zip="true">http://mirrors.xbmc.org/addons/frodo/pvr/android</datadir> + <hashes>true</hashes> + </extension> + <extension point="xbmc.addon.metadata"> + <summary lang="en">Install PVR Add-ons from XBMC.org</summary> + <description lang="en">Download and install PVR add-ons from the Official XBMC.org addon repository.[CR] By using the official Repository you will be able to take advantage of our extensive file mirror service to help get you faster downloads from a region close to you.[CR] All addons on this repository have under gone basic testing, if you find a broken or not working addon please report it to Team XBMC so we can take any action needed.</description> + <disclaimer lang="en">Team XBMC did not make all the add-ons on this repository and are not responsible for their content</disclaimer> + <platform>android</platform> + </extension> +</addon> diff --git a/addons/repository.pvr-android.xbmc.org/icon.png b/addons/repository.pvr-android.xbmc.org/icon.png Binary files differnew file mode 100644 index 0000000000..a7ad3ebb84 --- /dev/null +++ b/addons/repository.pvr-android.xbmc.org/icon.png diff --git a/addons/repository.pvr-ios.xbmc.org/addon.xml b/addons/repository.pvr-ios.xbmc.org/addon.xml new file mode 100644 index 0000000000..3980724d09 --- /dev/null +++ b/addons/repository.pvr-ios.xbmc.org/addon.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<addon id="repository.pvr-ios.xbmc.org" + name="XBMC.org PVR Add-ons" + version="1.0.0" + provider-name="Team XBMC"> + <requires> + <import addon="xbmc.addon" version="12.0.0"/> + </requires> + <extension point="xbmc.addon.repository" + name="Official XBMC.org PVR Add-on Repository"> + <info compressed="true">http://mirrors.xbmc.org/addons/frodo/pvr/ios/addons.xml</info> + <checksum>http://mirrors.xbmc.org/addons/frodo/pvr/ios/addons.xml.md5</checksum> + <datadir zip="true">http://mirrors.xbmc.org/addons/frodo/pvr/ios</datadir> + <hashes>true</hashes> + </extension> + <extension point="xbmc.addon.metadata"> + <summary lang="en">Install PVR Add-ons from XBMC.org</summary> + <description lang="en">Download and install PVR add-ons from the Official XBMC.org addon repository.[CR] By using the official Repository you will be able to take advantage of our extensive file mirror service to help get you faster downloads from a region close to you.[CR] All addons on this repository have under gone basic testing, if you find a broken or not working addon please report it to Team XBMC so we can take any action needed.</description> + <disclaimer lang="en">Team XBMC did not make all the add-ons on this repository and are not responsible for their content</disclaimer> + <platform>ios</platform> + </extension> +</addon> diff --git a/addons/repository.pvr-ios.xbmc.org/icon.png b/addons/repository.pvr-ios.xbmc.org/icon.png Binary files differnew file mode 100644 index 0000000000..a7ad3ebb84 --- /dev/null +++ b/addons/repository.pvr-ios.xbmc.org/icon.png diff --git a/addons/repository.pvr-osx32.xbmc.org/addon.xml b/addons/repository.pvr-osx32.xbmc.org/addon.xml new file mode 100644 index 0000000000..6461fd2433 --- /dev/null +++ b/addons/repository.pvr-osx32.xbmc.org/addon.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<addon id="repository.pvr-osx32.xbmc.org" + name="XBMC.org PVR Add-ons" + version="1.0.0" + provider-name="Team XBMC"> + <requires> + <import addon="xbmc.addon" version="12.0.0"/> + </requires> + <extension point="xbmc.addon.repository" + name="Official XBMC.org PVR Add-on Repository"> + <info compressed="true">http://mirrors.xbmc.org/addons/frodo/pvr/osx32/addons.xml</info> + <checksum>http://mirrors.xbmc.org/addons/frodo/pvr/osx32/addons.xml.md5</checksum> + <datadir zip="true">http://mirrors.xbmc.org/addons/frodo/pvr/osx32</datadir> + <hashes>true</hashes> + </extension> + <extension point="xbmc.addon.metadata"> + <summary lang="en">Install PVR Add-ons from XBMC.org</summary> + <description lang="en">Download and install PVR add-ons from the Official XBMC.org addon repository.[CR] By using the official Repository you will be able to take advantage of our extensive file mirror service to help get you faster downloads from a region close to you.[CR] All addons on this repository have under gone basic testing, if you find a broken or not working addon please report it to Team XBMC so we can take any action needed.</description> + <disclaimer lang="en">Team XBMC did not make all the add-ons on this repository and are not responsible for their content</disclaimer> + <platform>osx32</platform> + </extension> +</addon> diff --git a/addons/repository.pvr-osx32.xbmc.org/icon.png b/addons/repository.pvr-osx32.xbmc.org/icon.png Binary files differnew file mode 100644 index 0000000000..a7ad3ebb84 --- /dev/null +++ b/addons/repository.pvr-osx32.xbmc.org/icon.png diff --git a/addons/repository.pvr-osx64.xbmc.org/addon.xml b/addons/repository.pvr-osx64.xbmc.org/addon.xml new file mode 100644 index 0000000000..de8df69ab2 --- /dev/null +++ b/addons/repository.pvr-osx64.xbmc.org/addon.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<addon id="repository.pvr-osx64.xbmc.org" + name="XBMC.org PVR Add-ons" + version="1.0.0" + provider-name="Team XBMC"> + <requires> + <import addon="xbmc.addon" version="12.0.0"/> + </requires> + <extension point="xbmc.addon.repository" + name="Official XBMC.org PVR Add-on Repository"> + <info compressed="true">http://mirrors.xbmc.org/addons/frodo/pvr/osx64/addons.xml</info> + <checksum>http://mirrors.xbmc.org/addons/frodo/pvr/osx64/addons.xml.md5</checksum> + <datadir zip="true">http://mirrors.xbmc.org/addons/frodo/pvr/osx64</datadir> + <hashes>true</hashes> + </extension> + <extension point="xbmc.addon.metadata"> + <summary lang="en">Install PVR Add-ons from XBMC.org</summary> + <description lang="en">Download and install PVR add-ons from the Official XBMC.org addon repository.[CR] By using the official Repository you will be able to take advantage of our extensive file mirror service to help get you faster downloads from a region close to you.[CR] All addons on this repository have under gone basic testing, if you find a broken or not working addon please report it to Team XBMC so we can take any action needed.</description> + <disclaimer lang="en">Team XBMC did not make all the add-ons on this repository and are not responsible for their content</disclaimer> + <platform>osx64</platform> + </extension> +</addon> diff --git a/addons/repository.pvr-osx64.xbmc.org/icon.png b/addons/repository.pvr-osx64.xbmc.org/icon.png Binary files differnew file mode 100644 index 0000000000..a7ad3ebb84 --- /dev/null +++ b/addons/repository.pvr-osx64.xbmc.org/icon.png diff --git a/addons/repository.pvr-win32.xbmc.org/addon.xml b/addons/repository.pvr-win32.xbmc.org/addon.xml new file mode 100644 index 0000000000..353bc0f813 --- /dev/null +++ b/addons/repository.pvr-win32.xbmc.org/addon.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<addon id="repository.pvr-win32.xbmc.org" + name="XBMC.org PVR Add-ons" + version="1.0.0" + provider-name="Team XBMC"> + <requires> + <import addon="xbmc.addon" version="12.0.0"/> + </requires> + <extension point="xbmc.addon.repository" + name="Official XBMC.org PVR Add-on Repository"> + <info compressed="true">http://mirrors.xbmc.org/addons/frodo/pvr/win32/addons.xml</info> + <checksum>http://mirrors.xbmc.org/addons/frodo/pvr/win32/addons.xml.md5</checksum> + <datadir zip="true">http://mirrors.xbmc.org/addons/frodo/pvr/win32</datadir> + <hashes>true</hashes> + </extension> + <extension point="xbmc.addon.metadata"> + <summary lang="en">Install PVR Add-ons from XBMC.org</summary> + <description lang="en">Download and install PVR add-ons from the Official XBMC.org addon repository.[CR] By using the official Repository you will be able to take advantage of our extensive file mirror service to help get you faster downloads from a region close to you.[CR] All addons on this repository have under gone basic testing, if you find a broken or not working addon please report it to Team XBMC so we can take any action needed.</description> + <disclaimer lang="en">Team XBMC did not make all the add-ons on this repository and are not responsible for their content</disclaimer> + <platform>windx wingl</platform> + </extension> +</addon> diff --git a/addons/repository.pvr-win32.xbmc.org/icon.png b/addons/repository.pvr-win32.xbmc.org/icon.png Binary files differnew file mode 100644 index 0000000000..a7ad3ebb84 --- /dev/null +++ b/addons/repository.pvr-win32.xbmc.org/icon.png |