This file is indexed.

/usr/share/xbmc/addons/pvr.iptvsimple/addon.xml.in is in xbmc-pvr-iptvsimple 13.0+git20140512+g91cc731+dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="pvr.iptvsimple"
  version="1.9.3"
  name="PVR IPTV Simple Client"
  provider-name="nightik">
  <requires>
    <c-pluff version="0.1"/>
    <import addon="xbmc.pvr" version="1.9.0"/>
  </requires>
  <extension
    point="xbmc.pvrclient"
    library_linux="XBMC_IPTV_Simple.pvr"
    library_osx="XBMC_IPTV_Simple.pvr"
    library_freebsd="XBMC_IPTV_Simple.pvr"
    library_wingl="XBMC_IPTV_Simple_win32.dll"
    library_windx="XBMC_IPTV_Simple_win32.dll"
    library_android="libXBMC_IPTV_Simple.so" />
  <extension point="xbmc.addon.metadata">
    <summary lang="en">XBMC PVR addon for IPTV support. https://github.com/afedchin/xbmc-addon-iptvsimple/wiki/IPTV-Simple-Home</summary>
    <summary lang="ru">XBMC PVR аддон для поддержки IPTV.  https://github.com/afedchin/xbmc-addon-iptvsimple/wiki/IPTV-Simple-Home</summary>
    <description lang="en">IPTV Simple PVR Client support m3u playlists, streaming of Live TV for multicast/unicast sources, listening to Radio channels and EPG.</description>
    <description lang="ru">Интерфейс для IPTV. Поддерживает просмотр потокового ТВ для юникаст/мультикаст источников, прослушивание радиоканалов и работу с электронным телегидом.</description>
    <disclaimer lang="en">This is unstable software! The authors are in no way responsible for failed playings, incorrect EPG times, wasted hours, or any other undesirable effects.</disclaimer>
    <disclaimer lang="ru">Это нестабильная программа! Авторы не несут ответственности за неудачные воспроизведение, неверные время EPG, потраченное время и прочие нежелательные эффекты.</disclaimer>
    <platform>@OS@</platform>
  </extension>
</addon>