~ubuntu-branches/debian/jessie/banshee-community-extensions/jessie

« back to all changes in this revision

Viewing changes to src/DuplicateSongDetector/DuplicateSongDetector.addin.xml

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-09-20 18:45:46 UTC
  • mfrom: (1.2.9 upstream) (5.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20110920184546-3ahue2qplydc4t0e
Tags: 2.2.0-1
* [4940fab] Imported Upstream version 2.2.0
  + Notable bug fixes:
    - Karaoke: Fix crash when switching to Now Playing
    - Lyrics: Fix crash when switching to Now Playing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Addin 
 
3
    id="Banshee.DuplicateSongDetector"
 
4
    version="1.0"
 
5
    compatVersion="1.0"
 
6
    copyright="Copyright © 2011 Kevin Antony. Licensed under the MIT X11 license."
 
7
    name="Duplicate Song Detector"
 
8
    category="Community Extensions"
 
9
    description="Detect and remove duplicate songs in your library."
 
10
    author="Kevin Anthony"
 
11
    url="http://banshee-project.org/"
 
12
    defaultEnabled="false">
 
13
 
 
14
  <Localizer type="Gettext" catalog="banshee-community-extensions" location="../../../share/locale"/>
 
15
 
 
16
  <Dependencies>
 
17
    <Addin id="Banshee.Services" version="1.0"/>
 
18
    <Addin id="Banshee.ThickClient" version="1.0"/>
 
19
  </Dependencies>
 
20
 
 
21
  <Extension path="/Banshee/ThickClient/ActionGroup">
 
22
    <ActionGroup class="Banshee.DuplicateSongDetector.DuplicateSongDetectorAction"/>
 
23
  </Extension>
 
24
 
 
25
</Addin>