~iwarford/do-plugins/inline-google-fix

« back to all changes in this revision

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

  • Committer: David Siegel
  • Date: 2008-11-16 19:32:32 UTC
  • Revision ID: david@dell-desktop-20081116193232-9xi107cbp9fkall2
Very nice fixes. Should address the missing songs problems.
May have broken the build, though, do to some dependency issues. Will fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin
2
 
        id="Rhythmbox"
3
 
        namespace="Do"
4
 
        version="1.0"
5
 
        name="Rhythmbox"
6
 
        description="Searches and plays Rhythmbox music."
7
 
        author="David Siegel"
8
 
>
9
 
 
10
 
        <Runtime>
11
 
                <Import assembly="Rhythmbox.dll"/>
12
 
        </Runtime>
13
 
        
14
 
        <Dependencies>
15
 
                <Addin id="Core" version="1.0" />
16
 
        </Dependencies>
17
 
        
18
 
        <!-- Extensions included in this assembly -->
19
 
        <!-- Sources -->
20
 
        <Extension path = "/Do/ItemSource">
21
 
                <ItemSource type="Do.Addins.Rhythmbox.RhythmboxMusicItemSource" />
22
 
        </Extension>
23
 
        <Extension path= "/Do/Action">
24
 
                <Action type="Do.Addins.Rhythmbox.RhythmboxEnqueueAction" />
25
 
                <Action type="Do.Addins.Rhythmbox.RhythmboxPlayAction" />
26
 
        </Extension>
27
 
</Addin>