File: Banshee.Mpris.addin.xml

package info (click to toggle)
banshee 2.6.2-6.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 47,224 kB
  • sloc: xml: 163,694; cs: 137,412; sh: 11,650; ansic: 4,790; makefile: 2,921; python: 38
file content (21 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Addin
    id="Banshee.Mpris"
    version="1.0"
    compatVersion="1.0"
    copyright="© 2010 John Millikin, Bertrand Lorentz. Licensed under the MIT X11 license."
    name="MPRIS D-Bus interface"
    description="Control Banshee using the MPRIS D-Bus interface."
    author="John Millikin, Bertrand Lorentz"
    category="Utilities"
    defaultEnabled="true">

  <Dependencies>
    <Addin id="Banshee.Services" version="1.0" />
  </Dependencies>

  <Extension path="/Banshee/ServiceManager/Service">
    <Service class="Banshee.Mpris.MprisService"/>
  </Extension>

</Addin>