Skip to content

Commit

Permalink
[droid] update addon names
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Oct 8, 2012
1 parent 7c3589b commit 90309e6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion addons/pvr.demo/addon/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
point="xbmc.pvrclient"
library_linux="XBMC_Demo.pvr"
library_wingl="XBMC_Demo_win32.pvr"
library_windx="XBMC_Demo_win32.pvr" />
library_windx="XBMC_Demo_win32.pvr"
library_android="libXBMC_Demo.so" />
<extension point="xbmc.addon.metadata">
<summary>Demo PVR Client</summary>
<description>Demo PVR Client</description>
Expand Down
3 changes: 2 additions & 1 deletion addons/pvr.fortherecord.argus/addon/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
library_linux="XBMC_ForTheRecord.pvr"
library_osx="XBMC_ForTheRecord.pvr"
library_wingl="XBMC_ForTheRecord_win32.pvr"
library_windx="XBMC_ForTheRecord_win32.pvr"/>
library_windx="XBMC_ForTheRecord_win32.pvr"
library_android="libXBMC_ForTheRecord.so"/>
<extension point="xbmc.addon.metadata">
<summary>XBMC frontend for the ForTheRecord PVR http://www.4therecord.eu/</summary>
<description>ForTheRecord PVR frontend. Supports streaming of Live TV &amp; Recordings, listening to Radio channels, EPG and schedules.</description>
Expand Down
3 changes: 2 additions & 1 deletion addons/pvr.hts/addon/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
library_linux="XBMC_Tvheadend.pvr"
library_osx="XBMC_Tvheadend.pvr"
library_wingl="XBMC_Tvheadend_win32.pvr"
library_windx="XBMC_Tvheadend_win32.pvr"/>
library_windx="XBMC_Tvheadend_win32.pvr"
library_android="libXBMC_Tvheadend.so"/>
<extension point="xbmc.addon.metadata">
<summary>XBMC's frontend for Tvheadend</summary>
<description>Tvheadend frontend; supporting streaming of Live TV &amp; Recordings, EPG, Timers</description>
Expand Down
3 changes: 2 additions & 1 deletion addons/pvr.mediaportal.tvserver/addon/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
library_linux="XBMC_Mediaportal.pvr"
library_osx="XBMC_Mediaportal.pvr"
library_wingl="XBMC_Mediaportal_win32.pvr"
library_windx="XBMC_Mediaportal_win32.pvr"/>
library_windx="XBMC_Mediaportal_win32.pvr"
library_android="libXBMC_Mediaportal.so"/>
<extension point="xbmc.addon.metadata">
<summary>XBMC frontend for the MediaPortal TV Server (ffmpeg + tsreader version)</summary>
<description>MediaPortal TV Server frontend. Supports streaming of Live TV &amp; Recordings, listening to Radio channels, EPG and Timers. This addon combines the former ffmpeg and tsreader addons.</description>
Expand Down
3 changes: 2 additions & 1 deletion addons/pvr.njoy/addon/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
library_osx="XBMC_Njoy.pvr"
library_linux="XBMC_Njoy.pvr"
library_wingl="XBMC_njoy_win32.pvr"
library_windx="XBMC_njoy_win32.pvr"/>
library_windx="XBMC_njoy_win32.pvr"
library_android="libXBMC_njoy.so"/>
<extension point="xbmc.addon.metadata">
<summary></summary>
<description></description>
Expand Down
3 changes: 2 additions & 1 deletion addons/pvr.vdr.vnsi/addon/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
library_linux="XBMC_VDR_vnsi.pvr"
library_osx="XBMC_VDR_vnsi.pvr"
library_wingl="XBMC_VDR_vnsi_WIN32.pvr"
library_windx="XBMC_VDR_vnsi_WIN32.pvr"/>
library_windx="XBMC_VDR_vnsi_WIN32.pvr"
library_android="libXBMC_VDR_vnsi.so"/>
<extension point="xbmc.addon.metadata">
<summary>PVR client to connect VDR to XBMC over the VNSI interface</summary>
<description>VDR frontend; supporting streaming of Live TV &amp; Recordings, EPG, Timers over the VNSI plugin</description>
Expand Down

0 comments on commit 90309e6

Please sign in to comment.