-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pvr: add pvr repos. For now they point to nowhere.
- Loading branch information
Cory Fields
committed
Dec 20, 2012
1 parent
18545b6
commit a398c03
Showing
10 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.