summaryrefslogtreecommitdiff
path: root/plugin.video.psvue/addon.xml
blob: 507335f585b4a83c27d68a4265b93fbf92210a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.psvue" name="PS Vue" version="2017.11.21" provider-name="eracknaphobia">
  <requires>
   <import addon="xbmc.python" version="2.25.0"/>
   <import addon="script.module.requests" version="2.9.1"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="main.py">
        <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <summary lang="en_GB">PS Vue</summary>
    <description lang="en_GB">PlayStation™Vue is a TV service that streams live TV, movies, and sports on a variety of your favorite devices without a cable or satellite subscription.  With powerful features that allow you to save thousands of hours of your favorite shows without recording conflicts, and Premium channels that can be purchased individually or with a multi-channel plan, TV has never been the same. No annual contracts, no conflicts, no problems.</description>
    <disclaimer lang="en_GB">Requires a valid subscription to PS Vue which is currently only available in the US</disclaimer>
    <news>
- Thanks to snoopyjoe for the following updates / fixes!
- Timeline section now available with episode availability detail
- Fix add/remove show and channel ability
- Watched live or on demand shows available in Recently Watched
- VideoPlayer display info updated
- LiveTV menu updated with live show info
    </news>
    <language>en</language>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <forum>http://forum.kodi.tv/showthread.php?tid=312858</forum>
    <source>https://github.com/eracknaphobia/plugin.video.psvue</source>
    <assets>
      <icon>resources/icon.png</icon>
      <fanart>resources/fanart.jpg</fanart>
    </assets>
  </extension>
</addon>