mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2023-10-10 13:36:57 +02:00
Unify Digital Devices naming
Always write Digital Devices with a blank in between. Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
parent
94eb166783
commit
880d313bef
@ -1,5 +1,5 @@
|
||||
# Octonet PVR
|
||||
DigitalDevices [Octonet] (http://www.digital-devices.eu/shop/de/netzwerk-tv/) PVR client addon for [Kodi] (http://kodi.tv)
|
||||
Digital Devices [Octonet] (http://www.digital-devices.eu/shop/de/netzwerk-tv/) PVR client addon for [Kodi] (http://kodi.tv)
|
||||
|
||||
| Platform | Status |
|
||||
|----------|--------|
|
||||
|
7
debian/control
vendored
7
debian/control
vendored
@ -11,13 +11,12 @@ Package: kodi-pvr-octonet
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: DigitalDevices Octopus NET PVR for Kodi
|
||||
Description: Digital Devices Octopus NET PVR for Kodi
|
||||
Digital Devices Octopus NET PVR for Kodi
|
||||
|
||||
Package: kodi-pvr-octonet-dbg
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: debug symbols for DigitalDevices Octopus NET PVR for Kodi
|
||||
debug symbols for DigitalDevices Octopus NET PVR for Kodi
|
||||
|
||||
Description: debug symbols for Digital Devices Octopus NET PVR for Kodi
|
||||
debug symbols for Digital Devices Octopus NET PVR for Kodi
|
||||
|
@ -2,7 +2,7 @@
|
||||
<addon
|
||||
id="pvr.octonet"
|
||||
version="0.3.2"
|
||||
name="PVR DigitalDevices Octopus NET Client"
|
||||
name="Digital Devices Octopus NET Client"
|
||||
provider-name="digitaldevices">
|
||||
<requires>
|
||||
<c-pluff version="0.1" />
|
||||
@ -16,8 +16,8 @@
|
||||
library_windx="pvr.octonet.dll"
|
||||
library_android="libpvr.octonet.so" />
|
||||
<extension point="xbmc.addon.metadata">
|
||||
<summary lang="de_DE">Kodi PVR Addon für DigitalDevices Octopus NET Streams</summary>
|
||||
<summary lang="en_US">Kodi PVR Addon for DigitalDevices Octopus NET Streams</summary>
|
||||
<summary lang="de_DE">Kodi PVR Addon für Digital Devices Octopus NET Streams</summary>
|
||||
<summary lang="en_US">Kodi PVR Addon for Digital Devices Octopus NET Streams</summary>
|
||||
<platform>all</platform>
|
||||
</extension>
|
||||
</addon>
|
||||
|
@ -157,7 +157,7 @@ PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES *pCapabilities)
|
||||
|
||||
const char* GetBackendName(void)
|
||||
{
|
||||
return "DigitalDevices Octopus NET Client";
|
||||
return "Digital Devices Octopus NET Client";
|
||||
}
|
||||
|
||||
const char* GetBackendVersion(void)
|
||||
|
Loading…
Reference in New Issue
Block a user