~alexlauni/do-plugins/bansheeplugin

« back to all changes in this revision

Viewing changes to Banshee/Resources/Banshee.addin.xml

  • Committer: Alex Launi
  • Date: 2009-02-28 17:48:04 UTC
  • Revision ID: alex.launi@gmail.com-20090228174804-8v0jfgur3hgsudkl
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
        <Runtime>
12
12
                <Import assembly="Banshee.dll"/>
13
 
                <Import assembly="Banshee.CollectionIndexer.dll"/>
14
13
        </Runtime>
15
14
        
16
15
        <Dependencies>
18
17
        </Dependencies>
19
18
        
20
19
        <!-- Extensions included in this assembly -->
 
20
        <!-- Itemsources -->
 
21
        <Extension path = "/Do/ItemSource">
 
22
                <ItemSource type = "Banshee.MediaItemSource" />
 
23
        </Extension>
21
24
 
22
25
        <!-- Actions -->
23
26
        <Extension path = "/Do/Action">
25
28
                <Action type = "Banshee.PauseAction" />
26
29
                <Action type = "Banshee.NextAction" />
27
30
                <Action type = "Banshee.PreviousAction" />
 
31
                <Action type = "Banshee.EnqueueAction" />
 
32
                <Action type = "Banshee.SearchCollectionAction" />
28
33
        </Extension>
29
34
</Addin>